https://github.com/vbop9834/neuralfish
Neuroevolution in F#
https://github.com/vbop9834/neuralfish
dotnet dxnn f-sharp fsharp machine-learning neural-network neuroevolution processes
Last synced: 10 months ago
JSON representation
Neuroevolution in F#
- Host: GitHub
- URL: https://github.com/vbop9834/neuralfish
- Owner: vbop9834
- License: agpl-3.0
- Created: 2016-10-12T15:06:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T13:17:56.000Z (almost 8 years ago)
- Last Synced: 2025-04-11T18:11:48.145Z (10 months ago)
- Topics: dotnet, dxnn, f-sharp, fsharp, machine-learning, neural-network, neuroevolution, processes
- Language: F#
- Homepage:
- Size: 785 KB
- Stars: 25
- Watchers: 4
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeuralFish
NeuralFish is a machine learning library that utilizes neuroevolution. It is based on the [DXNN](https://github.com/CorticalComputer/DXNN2) system developed by Gene Sher.
# STILL IN DEVELOPMENT
NeuralFish is still in development. If you are interested in contributing, please visit the [issues section of this repo](../../issues).
# Resources
To learn more about machine learning and the DXNN system try these resources.
- [Neuroevolution Through Erlang Presentation](https://www.youtube.com/watch?v=TcUqGIHq8rA)
- [Book] Handbook of Neuroevolution Through Erlang by Gene Sher
- [Discover & eXplore Neural Network (DXNN) Platform, a Modular TWEANN](https://arxiv.org/abs/1008.2412)