Skip to content

Latest commit

 

History

History

neurons

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.