Neural Network: Submitted By-Aarushi Sharma 4-CSE-A 1729010003
Neural Network: Submitted By-Aarushi Sharma 4-CSE-A 1729010003
Submitted By-
Aarushi Sharma
4-CSE-A
1729010003
Contents
.Introduction to Neural Network
.Neurons
.Activation Function
.Types of Neural Network
.Learning In Neural Networks
.Application of Neural Network
.Advantages of Neural Network
.Disadvantages Of Neural
Network
Neural Networks
• A method of computing, based on the
interaction of multiple connected
processing elements.
• A powerful technique to solve many real
world problems.
• The ability to learn from experience in
order to improve their performance.
• Ability to deal with incomplete
information
Basics Of Neural Network
• Biological approach to AI
• Developed in 1943
• Comprised of one or more
layers of neurons
• There are several types of
Neural Network.
Neurons
Biological
Artificial
Neural Network Neurons
• Receives n-inputs
• Multiplies each
input by its
weight
• Applies
activation
function to the
sum of results
• Outputs result
Activation Functions
• Controls when
unit is “active”
or “inactive”
• Threshold
function outputs
1 when input is
positive and 0
otherwise
• Sigmoid
function
= 1 / (1 + e-x)
Types of Neural Networks
• Connection Type
- Static (feedforward)
- Dynamic (feedback)
• Topology
- Single layer
- Multilayer
- Recurrent
• Learning Methods
- Supervised
- Unsupervised
- Reinforcement
Classification Based On Connection Types
•Static(Feedforward)
•Dynamic(Feedback)
Supervised learning
• Each training pattern: input + desired
output
• At each presentation: adapt weights
• After many epochs convergence to a
local minimum
Unsupervised Learning
• No help from the outside
• No training data, no information
available on the desired output
• Learning by doing
• Used to pick out structure in
the
input:
• Clustering
• Reduction of dimensionality
compression
• Example: Kohonen‟s Learning Law
Reinforcement learning
• Pattern recognition
• Investment analysis
• Control systems &
monitoring
• Mobile computing
• Marketing and financial
applications
• Forecasting – sales, market
research, meteorology
Advantages: