Skip to content

altinodantas/singleArtificialNeuron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Artificial Neuron

It's a webpage that presents some animated charts for basic examples of Perceptron, Adaline and Gradient Descent procedure.

For Perceptron and Adaline examples, the initial values of weights (W) and bias are randomly generated and updated according to the selected algorithm.

Perceptron

This page presents a visual example of a single artificial neuron fiting over the logical port 'AND'. One can check how the Perceptron works to separate the output in "0" and "1".

alt text

Adaline

This page presents a visual example of a single artificial neuron fiting over the logical port 'AND'. One can check how the Perceptron works to separate the output in "0" and "1".

alt text

Gradient

Gradient Descent is usually applied to guide the adjustment of the synaptic weights in artificial neural networks.

This page presents a visual example on how Gradient Descent works in finding minimal values to f(x) = x4 - 3x3 + 2. You can choice a start point by hitting at the graph or clicking in 'Random x' button.

alt text


The parameters at 'Options' section may be used to control the behavior of each example.

External libs

  • jQuery
  • Plotly

About

Animated charts for basic examples of Perceptron, Adaline and Gradient descent procedure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published