SlideShare une entreprise Scribd logo
1  sur  18
Télécharger pour lire hors ligne
Neural Networks Introduction
Contents

1.   Introduction
2.   Biological Neural network
3.   Artificial Neural Network
4.   Comparison
5.   Benefits
6.   Neuron model
7.   Multilayer Neural Network
8.   Learning.
9.   Conclusion
Introduction

 Neural Network is a mathematical
  model of what goes in our mind to
  perform particular task or function.
 It is implemented using electronic
  components or simulated software.
 It is a system with many elements
  connected together.
Biological Neural Network

 Soma: body of the cell that houses
  the nucleus, in which the neuron's
  main genetic information can be
  found
 Dendrites: receptive
zones that receive
messages
Biological Neural Network (Cont,)

 Synapses are elementary structural
  and functional units that mediate the
  interactions between neurons.
 Axon: transmission line
 that sends messages.
Artificial Neural Network

 An artificial neural network (ANN) is a
  system composed of many simple
  processing elements (Neurons)
  operating in parallel whose function is
  determined by network structure,
  connection strengths (Weights), and
  the processing performed at
  computing element or nodes.
Difference Between Human Behavior and
 Neural Network Behavior

Human Behavior                           Neural Network Behavior

remember certain things completely,      Once we create a neural network, we
partially depend on capacity for         train it to become expert in an area.
learning.
If we do not practice what we learned,   Once fully trained, a neural net will not
we start to forget.                      forget.
The first 10 processes may be            If the results are repeatable it will be
accurate, but later we may start to      accurate.
make mistakes in the process.
                                         Faster inprocessing data and
                                         information
Benefits
 Nonlinearity: Perform operations that linear
  programming can’t.
 Fault tolerance: When one element fail NN
  continue without reduce parallelism.
 Adaptivity: NN has a capability to adapt their
  synaptic weights to changes in the surrounding
  environment.
 Contextual information: Every neuron in the
  network is potentially affected by the global
  activity of all other neurons
Neuron Model
 Neuron is a simple processing unit.
 The sole purpose of a Neuron is to receive
  electrical signals, accumulate them and see
  further if they are strong enough to pass
  forward.
 Single neuron is useless. It is the complex
  connection between them (weights) which
  makes brains capable of thinking and having a
  sense of consciousness.
Neuron Model (Cont,)
 Neuron Consist of:
  Inputs (Synapses): input signal.
  Weights (Dendrites): determines the importance
  of incoming value.
  Output (Axon): output to other neuron or of NN.
Neuron Model (Cont,)
 Output: is calculated by inputs which are
  multiplied by weights, and then computed by a
  mathematical function which determines the
  activation of the neuron.
 Activation Function:
Neuron Model (Cont,)
 Example:
 Output when single perceptron (neuron) is used.

 input      output
 00         0
 01         1
 10         1
 11         1
 The dark blue dots
represents values of true
and the light blue dot
represents a value of
False.
Neuron Model (Cont,)
 Example:
 Output when 2 perceptron (neuron) is used.
Multilayer Neural Network
 This network is feed-forward, means the values are propagated in
   one direction only.
 Input layer: takes the inputs and forwards it to hidden layer
 Middle layer: Without this layer,
 network would not be capable of
solving complex problems.
 Output layer: This layer
consists of neurons which output
the result
 Weights: for every neuron there
Are weights that for every input
To it.
Learning
 updating network architecture and connection weights so
  that network can efficiently perform a task.
Basic Learning Procedure
 run an input pattern through the function
 calculate the error (desired value – actual value)
 update the weights according to learning rate and error
 move onto next pattern
Overfitting
Occure when NN memorize patterns and loose the ability
  of generalization. Problem is when to stop learning
Learning Paradigm
 Supervised The correct answer is provided for the
 network for every input pattern Weights are adjusted
 regarding the correct answer.
 Unsupervised Does not need the correct output the
 system itself recognize the correlation and organize
 patterns into categories accordingly.
 Hybrid A combination of supervised and unsupervised,
 Some of the weights are provided with correct output while
 the others are automatically corrected.
Conclusion
 Neural Network is a modeling for human brain
 Neuron is the basic unit of NN
 To adapt NN to perform operation we want, it has to be
  trained
 Most practical form of NN is the one that has multilayer
 Try to avoid overfitting
Neural networks introduction

Contenu connexe

Tendances

Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Simplilearn
 
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
Simplilearn
 
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Simplilearn
 

Tendances (20)

Perceptron & Neural Networks
Perceptron & Neural NetworksPerceptron & Neural Networks
Perceptron & Neural Networks
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Intro to Neural Networks
Intro to Neural NetworksIntro to Neural Networks
Intro to Neural Networks
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Artificial Intelligence: Artificial Neural Networks
Artificial Intelligence: Artificial Neural NetworksArtificial Intelligence: Artificial Neural Networks
Artificial Intelligence: Artificial Neural Networks
 
Artificial Neural Network(Artificial intelligence)
Artificial Neural Network(Artificial intelligence)Artificial Neural Network(Artificial intelligence)
Artificial Neural Network(Artificial intelligence)
 
Neural networks.ppt
Neural networks.pptNeural networks.ppt
Neural networks.ppt
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Artificial neural network for machine learning
Artificial neural network for machine learningArtificial neural network for machine learning
Artificial neural network for machine learning
 
Neural network
Neural networkNeural network
Neural network
 
HOPFIELD NETWORK
HOPFIELD NETWORKHOPFIELD NETWORK
HOPFIELD NETWORK
 
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
 
neural networks
 neural networks neural networks
neural networks
 
Intro to Deep Learning for Computer Vision
Intro to Deep Learning for Computer VisionIntro to Deep Learning for Computer Vision
Intro to Deep Learning for Computer Vision
 
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
 
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 

En vedette

Neural networks
Neural networksNeural networks
Neural networks
Slideshare
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
DEEPASHRI HK
 

En vedette (20)

Neural network & its applications
Neural network & its applications Neural network & its applications
Neural network & its applications
 
Introduction to Neural Networks - Perceptron
Introduction to Neural Networks - PerceptronIntroduction to Neural Networks - Perceptron
Introduction to Neural Networks - Perceptron
 
Neural networks
Neural networksNeural networks
Neural networks
 
Deep Learning - Convolutional Neural Networks
Deep Learning - Convolutional Neural NetworksDeep Learning - Convolutional Neural Networks
Deep Learning - Convolutional Neural Networks
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Feature selection for detection of peer to-peer botnet traffic
Feature selection for detection of peer to-peer botnet trafficFeature selection for detection of peer to-peer botnet traffic
Feature selection for detection of peer to-peer botnet traffic
 
Neuron Mc Culloch Pitts dan Hebb
Neuron Mc Culloch Pitts dan HebbNeuron Mc Culloch Pitts dan Hebb
Neuron Mc Culloch Pitts dan Hebb
 
Introduction to Neural networks (under graduate course) Lecture 9 of 9
Introduction to Neural networks (under graduate course) Lecture 9 of 9Introduction to Neural networks (under graduate course) Lecture 9 of 9
Introduction to Neural networks (under graduate course) Lecture 9 of 9
 
Fundamental, An Introduction to Neural Networks
Fundamental, An Introduction to Neural NetworksFundamental, An Introduction to Neural Networks
Fundamental, An Introduction to Neural Networks
 
Introduction to Neural networks (under graduate course) Lecture 2 of 9
Introduction to Neural networks (under graduate course) Lecture 2 of 9Introduction to Neural networks (under graduate course) Lecture 2 of 9
Introduction to Neural networks (under graduate course) Lecture 2 of 9
 
Introduction to Neural networks (under graduate course) Lecture 1 of 9
Introduction to Neural networks (under graduate course) Lecture 1 of 9Introduction to Neural networks (under graduate course) Lecture 1 of 9
Introduction to Neural networks (under graduate course) Lecture 1 of 9
 
An Introduction to Neural Networks and Machine Learning
An Introduction to Neural Networks and Machine LearningAn Introduction to Neural Networks and Machine Learning
An Introduction to Neural Networks and Machine Learning
 
Unit+i
Unit+iUnit+i
Unit+i
 
Perceptron (neural network)
Perceptron (neural network)Perceptron (neural network)
Perceptron (neural network)
 
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
Compegence: Dr. Rajaram Kudli - An Introduction to Artificial Neural Network ...
 
Introduction to Neural Networks in Tensorflow
Introduction to Neural Networks in TensorflowIntroduction to Neural Networks in Tensorflow
Introduction to Neural Networks in Tensorflow
 
Machine learning with scikitlearn
Machine learning with scikitlearnMachine learning with scikitlearn
Machine learning with scikitlearn
 
Deep learning
Deep learningDeep learning
Deep learning
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
 
An introduction to Machine Learning (and a little bit of Deep Learning)
An introduction to Machine Learning (and a little bit of Deep Learning)An introduction to Machine Learning (and a little bit of Deep Learning)
An introduction to Machine Learning (and a little bit of Deep Learning)
 

Similaire à Neural networks introduction

Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02
Deepu Gupta
 
Soft Computing-173101
Soft Computing-173101Soft Computing-173101
Soft Computing-173101
AMIT KUMAR
 
Fuzzy Logic Final Report
Fuzzy Logic Final ReportFuzzy Logic Final Report
Fuzzy Logic Final Report
Shikhar Agarwal
 
Neural Network
Neural NetworkNeural Network
Neural Network
Sayyed Z
 
lecture07.ppt
lecture07.pptlecture07.ppt
lecture07.ppt
butest
 

Similaire à Neural networks introduction (20)

Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02
 
Soft Computing-173101
Soft Computing-173101Soft Computing-173101
Soft Computing-173101
 
Neural networks are parallel computing devices.docx.pdf
Neural networks are parallel computing devices.docx.pdfNeural networks are parallel computing devices.docx.pdf
Neural networks are parallel computing devices.docx.pdf
 
Artificial Neural Network in Medical Diagnosis
Artificial Neural Network in Medical DiagnosisArtificial Neural Network in Medical Diagnosis
Artificial Neural Network in Medical Diagnosis
 
ANN - UNIT 1.pptx
ANN - UNIT 1.pptxANN - UNIT 1.pptx
ANN - UNIT 1.pptx
 
Neural networks of artificial intelligence
Neural networks of artificial  intelligenceNeural networks of artificial  intelligence
Neural networks of artificial intelligence
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Neural network
Neural networkNeural network
Neural network
 
Data Science - Part VIII - Artifical Neural Network
Data Science - Part VIII -  Artifical Neural NetworkData Science - Part VIII -  Artifical Neural Network
Data Science - Part VIII - Artifical Neural Network
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Artificial Neural Network report
Artificial Neural Network reportArtificial Neural Network report
Artificial Neural Network report
 
Artificial Neural Networks ppt.pptx for final sem cse
Artificial Neural Networks  ppt.pptx for final sem cseArtificial Neural Networks  ppt.pptx for final sem cse
Artificial Neural Networks ppt.pptx for final sem cse
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
 
Fuzzy Logic Final Report
Fuzzy Logic Final ReportFuzzy Logic Final Report
Fuzzy Logic Final Report
 
02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN
 
Neural Network
Neural NetworkNeural Network
Neural Network
 
lecture07.ppt
lecture07.pptlecture07.ppt
lecture07.ppt
 
ANN.ppt
ANN.pptANN.ppt
ANN.ppt
 
ANN.pptx
ANN.pptxANN.pptx
ANN.pptx
 
Artificial Neural Networks for NIU session 2016 17
Artificial Neural Networks for NIU session 2016 17 Artificial Neural Networks for NIU session 2016 17
Artificial Neural Networks for NIU session 2016 17
 

Dernier

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Dernier (20)

Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

Neural networks introduction

  • 2. Contents 1. Introduction 2. Biological Neural network 3. Artificial Neural Network 4. Comparison 5. Benefits 6. Neuron model 7. Multilayer Neural Network 8. Learning. 9. Conclusion
  • 3. Introduction  Neural Network is a mathematical model of what goes in our mind to perform particular task or function.  It is implemented using electronic components or simulated software.  It is a system with many elements connected together.
  • 4. Biological Neural Network  Soma: body of the cell that houses the nucleus, in which the neuron's main genetic information can be found  Dendrites: receptive zones that receive messages
  • 5. Biological Neural Network (Cont,)  Synapses are elementary structural and functional units that mediate the interactions between neurons.  Axon: transmission line that sends messages.
  • 6. Artificial Neural Network  An artificial neural network (ANN) is a system composed of many simple processing elements (Neurons) operating in parallel whose function is determined by network structure, connection strengths (Weights), and the processing performed at computing element or nodes.
  • 7. Difference Between Human Behavior and Neural Network Behavior Human Behavior Neural Network Behavior remember certain things completely, Once we create a neural network, we partially depend on capacity for train it to become expert in an area. learning. If we do not practice what we learned, Once fully trained, a neural net will not we start to forget. forget. The first 10 processes may be If the results are repeatable it will be accurate, but later we may start to accurate. make mistakes in the process. Faster inprocessing data and information
  • 8. Benefits  Nonlinearity: Perform operations that linear programming can’t.  Fault tolerance: When one element fail NN continue without reduce parallelism.  Adaptivity: NN has a capability to adapt their synaptic weights to changes in the surrounding environment.  Contextual information: Every neuron in the network is potentially affected by the global activity of all other neurons
  • 9. Neuron Model  Neuron is a simple processing unit.  The sole purpose of a Neuron is to receive electrical signals, accumulate them and see further if they are strong enough to pass forward.  Single neuron is useless. It is the complex connection between them (weights) which makes brains capable of thinking and having a sense of consciousness.
  • 10. Neuron Model (Cont,)  Neuron Consist of: Inputs (Synapses): input signal. Weights (Dendrites): determines the importance of incoming value. Output (Axon): output to other neuron or of NN.
  • 11. Neuron Model (Cont,)  Output: is calculated by inputs which are multiplied by weights, and then computed by a mathematical function which determines the activation of the neuron.  Activation Function:
  • 12. Neuron Model (Cont,)  Example:  Output when single perceptron (neuron) is used. input output 00 0 01 1 10 1 11 1  The dark blue dots represents values of true and the light blue dot represents a value of False.
  • 13. Neuron Model (Cont,)  Example:  Output when 2 perceptron (neuron) is used.
  • 14. Multilayer Neural Network  This network is feed-forward, means the values are propagated in one direction only.  Input layer: takes the inputs and forwards it to hidden layer  Middle layer: Without this layer, network would not be capable of solving complex problems.  Output layer: This layer consists of neurons which output the result  Weights: for every neuron there Are weights that for every input To it.
  • 15. Learning  updating network architecture and connection weights so that network can efficiently perform a task. Basic Learning Procedure  run an input pattern through the function  calculate the error (desired value – actual value)  update the weights according to learning rate and error  move onto next pattern Overfitting Occure when NN memorize patterns and loose the ability of generalization. Problem is when to stop learning
  • 16. Learning Paradigm Supervised The correct answer is provided for the network for every input pattern Weights are adjusted regarding the correct answer. Unsupervised Does not need the correct output the system itself recognize the correlation and organize patterns into categories accordingly. Hybrid A combination of supervised and unsupervised, Some of the weights are provided with correct output while the others are automatically corrected.
  • 17. Conclusion  Neural Network is a modeling for human brain  Neuron is the basic unit of NN  To adapt NN to perform operation we want, it has to be trained  Most practical form of NN is the one that has multilayer  Try to avoid overfitting