https://github.com/timmoth/neuralsharp
dotnet neural network & genetic alrogithm
https://github.com/timmoth/neuralsharp
csharp dotnet genetic-algorithm neural-network
Last synced: 9 months ago
JSON representation
dotnet neural network & genetic alrogithm
- Host: GitHub
- URL: https://github.com/timmoth/neuralsharp
- Owner: Timmoth
- Created: 2022-03-27T13:55:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T14:08:06.000Z (over 2 years ago)
- Last Synced: 2025-08-16T14:39:25.355Z (11 months ago)
- Topics: csharp, dotnet, genetic-algorithm, neural-network
- Language: C#
- Homepage:
- Size: 21.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeuralSharp
A simple Dotnet Neural Network & Genetic Algorithm library.
## About
I wanted to learn a little bit more about Neural Networks & Genetic Algorithms, so I built this library. It's far from optimal and learns using back propagation & a genetic algorithm. To prove it works I taught it to play Snake, [See it in action here](https://timmoth.github.io/Snake/)

[](https://opensource.org/licenses/MIT)