Neural Network | Python | Muhil Raj

 



A Neural network consists of 3 layers " Input layer, Hidden layers, and Output layer " 

Input layer: Where the neurons take the input for processing

Hidden layer: Where the taken input gets computed and processed

Output layer: Where the processed result is used for decision making


A neural network is an artificial brain that can be trained and think like a human in real life.

An American psychologist tried to build a machine that responds like a human, in 1958. And he named his machine “Perceptron.”

A neural network works similar to the human brain in which the human brain takes the image and process it through neurons and display the processed image, similar to that, neural networks take the input in the input layer and process the input in the hidden layer and give the output in the output layer

More information will be updated...


-Muhil Raj