Skip to content

Commit

Permalink
Merge pull request #64 from schwepmo/master
Browse files Browse the repository at this point in the history
Fixed wrong index of perceptron
  • Loading branch information
kashefy authored Mar 6, 2021
2 parents 62198ec + 925ec0b commit 123acb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/02_perceptron/1_perceptron-limitations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ \section{Limitations of Perceptrons}
\mode<article>{


What we are essentially describing is a Multilayered perceptron (MLP) with an architecture as illustrated in \figref{fig:xor_mlp_arch}. This MLP is made up of an output layer with a single output neuron ${\color{blue}s^2_1}$, and one hidden layer with two hidden neurons, ${\color{magenta}s^1_1}$ and ${\color{green}s^2_2}$ (the superscript denotes the layer index, the subscript denotes the neuron index within its layer). The terms ``neurons'' and ``nodes'' are treated as synonyms.
What we are essentially describing is a Multilayered perceptron (MLP) with an architecture as illustrated in \figref{fig:xor_mlp_arch}. This MLP is made up of an output layer with a single output neuron ${\color{blue}s^2_1}$, and one hidden layer with two hidden neurons, ${\color{magenta}s^1_1}$ and ${\color{green}s^1_2}$ (the superscript denotes the layer index, the subscript denotes the neuron index within its layer). The terms ``neurons'' and ``nodes'' are treated as synonyms.
}
\begin{frame}

Expand Down

0 comments on commit 123acb2

Please sign in to comment.