Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)