An open API service indexing awesome lists of open source software.

https://github.com/gregl83/go-binary-classify-nn

GoLang Binary Classification Neural Network
https://github.com/gregl83/go-binary-classify-nn

artificial-intelligence binary-classification golang machine-learning neural-network

Last synced: 9 months ago
JSON representation

GoLang Binary Classification Neural Network

Awesome Lists containing this project

README

          

# 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:

- [spf13/cobra](https://github.com/spf13/cobra)
- [spf13/viper](https://github.com/spf13/viper)

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](/lib) directory.

## Still Need A NN?

- [Awesome Machine Learning](https://github.com/josephmisiti/awesome-machine-learning) has a curated list of projects, by language of choice, for Deep Learning.

## License

[MIT](LICENSE)