-
Notifications
You must be signed in to change notification settings - Fork 280
Home
Neataptic is thé Javascript neural network solution. Not only does it allow you to create neural networks on-the-go, it also allows you to visualise your networks to understand what's really going on. An important aspect that neataptic introduces in comparison with its competitors is neuro-evolution. You can evolve neural networks through a process described in the NEAT paper.
This allows compatability with all kinds of projects; training an XOR gate, controlling a robot, or classifying an image.
If you are a rookie with neural networks: check out any of the '101' guides on the right to get started. If you want more information about a certain part of Neataptic, it most probably is also in the menu on the right. If it isn't, feel free to let me know by creating an issue.
If you want to implement a genetic neural network algorithm, but don't know how, feel free to contact me at [email protected]!