1 Neural Network: AND Function: Threshold (Y) 2
1 Neural Network: AND Function: Threshold (Y) 2
1 Neural Network: AND Function: Threshold (Y) 2
X1 1
Y
X2 1
Threshold(Y) = 2
Y
1
2
1st Neural Network: OR function
X1 2
Y
X2 2
Threshold(Y) = 2
Y
1
2
1st Neural Network: AND not function
X1 2
Y
X2 -1
Threshold(Y) = 2
Y
1
2
1st Neural Network: XOR function
2
X1 Z1 2
-1
-1 Y
X2 Z2 2
2
Threshold(Y) = 2
Y
1
2
Modeling a neuron
AND
Input X 0 0 1 1
Input Y 0 1 0 1
Output 0 0 0 1
ANN Design:
How to arrange neurons in various layers
How to connect neuron from different layer
How the neurons get input(s) and give
result(s)
Learning rate value
Using bias or not
How to train the ANN
Applications:
Prediction
Currency, stock exchange, weather, etc.
Classification
Pattern, shape, etc.