Learn Before
Relation
What is a Neural Network(NN)?
• Single neuron == linear regression without applying activation(perceptron)
• Basically a single neuron will calculate weighted sum of input(W.T*X) and then we can set a threshold to predict output in a perceptron. If weighted sum of input cross the threshold, perceptron fires and if not then perceptron doesn’t predict.
0
1
Updated 2021-10-23
Tags
Data Science