https://github.com/msakai/chainer-optnet
https://github.com/msakai/chainer-optnet
deep-learning machine-learning optimization quadratic-programming
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/msakai/chainer-optnet
- Owner: msakai
- License: apache-2.0
- Created: 2019-02-17T15:55:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T08:20:52.000Z (over 7 years ago)
- Last Synced: 2025-01-22T09:14:55.858Z (over 1 year ago)
- Topics: deep-learning, machine-learning, optimization, quadratic-programming
- Language: Python
- Size: 70.3 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chainer-optnet
Attempt to port [qpth](https://github.com/locuslab/qpth/) to [Chainer](https://chainer.org) (WORK IN PROGRESS).
## References
* [1] Brandon Amos, and J. Zico Kolter, "OptNet: differentiable optimization as a layer in neural networks," In ICML'17 Proceedings of the 34th International Conference on Machine Learning. Available: https://arxiv.org/abs/1703.00443
## License
[Apache License 2.0](LICENSE)
See also [LICENSE_THIRD_PARTY](LICENSE_THIRD_PARTY) file.