Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.5 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.5 KB

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