Skip to content

gregl83/go-binary-classify-nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-binary-classify-nn

DEPRECATED

GoLang binary classification neural network.

Usage

Make install will build a command line interface utility called worker.

Run worker --help to see usage instructions.

Configuration

Commands use the following two golang packages:

Viper is used to handle configurable parameters such as network hyper parameters using env variables.

Caution

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.

Still Need A NN?

License

MIT