Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 177 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 177 Bytes

Neurons Example

Here, a small neural network made of 3 neurons attempts to learn $f(x, y) = \sin(x) + \frac{y^2}{10}$.

Only the last (output) neuron is optimized for now.