https://github.com/giuse/neuroevo
A basic but practical neuroevolution framework
https://github.com/giuse/neuroevo
machine-learning neural-networks
Last synced: 9 months ago
JSON representation
A basic but practical neuroevolution framework
- Host: GitHub
- URL: https://github.com/giuse/neuroevo
- Owner: giuse
- License: mit
- Created: 2016-04-29T11:22:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T23:16:53.000Z (over 8 years ago)
- Last Synced: 2025-10-07T00:55:13.845Z (9 months ago)
- Topics: machine-learning, neural-networks
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Find `neuroevo` capability in the new gem](https://github.com/giuse/machine_learning_workbench)
IMMEDIATE DEPRECATION WARNING: this gem has been deprecated.
Please find the same functionality with extended feature, better scoping and
integration to more methods in the
[`machine_learning_workbench` gem](https://github.com/giuse/machine_learning_workbench):
check out the
[nes classes](https://github.com/giuse/machine_learning_workbench/tree/master/lib/machine_learning_workbench/optimizer/natural_evolution_strategies),
[neural network classes](https://github.com/giuse/machine_learning_workbench/tree/master/lib/machine_learning_workbench/neural_network), and
[neuroevo example](https://github.com/giuse/machine_learning_workbench/blob/master/examples/neuroevolution.rb).
You should be able to transition in no time. Any problem: just ping me.
Apologies for the inconvenience, hope you will enjoy the new gem!