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
- Host: GitHub
- URL: https://github.com/gregl83/go-binary-classify-nn
- Owner: gregl83
- Created: 2018-07-21T22:16:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T04:47:25.000Z (over 3 years ago)
- Last Synced: 2025-04-09T21:55:06.028Z (9 months ago)
- Topics: artificial-intelligence, binary-classification, golang, machine-learning, neural-network
- Language: Go
- Size: 32.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)