DEPRECATED
GoLang binary classification neural network.
Make install
will build a command line interface utility called worker
.
Run worker --help
to see usage instructions.
Commands use the following two golang packages:
Viper is used to handle configurable parameters such as network hyper parameters using env variables.
This project has been largely abondoned and will likely get archived. For now, functional deep learning algorithms / functions are covered with tests and available in the lib directory.
- Awesome Machine Learning has a curated list of projects, by language of choice, for Deep Learning.