Deep Learning & Optimization with Auto Diff (DLO)
- 0 Collaborators
Software for deep learning and optimization using c++. Aim to implement AutoDiff of regular c++ code like Theano, proving c++ an alternative ...learn more
Overview / Usage
(1) Just like Theano provides automatic differentiation of expressions, this project will do it for c++.. It will be used as general non-linear optimizations using regular expressions.
(2) Will provide numpy equivalent functionality for easy usage.
(3) This project will make c++ a viable alternative to python for deep learning/optimization for RESEARCH and DEPLOYMENT.