Module 1 Basic Problems
Module 1 Basic Problems
Basic problems
LAYERS OF NN
Y=f(y_in)
FIRING OF A NEURON
X1 X2 THRESHOL EXCITATOR
D (T) Y (FIRING)
/INHIBITOR
Y (NOT
FIRING)
30 0 100 NF
40 40 100 NF
20 30 10 F
40 10 70 F
PROBLEM-1
Assume we first want to estimate the age of a person from
his height, weight, and cholesterol level and then classify
the person as old or not, based on if the age is greater than
60.
CHALLENGES –NEED OF ACTIVATION
FUNCTION