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#
- Host: GitHub
- URL: https://github.com/ststeiger/neuralnetworks
- Owner: ststeiger
- License: apache-2.0
- Created: 2023-04-11T11:19:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T17:53:05.000Z (over 1 year ago)
- Last Synced: 2025-05-21T05:11:41.840Z (about 1 year ago)
- Language: C#
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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#)