ANN Description
Neural Networks can be classified based on the following attributes:
ANN’s pros and cons:
Pros:
Cons:
Single Artificial Unit Structure
Input Weights Input function Activation function Output
Perceptron
Simplest type of neural network: feed forward with one single unit.
Logic:
Bias
The threshold $\theta $ is important. Usually you need to adjust its level to to obtain better results and quick convergence time. This can be done by introducing the concept of Bias → just move the threshold to the left side of the activation function and train it as a weight.
Type of activation functions