https://github.com/pointlander/neural
Neural Network
https://github.com/pointlander/neural
Last synced: 5 months ago
JSON representation
Neural Network
- Host: GitHub
- URL: https://github.com/pointlander/neural
- Owner: pointlander
- License: bsd-3-clause
- Created: 2016-12-30T21:38:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T20:21:23.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T12:37:19.306Z (about 2 years ago)
- Language: Go
- Size: 12.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/pointlander/neural)
# Neural
Neural is a feedforward neural network implementation that is vectorized and supports multiple layers. Other features include: dropout, regression, and tanh activation functions.