Neuron, Neueral Network
Neuron, Neueral Network
Neural Networks
V.TAGORE (EC21B071)
B.VINAY NAIK(EC21B017)
CH.SRIRAM(EC21B021)
Introduction
WHAT IS NEURON?
• The axon endings almost touch the dendrites or cell body of the next neuron.
• However, the first important step took place in 1957 when Rosenblatt introduced
the first concrete neural model, the perceptron. Rosenblatt also took part in
constructing the first successful neurocomputer, the Mark I Perceptron. After this,
the development of ANNs has proceeded as described in Figure.
History of the Artificial Neural Networks
Since then, research on artificial neural networks has remained active, leading to
many new network types, as well as hybrid algorithms and hardware for neural
information processing.
Why Artificial Neural
Networks?
There are two basic reasons why we are interested in
building artificial neural networks (ANNs):
Linearly Separable
Problems
the data can be divided into two
classes using a straight line (or
hyperplane in higher
dimensions). Examples include
simple logical functions like
AND and OR.
Introduction to
Learning Algorithms
The perceptron introduces
basic learning principles,
such as adjusting weights
based on errors through a
*learning rule*. This process *Low Computational
of weight adjustment forms Complexity
the basis for more complex
learning algorithms, like Perceptrons are
backpropagation in deep computationally simple and
learning. efficient. They are often used
in situations where the
computational cost is a
Historical Significance
concern, or where a simple, The perceptron has historical
fast solution is needed. importance in the
development of neural
networks. It was one of the
earliest algorithms for
supervised learning and
paved the way for modern
machine learning methods.
The output is a function of the input, that is
affected by the weights, and the transfer
functions
Advantages of Neural Network
Natural Language
Image Recognition Speech Recognition Medical Diagnosis
Processing (NLP)
• Identifying and • Understanding and • Converting spoken • Analyzing medical images
classifying objects generating human language into text. and patient data for
within images. language. • Example: Virtual disease detection.
• Example: ChatGPT and assistants like Siri and • Example: IBM Watson
• Example: Google Photos
other conversational Google Assistant utilize Health uses neural
uses neural networks for
agents use neural networks to analyze
facial recognition and neural networks for
networks for generating medical images for cancer
organizing photos. voice recognition.
human-like text detection.
responses.
Applications of Neural
Network