Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timmoth/neuralsharp
dotnet neural network & genetic alrogithm
https://github.com/timmoth/neuralsharp
csharp dotnet genetic-algorithm neural-network
Last synced: 21 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T14:08:06.000Z (about 1 year ago)
- Last Synced: 2024-11-05T06:06:20.783Z (about 2 months ago)
- Topics: csharp, dotnet, genetic-algorithm, neural-network
- Language: C#
- Homepage:
- Size: 21.1 MB
- Stars: 2
- Watchers: 2
- 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/)![last commit](https://img.shields.io/github/last-commit/Timmoth/NeuralSharp?style=flat&cacheSeconds=86000&color=brightgreen)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)