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

https://github.com/pointlander/neural

Neural Network
https://github.com/pointlander/neural

Last synced: 5 months ago
JSON representation

Neural Network

Awesome Lists containing this project

README

          

[![godoc](https://godoc.org/github.com/pointlander/neural?status.svg)](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.