Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 874 Bytes

examples_overview.md

File metadata and controls

28 lines (14 loc) · 874 Bytes

Examples

A few examples which explain how LightBulb should be used.

Backpropagation xor:

A first basic example how to train a neural network to simulate a xor calculator. To achieve that a simple gradient descent algorithm is used.

More...

Function evolution:

A simple example how to use evolution in LightBulb. Our goal is to find the global minimum of the six-hump camel-back function.

More...

Pong evolution:

A simple example how to use coevolution in LightBulb. Our goal is to learn a network to play pong.

More...

Pong reinforcement learning:

A example how to use reinforcement learning in LightBulb. We will try to learn pong to our AI with DQN Learning.

More...