Neural Network As Universal Function Approximates
Neural Network As Universal Function Approximates
UNIVERSAL FUNCTION
APPROXIMATES
Presented By,
Swetha S
NEURAL NETWORKS
• Range: 0 to 1(binary
classification)
• Output close to 1: belongs to
class 1(positive class)
• Output close to 0: belongs to
class 0(negative class)
• Equation: A = 1/(1 + e pow-x)
TANH FUNCTION
• Range: -1 to 1
• Output close to 1:belongs to
class 1(positive class)
• Output close to -1:belongs to
class 0(negative class)
• Equation:
f(x)=tanh(x)=2/(1+e-2x)-1
FEEDFORWARD NEURAL NETWORK