SlideShare a Scribd company logo
School of Computing Science and Engineering
Course Code: BTCS9212 Course Name: Data Sciences
CAT 3 EXAMINATION
TOPIC
NEURAL NETWORK: FEED-FORWARD AND FEEDBACK LOOP
Elective Section- 5
Group-11
TEAM DETAILS-
1. Harshika Bansal(20SCSE1010558)
2. Harshit Gupta(20SCSE1010585)
3. Hemant Kumar Sahani(20SCSE1010542)
SUBMITTED TO:-
Dr. S. Janarthanan
Program Name: B.Tech (CSE)
NEURAL NETWORK
• A neural network is a computer system modeled on the human brain and nervous
system.
• Neural Network is an information processing sample based on the working of
biological nervous systems to process information. It is like the human brain. In this
sense, neural networks refer to systems of neurons, either organic or artificial in
nature.
• A neural network works similarly to the human brain’s neural network. A “neuron” in
a neural network is a mathematical function that collects and classifies information
according to a specific architecture.
• The network bears a strong resemblance to statistical methods such as curve fitting and
regression analysis.
Program Name: B.Tech (CSE)
COMPONENTS OF A NEURAL NETWORK
There are three main components:
• an input layer
• a processing layer
• an output layer
The inputs may be weighted based on various criteria. Within the processing
layer, which is hidden from view, there are nodes and connections between
these nodes, meant to be analogous to the neurons and synapses in an animal
brain.
Program Name: B.Tech (CSE)
TYPES OF NEURAL NETWORKS
1. FEED FORWARD NEURAL NETWORK
Signals travel in one way i.e. from input to output only in Feed
forward Neural Network. There is no feedback or loops. The output
of any layer does not affect that same layer in such networks. Feed
forward neural networks are straight forward networks that associate
inputs with outputs. They have fixed inputs and outputs. They are
mostly used in pattern generation, pattern recognition and
classification.
Program Name: B.Tech (CSE)
TYPES OF NEURAL NETWORKS
2. FEEDBACK NEURAL NETWORK
• Signals can travel in both directions in Feedback neural
networks.
• Feedback neural networks are very powerful and can get
very complicated. They are dynamic. Computations derived
from earlier input are fed back into the network, which
gives them a kind of memory.
• Feedback networks are dynamic; their 'state' is changing
continuously until they reach an equilibrium point. They
remain at the equilibrium point until the input changes and
a new equilibrium needs to be found.
Program Name: B.Tech (CSE)
LEARNING STRATEGIES FOR NEURAL NETWORK
1. SUPERVISED LEARNING:
In this type of machine learning training, the dataset contains input data and the value
you want to predict. The ANN will use the training data to learn a link between the input
and the outputs. The idea behind this is that the training data can be generalized and that
the ANN can be used on new data with some accuracy.
Pattern recognition is one of the best examples of such learning.
2. UNSUPERVISED LEARNING:
This type of learning is required when there is no example data set with known answers.
For example, searching for a hidden pattern. In this case, clustering i.e., dividing a set of
elements into groups according to some unknown pattern is carried out based on the
existing data sets present.
Program Name: B.Tech (CSE)
APPLICATION OF NEURAL NETWORKS
• Signal Processing-
Neural networks can be trained to process an audio signal and filter it appropriately
in the hearing aids.
• Medical-
Cancer cell analysis, EEG and ECG analysis, prosthetic design, transplant time
optimizer
• Aerospace-
Autopilot aircraft, aircraft fault detection
• Software-
Pattern Recognition in facial recognition, optical character recognition, etc…
Program Name: B.Tech (CSE)
ADVANTAGES OF NEURAL NETWORK
• A neural network can perform tasks that a linear program can not.
• When an element of the neural network fails, its parallel nature can
continue without any problem.
• A neural network learns, and reprogramming is not necessary.
• It can be implemented in any application.
• It can be performed without any problem
Program Name: B.Tech (CSE)
DISADVANTAGES OF NEURAL NETWORK
• The neural network needs training to operate.
• The architecture of a neural network is different from the architecture of
microprocessors. Therefore, emulation is necessary.
• Requires high processing time for large neural networks.
Program Name: B.Tech (CSE)
CONCLUSION
• Neural networks are suitable for predicting time series mainly because of learning
only from examples, without any need to add additional information that can
bring more confusion than the prediction effect.
• The neural network can generalize and are resistant to noise.
• For more complex nonlinear relations between input and output, larger training
datasets were found to be more successful
Program Name: B.Tech (CSE)
DATA SCIENCE

More Related Content

Similar to DATA SCIENCE

Dataminng
DataminngDataminng
Dataminng
SangeethaSasi1
 
Switchgear and protection.
Switchgear and protection.Switchgear and protection.
Switchgear and protection.
Surabhi Vasudev
 
Jack
JackJack
Introduction to Deep Learning Technique.pptx
Introduction to Deep Learning Technique.pptxIntroduction to Deep Learning Technique.pptx
Introduction to Deep Learning Technique.pptx
KerenEvangelineI
 
Quantum neural network
Quantum neural networkQuantum neural network
Quantum neural network
surat murthy
 
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Sarvesh Kumar
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
NikitaRuhela
 
Neural network
Neural networkNeural network
Neural network
Saddam Hussain
 
M010237578
M010237578M010237578
M010237578
IOSR Journals
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
GauravPandey319
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
Alexander Decker
 
Table of Contents
Table of ContentsTable of Contents
Table of Contents
butest
 
softcomputing.pptx
softcomputing.pptxsoftcomputing.pptx
softcomputing.pptx
Kaviya452563
 
02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN
Tamer Ahmed Farrag, PhD
 
Deep learning
Deep learningDeep learning
Deep learning
Khaled AMIRAT
 
Nature Inspired Reasoning Applied in Semantic Web
Nature Inspired Reasoning Applied in Semantic WebNature Inspired Reasoning Applied in Semantic Web
Nature Inspired Reasoning Applied in Semantic Web
guestecf0af
 
modeling-a-perceptron-neuron-using-verilog-developed-floating-point-numbering...
modeling-a-perceptron-neuron-using-verilog-developed-floating-point-numbering...modeling-a-perceptron-neuron-using-verilog-developed-floating-point-numbering...
modeling-a-perceptron-neuron-using-verilog-developed-floating-point-numbering...
RioCarthiis
 
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptxEXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
Javier Daza
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
Manasa Mona
 
ANN - UNIT 1.pptx
ANN - UNIT 1.pptxANN - UNIT 1.pptx

Similar to DATA SCIENCE (20)

Dataminng
DataminngDataminng
Dataminng
 
Switchgear and protection.
Switchgear and protection.Switchgear and protection.
Switchgear and protection.
 
Jack
JackJack
Jack
 
Introduction to Deep Learning Technique.pptx
Introduction to Deep Learning Technique.pptxIntroduction to Deep Learning Technique.pptx
Introduction to Deep Learning Technique.pptx
 
Quantum neural network
Quantum neural networkQuantum neural network
Quantum neural network
 
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Neural network
Neural networkNeural network
Neural network
 
M010237578
M010237578M010237578
M010237578
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Table of Contents
Table of ContentsTable of Contents
Table of Contents
 
softcomputing.pptx
softcomputing.pptxsoftcomputing.pptx
softcomputing.pptx
 
02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN
 
Deep learning
Deep learningDeep learning
Deep learning
 
Nature Inspired Reasoning Applied in Semantic Web
Nature Inspired Reasoning Applied in Semantic WebNature Inspired Reasoning Applied in Semantic Web
Nature Inspired Reasoning Applied in Semantic Web
 
modeling-a-perceptron-neuron-using-verilog-developed-floating-point-numbering...
modeling-a-perceptron-neuron-using-verilog-developed-floating-point-numbering...modeling-a-perceptron-neuron-using-verilog-developed-floating-point-numbering...
modeling-a-perceptron-neuron-using-verilog-developed-floating-point-numbering...
 
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptxEXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
EXPERT SYSTEMS AND ARTIFICIAL INTELLIGENCE_ Neural Networks.pptx
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
ANN - UNIT 1.pptx
ANN - UNIT 1.pptxANN - UNIT 1.pptx
ANN - UNIT 1.pptx
 

Recently uploaded

Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
MiscAnnoy1
 
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
amsjournal
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
Madan Karki
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 

Recently uploaded (20)

Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
 
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 

DATA SCIENCE

  • 1. School of Computing Science and Engineering Course Code: BTCS9212 Course Name: Data Sciences CAT 3 EXAMINATION TOPIC NEURAL NETWORK: FEED-FORWARD AND FEEDBACK LOOP Elective Section- 5 Group-11 TEAM DETAILS- 1. Harshika Bansal(20SCSE1010558) 2. Harshit Gupta(20SCSE1010585) 3. Hemant Kumar Sahani(20SCSE1010542) SUBMITTED TO:- Dr. S. Janarthanan Program Name: B.Tech (CSE)
  • 2. NEURAL NETWORK • A neural network is a computer system modeled on the human brain and nervous system. • Neural Network is an information processing sample based on the working of biological nervous systems to process information. It is like the human brain. In this sense, neural networks refer to systems of neurons, either organic or artificial in nature. • A neural network works similarly to the human brain’s neural network. A “neuron” in a neural network is a mathematical function that collects and classifies information according to a specific architecture. • The network bears a strong resemblance to statistical methods such as curve fitting and regression analysis. Program Name: B.Tech (CSE)
  • 3. COMPONENTS OF A NEURAL NETWORK There are three main components: • an input layer • a processing layer • an output layer The inputs may be weighted based on various criteria. Within the processing layer, which is hidden from view, there are nodes and connections between these nodes, meant to be analogous to the neurons and synapses in an animal brain. Program Name: B.Tech (CSE)
  • 4. TYPES OF NEURAL NETWORKS 1. FEED FORWARD NEURAL NETWORK Signals travel in one way i.e. from input to output only in Feed forward Neural Network. There is no feedback or loops. The output of any layer does not affect that same layer in such networks. Feed forward neural networks are straight forward networks that associate inputs with outputs. They have fixed inputs and outputs. They are mostly used in pattern generation, pattern recognition and classification. Program Name: B.Tech (CSE)
  • 5. TYPES OF NEURAL NETWORKS 2. FEEDBACK NEURAL NETWORK • Signals can travel in both directions in Feedback neural networks. • Feedback neural networks are very powerful and can get very complicated. They are dynamic. Computations derived from earlier input are fed back into the network, which gives them a kind of memory. • Feedback networks are dynamic; their 'state' is changing continuously until they reach an equilibrium point. They remain at the equilibrium point until the input changes and a new equilibrium needs to be found. Program Name: B.Tech (CSE)
  • 6. LEARNING STRATEGIES FOR NEURAL NETWORK 1. SUPERVISED LEARNING: In this type of machine learning training, the dataset contains input data and the value you want to predict. The ANN will use the training data to learn a link between the input and the outputs. The idea behind this is that the training data can be generalized and that the ANN can be used on new data with some accuracy. Pattern recognition is one of the best examples of such learning. 2. UNSUPERVISED LEARNING: This type of learning is required when there is no example data set with known answers. For example, searching for a hidden pattern. In this case, clustering i.e., dividing a set of elements into groups according to some unknown pattern is carried out based on the existing data sets present. Program Name: B.Tech (CSE)
  • 7. APPLICATION OF NEURAL NETWORKS • Signal Processing- Neural networks can be trained to process an audio signal and filter it appropriately in the hearing aids. • Medical- Cancer cell analysis, EEG and ECG analysis, prosthetic design, transplant time optimizer • Aerospace- Autopilot aircraft, aircraft fault detection • Software- Pattern Recognition in facial recognition, optical character recognition, etc… Program Name: B.Tech (CSE)
  • 8. ADVANTAGES OF NEURAL NETWORK • A neural network can perform tasks that a linear program can not. • When an element of the neural network fails, its parallel nature can continue without any problem. • A neural network learns, and reprogramming is not necessary. • It can be implemented in any application. • It can be performed without any problem Program Name: B.Tech (CSE)
  • 9. DISADVANTAGES OF NEURAL NETWORK • The neural network needs training to operate. • The architecture of a neural network is different from the architecture of microprocessors. Therefore, emulation is necessary. • Requires high processing time for large neural networks. Program Name: B.Tech (CSE)
  • 10. CONCLUSION • Neural networks are suitable for predicting time series mainly because of learning only from examples, without any need to add additional information that can bring more confusion than the prediction effect. • The neural network can generalize and are resistant to noise. • For more complex nonlinear relations between input and output, larger training datasets were found to be more successful Program Name: B.Tech (CSE)