Examples

This page provides a collection of examples that you could use as the starting point of your project. New examples will steadily appear. Feel free to request a new example on our issues page if you feel that a certain feature has not been treated fully.

Sinusoid

Learn to fit a sine function through neuro-evolution. A simple example to show the power and limitations of NeuralFit.

Cart Pole

Combine NeuralFit with OpenAI's gym to teach a network to balance a pole. Gives a basic introduction to `func_evolve`.

Tandem learning

Why choose between backpropagation and neuro-evolution if you can combine them?

Visualization

Models in NeuralFit's evolution process are not layered, so we need to find a non-conventional method to visualize them.