SlideShare a Scribd company logo
NADAR SARASWATHI COLLEGE OF ARTS AND SCIENCE,
THENI
DEPARTMENT OF INFORMATION TECHNOLOGY
soft computing
NAME: G.KAVIYA
CLASS: MSC(IT)
TOPIC: NEURAL NETWORK
WHAT IS A NEURAL NETWORK?
• A 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.
• It creates an adaptive system that computers use to learn from
their mistakes and improve continuously. Thus, artificial
neural networks attempt to solve complicated problems, like
summarizing documents or recognizing faces, with greater
accuracy.
WHY ARE NEURAL NETWORKS
IMPORTANT?
• Neural networks can help computers make
intelligent decisions with limited human
assistance. This is because they can learn and
model the relationships between input and
output data that are nonlinear and complex.
For instance, they can do the following tasks.
MAKE GENERALIZATIONS AND
INFERENCES
• Neural networks can comprehend unstructured data
and make general observations without explicit
training. For instance, they can recognize that two
different input sentences have a similar meaning:
• Can you tell me how to make the payment?
• How do I transfer money?
• A neural network would know that both sentences
mean the same thing. Or it would be able to broadly
recognize that Baxter Road is a place, but Baxter
Smith is a person’s name.
WHAT ARE NEURAL NETWORKS
USED FOR?
• Neural networks have several use cases across many
industries, such as the following:
• Medical diagnosis by medical image classification
• Targeted marketing by social network filtering and
behavioral data analysis
• Financial predictions by processing historical data of
financial instruments
• Electrical load and energy demand forecasting
• Process and quality control
• Chemical compound identification
COMPUTER VISION
• Computer vision is the ability of computers to
extract information and insights from images
and videos. With neural networks, computers
can distinguish and recognize images similar
to humans. Computer vision has several
applications, such as the following:
• Visual recognition in self-driving cars so they
can recognize road signs and other road users.
CONTINUE
• Content moderation to automatically remove
unsafe or inappropriate content from image
and video archives
• Facial recognition to identify faces and
recognize attributes like open eyes, glasses,
and facial hair
• Image labeling to identify brand logos,
clothing, safety gear, and other image details
SPEECH RECOGNITION
• Neural networks can analyze human speech despite
varying speech patterns, pitch, tone, language, and
accent. Virtual assistants like Amazon Alexa and
automatic transcription software use speech recognition
to do tasks like these:
• Assist call center agents and automatically classify calls
• Convert clinical conversations into documentation in
real time
• Accurately subtitle videos and meeting recordings for
wider content reach
NATURAL LANGUAGE PROCESSING
• Natural language processing (NLP) is the ability to process
natural, human-created text. Neural networks help
computers gather insights and meaning from text data and
documents. NLP has several use cases, including in these
functions:
• Automated virtual agents and chatbots
• Automatic organization and classification of written data
• Business intelligence analysis of long-form documents like
emails and forms
• Indexing of key phrases that indicate sentiment, like
positive and negative comments on social media
• Document summarization and article generation for a given
topic
HOW DO NEURAL NETWORKS
WORK?
• The human brain is the inspiration behind neural network
architecture. Human brain cells, called neurons, form a
complex, highly interconnected network and send electrical
signals to each other to help humans process information.
Similarly, an artificial neural network is made of artificial
neurons that work together to solve a problem.
• Artificial neurons are software modules, called nodes, and
artificial neural networks are software programs or algorithms
that, at their core, use computing systems to solve
mathematical calculations.
LAYERS TYPES
• Simple neural network architecture
• A basic neural network has interconnected artificial
neurons in three layers:
• Input Layer
• Information from the outside world enters the
artificial neural network from the input layer. Input
nodes process the data, analyze or categorize it, and
pass it on to the next layer.
CONTINUE
• HIDDEN LAYER
• Hidden layers take their input from the input layer or other hidden
layers. Artificial neural networks can have a large number of hidden
layers. Each hidden layer analyzes the output from the previous
layer, processes it further, and passes it on to the next layer.
• OUTPUT LAYER
• The output layer gives the final result of all the data processing by
the artificial neural network. It can have single or multiple nodes.
For instance, if we have a binary (yes/no) classification problem, the
output layer will have one output node, which will give the result as
1 or 0. However, if we have a multi-class classification problem, the
output layer might consist of more than one output node.
DEEP NEURAL NETWORK
ARCHITECTURE
• Deep neural networks, or deep learning networks,
have several hidden layers with millions of
artificial neurons linked together. A number,
called weight, represents the connections between
one node and another. The weight is a positive
number if one node excites another, or negative if
one node suppresses the other. Nodes with higher
weight values have more influence on the other
nodes.
CONTINUE
• Theoretically, deep neural networks can map
any input type to any output type. However,
they also need much more training as
compared to other machine learning methods.
They need millions of examples of training
data rather than perhaps the hundreds or
thousands that a simpler network might need.
What are the types of neural
networks?
• Artificial neural networks can be categorized by
how the data flows from the input node to the
output node. Below are some examples:
• FEEDFORWARD NEURAL NETWORKS
• Feedforward neural networks process data in one
direction, from the input node to the output node.
Every node in one layer is connected to every
node in the next layer. A feedforward network
uses a feedback process to improve predictions
over time.
FEEDFORWARD NEURAL
NETWORKS
• Feedforward neural networks process data in
one direction, from the input node to the
output node. Every node in one layer is
connected to every node in the next layer. A
feedforward network uses a feedback process
to improve predictions over time.
BACKPROPAGATION ALGORITHM
• Artificial neural networks learn continuously by
using corrective feedback loops to improve their
predictive analytics. In simple terms, you can
think of the data flowing from the input node to
the output node through many different paths in
the neural network. Only one path is the correct
one that maps the input node to the correct output
node. To find this path, the neural network uses a
feedback loop, which works as follows:
• Each node makes a guess about the next node in
the path.
CONTINUE
• It checks if the guess was correct. Nodes
assign higher weight values to paths that lead
to more correct guesses and lower weight
values to node paths that lead to incorrect
guesses.
• For the next data point, the nodes make a new
prediction using the higher weight paths and
then repeat Step 1.
CONVOLUTIONAL NEURAL
NETWORKS
• The hidden layers in convolutional neural
networks perform specific mathematical
functions, like summarizing or filtering, called
convolutions. They are very useful for image
classification because they can extract relevant
features from images that are useful for image
recognition and classification. The new form is
easier to process without losing features that are
critical for making a good prediction. Each hidden
layer extracts and processes different image
features, like edges, color, and depth.
HOW TO TRAIN NEURAL
NETWORKS?
• Neural network training is the process of
teaching a neural network to perform a task.
Neural networks learn by initially processing
several large sets of labeled or unlabeled data.
By using these examples, they can then
process unknown inputs more accurately.
softcomputing.pptx

More Related Content

Similar to softcomputing.pptx

Introduction to deep learning
Introduction to deep learningIntroduction to deep learning
Introduction to deep learning
Amr Rashed
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
SherinRappai1
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
SherinRappai
 
MDEC Data Matters Series: machine learning and Deep Learning, A Primer
MDEC Data Matters Series: machine learning and Deep Learning, A PrimerMDEC Data Matters Series: machine learning and Deep Learning, A Primer
MDEC Data Matters Series: machine learning and Deep Learning, A Primer
Poo Kuan Hoong
 
Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Deep learning tutorial 9/2019
Deep learning tutorial 9/2019
Amr Rashed
 
Deep Learning Tutorial
Deep Learning TutorialDeep Learning Tutorial
Deep Learning Tutorial
Amr Rashed
 
DATA SCIENCE
DATA SCIENCEDATA SCIENCE
DATA SCIENCE
HarshikaBansal1
 
Deep learning
Deep learningDeep learning
Deep learning
Khaled AMIRAT
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
Mhd Khaled Alhalai
 
Deep learning
Deep learning Deep learning
Deep learning
SauravJaiswal17
 
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 and its Applications
Artificial Neural Network and its ApplicationsArtificial Neural Network and its Applications
Artificial Neural Network and its Applications
shritosh kumar
 
Basics of Deep learning
Basics of Deep learningBasics of Deep learning
Basics of Deep learning
Ramesh Kumar
 
What Is a Neural Network
What Is a Neural NetworkWhat Is a Neural Network
What Is a Neural Network
April Joy Getigan
 
Deep learning.pptx
Deep learning.pptxDeep learning.pptx
Deep learning.pptx
MdMahfoozAlam5
 
An Introduction to Deep Learning
An Introduction to Deep LearningAn Introduction to Deep Learning
An Introduction to Deep Learning
Poo Kuan Hoong
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
Karthik Rohan
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
Lukas Masuch
 

Similar to softcomputing.pptx (20)

Introduction to deep learning
Introduction to deep learningIntroduction to deep learning
Introduction to deep learning
 
Project Report -Vaibhav
Project Report -VaibhavProject Report -Vaibhav
Project Report -Vaibhav
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
 
MDEC Data Matters Series: machine learning and Deep Learning, A Primer
MDEC Data Matters Series: machine learning and Deep Learning, A PrimerMDEC Data Matters Series: machine learning and Deep Learning, A Primer
MDEC Data Matters Series: machine learning and Deep Learning, A Primer
 
Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Deep learning tutorial 9/2019
Deep learning tutorial 9/2019
 
Deep Learning Tutorial
Deep Learning TutorialDeep Learning Tutorial
Deep Learning Tutorial
 
DATA SCIENCE
DATA SCIENCEDATA SCIENCE
DATA SCIENCE
 
Deep learning
Deep learningDeep learning
Deep learning
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Deep learning
Deep learning Deep learning
Deep learning
 
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 and its Applications
Artificial Neural Network and its ApplicationsArtificial Neural Network and its Applications
Artificial Neural Network and its Applications
 
Basics of Deep learning
Basics of Deep learningBasics of Deep learning
Basics of Deep learning
 
What Is a Neural Network
What Is a Neural NetworkWhat Is a Neural Network
What Is a Neural Network
 
Deep learning.pptx
Deep learning.pptxDeep learning.pptx
Deep learning.pptx
 
An Introduction to Deep Learning
An Introduction to Deep LearningAn Introduction to Deep Learning
An Introduction to Deep Learning
 
Jack
JackJack
Jack
 
neuralnetwork.pptx
neuralnetwork.pptxneuralnetwork.pptx
neuralnetwork.pptx
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
 

More from Kaviya452563

OOAD.pptx
OOAD.pptxOOAD.pptx
OOAD.pptx
Kaviya452563
 
DIP.pptx
DIP.pptxDIP.pptx
DIP.pptx
Kaviya452563
 
Big Data Analytics.pptx
Big Data Analytics.pptxBig Data Analytics.pptx
Big Data Analytics.pptx
Kaviya452563
 
client server computing.pptx
client server computing.pptxclient server computing.pptx
client server computing.pptx
Kaviya452563
 
WE.pptx
WE.pptxWE.pptx
WE.pptx
Kaviya452563
 
Internet of Things.pptx
Internet of Things.pptxInternet of Things.pptx
Internet of Things.pptx
Kaviya452563
 
data mining.pptx
data mining.pptxdata mining.pptx
data mining.pptx
Kaviya452563
 
python programming.pptx
python programming.pptxpython programming.pptx
python programming.pptx
Kaviya452563
 
Distributing computing.pptx
Distributing computing.pptxDistributing computing.pptx
Distributing computing.pptx
Kaviya452563
 
Artificial Intelligence.pptx
Artificial Intelligence.pptxArtificial Intelligence.pptx
Artificial Intelligence.pptx
Kaviya452563
 
Advanced java programming
Advanced java programmingAdvanced java programming
Advanced java programming
Kaviya452563
 
Network and internet security
Network and internet securityNetwork and internet security
Network and internet security
Kaviya452563
 
Advanced computer architecture
Advanced computer architectureAdvanced computer architecture
Advanced computer architecture
Kaviya452563
 
Data structures and algorithms
Data structures and algorithmsData structures and algorithms
Data structures and algorithms
Kaviya452563
 

More from Kaviya452563 (14)

OOAD.pptx
OOAD.pptxOOAD.pptx
OOAD.pptx
 
DIP.pptx
DIP.pptxDIP.pptx
DIP.pptx
 
Big Data Analytics.pptx
Big Data Analytics.pptxBig Data Analytics.pptx
Big Data Analytics.pptx
 
client server computing.pptx
client server computing.pptxclient server computing.pptx
client server computing.pptx
 
WE.pptx
WE.pptxWE.pptx
WE.pptx
 
Internet of Things.pptx
Internet of Things.pptxInternet of Things.pptx
Internet of Things.pptx
 
data mining.pptx
data mining.pptxdata mining.pptx
data mining.pptx
 
python programming.pptx
python programming.pptxpython programming.pptx
python programming.pptx
 
Distributing computing.pptx
Distributing computing.pptxDistributing computing.pptx
Distributing computing.pptx
 
Artificial Intelligence.pptx
Artificial Intelligence.pptxArtificial Intelligence.pptx
Artificial Intelligence.pptx
 
Advanced java programming
Advanced java programmingAdvanced java programming
Advanced java programming
 
Network and internet security
Network and internet securityNetwork and internet security
Network and internet security
 
Advanced computer architecture
Advanced computer architectureAdvanced computer architecture
Advanced computer architecture
 
Data structures and algorithms
Data structures and algorithmsData structures and algorithms
Data structures and algorithms
 

Recently uploaded

A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
Kartik Tiwari
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 

Recently uploaded (20)

A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 

softcomputing.pptx

  • 1. NADAR SARASWATHI COLLEGE OF ARTS AND SCIENCE, THENI DEPARTMENT OF INFORMATION TECHNOLOGY soft computing NAME: G.KAVIYA CLASS: MSC(IT) TOPIC: NEURAL NETWORK
  • 2. WHAT IS A NEURAL NETWORK? • A 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. • It creates an adaptive system that computers use to learn from their mistakes and improve continuously. Thus, artificial neural networks attempt to solve complicated problems, like summarizing documents or recognizing faces, with greater accuracy.
  • 3. WHY ARE NEURAL NETWORKS IMPORTANT? • Neural networks can help computers make intelligent decisions with limited human assistance. This is because they can learn and model the relationships between input and output data that are nonlinear and complex. For instance, they can do the following tasks.
  • 4. MAKE GENERALIZATIONS AND INFERENCES • Neural networks can comprehend unstructured data and make general observations without explicit training. For instance, they can recognize that two different input sentences have a similar meaning: • Can you tell me how to make the payment? • How do I transfer money? • A neural network would know that both sentences mean the same thing. Or it would be able to broadly recognize that Baxter Road is a place, but Baxter Smith is a person’s name.
  • 5. WHAT ARE NEURAL NETWORKS USED FOR? • Neural networks have several use cases across many industries, such as the following: • Medical diagnosis by medical image classification • Targeted marketing by social network filtering and behavioral data analysis • Financial predictions by processing historical data of financial instruments • Electrical load and energy demand forecasting • Process and quality control • Chemical compound identification
  • 6. COMPUTER VISION • Computer vision is the ability of computers to extract information and insights from images and videos. With neural networks, computers can distinguish and recognize images similar to humans. Computer vision has several applications, such as the following: • Visual recognition in self-driving cars so they can recognize road signs and other road users.
  • 7. CONTINUE • Content moderation to automatically remove unsafe or inappropriate content from image and video archives • Facial recognition to identify faces and recognize attributes like open eyes, glasses, and facial hair • Image labeling to identify brand logos, clothing, safety gear, and other image details
  • 8. SPEECH RECOGNITION • Neural networks can analyze human speech despite varying speech patterns, pitch, tone, language, and accent. Virtual assistants like Amazon Alexa and automatic transcription software use speech recognition to do tasks like these: • Assist call center agents and automatically classify calls • Convert clinical conversations into documentation in real time • Accurately subtitle videos and meeting recordings for wider content reach
  • 9. NATURAL LANGUAGE PROCESSING • Natural language processing (NLP) is the ability to process natural, human-created text. Neural networks help computers gather insights and meaning from text data and documents. NLP has several use cases, including in these functions: • Automated virtual agents and chatbots • Automatic organization and classification of written data • Business intelligence analysis of long-form documents like emails and forms • Indexing of key phrases that indicate sentiment, like positive and negative comments on social media • Document summarization and article generation for a given topic
  • 10. HOW DO NEURAL NETWORKS WORK? • The human brain is the inspiration behind neural network architecture. Human brain cells, called neurons, form a complex, highly interconnected network and send electrical signals to each other to help humans process information. Similarly, an artificial neural network is made of artificial neurons that work together to solve a problem. • Artificial neurons are software modules, called nodes, and artificial neural networks are software programs or algorithms that, at their core, use computing systems to solve mathematical calculations.
  • 11. LAYERS TYPES • Simple neural network architecture • A basic neural network has interconnected artificial neurons in three layers: • Input Layer • Information from the outside world enters the artificial neural network from the input layer. Input nodes process the data, analyze or categorize it, and pass it on to the next layer.
  • 12. CONTINUE • HIDDEN LAYER • Hidden layers take their input from the input layer or other hidden layers. Artificial neural networks can have a large number of hidden layers. Each hidden layer analyzes the output from the previous layer, processes it further, and passes it on to the next layer. • OUTPUT LAYER • The output layer gives the final result of all the data processing by the artificial neural network. It can have single or multiple nodes. For instance, if we have a binary (yes/no) classification problem, the output layer will have one output node, which will give the result as 1 or 0. However, if we have a multi-class classification problem, the output layer might consist of more than one output node.
  • 13. DEEP NEURAL NETWORK ARCHITECTURE • Deep neural networks, or deep learning networks, have several hidden layers with millions of artificial neurons linked together. A number, called weight, represents the connections between one node and another. The weight is a positive number if one node excites another, or negative if one node suppresses the other. Nodes with higher weight values have more influence on the other nodes.
  • 14. CONTINUE • Theoretically, deep neural networks can map any input type to any output type. However, they also need much more training as compared to other machine learning methods. They need millions of examples of training data rather than perhaps the hundreds or thousands that a simpler network might need.
  • 15. What are the types of neural networks? • Artificial neural networks can be categorized by how the data flows from the input node to the output node. Below are some examples: • FEEDFORWARD NEURAL NETWORKS • Feedforward neural networks process data in one direction, from the input node to the output node. Every node in one layer is connected to every node in the next layer. A feedforward network uses a feedback process to improve predictions over time.
  • 16. FEEDFORWARD NEURAL NETWORKS • Feedforward neural networks process data in one direction, from the input node to the output node. Every node in one layer is connected to every node in the next layer. A feedforward network uses a feedback process to improve predictions over time.
  • 17. BACKPROPAGATION ALGORITHM • Artificial neural networks learn continuously by using corrective feedback loops to improve their predictive analytics. In simple terms, you can think of the data flowing from the input node to the output node through many different paths in the neural network. Only one path is the correct one that maps the input node to the correct output node. To find this path, the neural network uses a feedback loop, which works as follows: • Each node makes a guess about the next node in the path.
  • 18. CONTINUE • It checks if the guess was correct. Nodes assign higher weight values to paths that lead to more correct guesses and lower weight values to node paths that lead to incorrect guesses. • For the next data point, the nodes make a new prediction using the higher weight paths and then repeat Step 1.
  • 19. CONVOLUTIONAL NEURAL NETWORKS • The hidden layers in convolutional neural networks perform specific mathematical functions, like summarizing or filtering, called convolutions. They are very useful for image classification because they can extract relevant features from images that are useful for image recognition and classification. The new form is easier to process without losing features that are critical for making a good prediction. Each hidden layer extracts and processes different image features, like edges, color, and depth.
  • 20. HOW TO TRAIN NEURAL NETWORKS? • Neural network training is the process of teaching a neural network to perform a task. Neural networks learn by initially processing several large sets of labeled or unlabeled data. By using these examples, they can then process unknown inputs more accurately.