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

https://github.com/ststeiger/neuralnetworks

Basic NeuralNetworks with C#
https://github.com/ststeiger/neuralnetworks

Last synced: 4 months ago
JSON representation

Basic NeuralNetworks with C#

Awesome Lists containing this project

README

          

# Neural Networks And Machine Learning

An implementation of
- basic Feed-Forward neural network in C#.
- basic Feed-Forward neural network with backpropagation in C#.
- including with NumPy (aka NumSharp in C#)