You are on page 1of 8

Neural network

By-Ujjwal Sharma
9th Alpha
What is neural network?
 neural network is a method in artificial intelligence that
teaches computers to process data in a way that is inspired by
the human brain. It is a type of machine learning process,
called deep learning, that uses interconnected nodes or
neurons in a layered structure that resembles the human brain.
Types of neural networks
Perceptron
Recurrent neural network
Multilayer perceptron
Perceptron
 A Perceptron is an algorithm for
supervised learning of binary classifiers.
This algorithm enables neurons to learn
and processes elements in the training
set one at a time.
Recurrent neural networks
 Recurrent neural networks (RNNs) are the state of the art algorithm for
sequential data and are used by Apple's Siri and Google's voice search. It
is the first algorithm that remembers its input, due to an internal memory,
Multilayer perceptron
 The multilayer perceptron represents input units as input layer, adjusted and
accumulated input weights as hidden layer(s), and outputs as output layer
How do neural networks works?

 Once an input layer is determined, weights are assigned. These


weights help determine the importance of any given variable, with
larger ones contributing more significantly to the output compared
to other inputs. All inputs are then multiplied by their respective
weights and then summed
THANK YOU

You might also like