SlideShare uma empresa Scribd logo
1 de 23
SAMBHRAM INSTITUTE OF TECHNOLOGY, BENGALURU
Department of Electronics & Communication Engineering
SEMINAR Presentation
on
ADVANCED APPLICATION OF
ARTIFICIAL INTELLIGENCE AND
NEURAL NETWORKS
Presentation by
RAJARAJESHWARI K DIVATE (1ST13EC727)
VIII Semester B.E.
Seminar coordinator Class Coordinator
Dr. C.V. Ravi Shankar S. Sowndeswari
HOD, Dept of ECE, SaIT Asst.Prof. Dept. ECE, SaIT
Introduction to AI
 The ability to acquire and apply
knowledge and skills is called
intelligence.
 This phenomenon is exhibited by
human brain.
 Artificial intelligence(AI) is
intelligence exhibited by machines.
 It is the theory and development of
computer systems able to perform
tasks normally requiring human
intelligence .
 Such as visual reception , speech
recognition, decision making, and
translation between languages.
Biological neural network
 The basic computational unit in the
nervous systyem is the nerve cell or
neuron.
 A neuron has:
dendrites (inputs)
cell body
axon (output)
 The human brain contains about 10
billion neurons.
 On average , each neuron is connected
to other neurons through about 10000
synapses.
Figure : Structure of a neuron
Artificial neural network
 ANN is a computer system
modeled on the human brain and
nervous system.
 An ANN is an interconnected
group of nodes, akin to vast
network of neurons in a brain.
 Each circular node in the figure
represents an artificial neuron
and an arrow represents a
connection from the output of
one neuron to the input of
another. Figure: Artificial neuron
Terminology
Biological terminology ANN terminology
Neuron Node/unit cell/neurode
Synapse Connection/edge/link
Synaptic efficiency Connection strength/weight
Firing frequency Node output
Types of neural network
 Fixed networks
In which the weights cannot be changed, that is
dW/dt=0. In such networks, the weights are fixed a
priori according to the problem to solve.
 Adaptive networks
Which are able to change their weights, that is
dW/dt not=0.
ANN Overview: computational model
for artificial neuron
ANN Overview:
Network architecture
Hopfield network
 A hopfield network is a form of
recurrent ANN invented by john
Hopfield in 1982.
 It can be seen as a fully connected
single layer auto associative
network.
 Hopfield nets serve as content
addressable memory systems with
binary threshold nodes.
Hopfield net
 Hopfield networks are constructed from artificial
neurons.
 These artificial neuron have N inputs. With each input
i there is a weight wi associated.
 They have an output. The state of the output is
maintained, until the neuron is updated.
 A HNN consists of a set of
neurons where each neuron
corresponds to a pixel of the
different image and is connected
to all the neurons in the
neighbourhood.
 The output of the neuron is
feedback to each of the other
neurons in the network.
 The number of feedback loops is
equal to the number of neurons.
 There is no self feedback loop.
 A recurrent network with all nodes connected to all
other nodes.
 Nodes have binary outputs (either 0,1 or 1,-1)
 Weights between the nodes are symmetric.
 No connection from node to itself is allowed.
 Nodes are updated asynchronously (the nodes are
selected at random)
 The network has no hidden layers or nodes.
Energy
 Hopfield defined the energy function of the network
by using the network architecture, i.e.,
 the number of neurons
 their output functions
 threshold values
 connection between neurons
 The strength of the connections
 Thus the energy function represents the complete
status of the network.
Contd…
 Hopfield has also shown that at each iteration of the processing
of the network, the energy value decreases and the network
reaches a stable state when its energy value reaches a
minimum.
 The energy function E of the discrete model is given by
Where i,j,k are the variables
W is the weight
V is the output the neuron
I is external input bias
Features of HNN
 HNN can perform the functions of memory recall in a
manner analogous to the way the brain functions.
 In addition, pattern recognition, solving linear
programming problems and solving combinatorial
optimization problems(COPs).
 Simple technical implementation using electronic or
optical device.
Applications of ANN
 ANN has been successfully applied to broad spectrum
of data-intensive applications like financial, data
mining, operational analysis, industrial, sales and
marketing.
 One such important application is in the field of
medical science. Such as
 Medical diagnosis
 Detection and evaluation of medical phenomena
 Patient’s length of stay forecasts
 Treatment cost estimation
Lung cancer detection using ANN
 The early detection of the lung cancer is a challenging
problem, due to the structure of the cancer cells.
 The manual analysis of the sputum sample is time
consuming, inaccurate and requires intensive trained
person to avoid diagnostic errors.
 There aremany techniques to diagnosis lung cancer,
such as chest radiograph(x-ray), computed
tomography(CT), magnetic resonance imaging(MRI
scan) and sputum cytology.
 However, most of these techniques are expensive and
time consuming.
 Most of these techniques are detecting the lung cancer
in its advanced stages, where the patient’s chance of
survival is very low.
 Hence, Hopfield neural network segmentation
method is used for segmenting sputum colour images
to detect the lung cancer in early stages.
 The segmentation results will be used as a base for a
Computer Aided Diagnosis ( CAD)system for early
detection of lung cancer.
 This method is designed to classify the image of N
pixels.
The HNN segmentation algorithm
1. Initialize the input of neurons to random values.
2. Apply the input- output relation given by
to obtain the new output value for each neuron,
establishing the assignment of pixel to classes.
3. Compute the centroid for each class as follows:
4. Solve the set of differential equation
to update the input of each neuron:
5. Repeat from step 2 until convergence then terminate
Conclusion
 The HNN algorithm is applied with the specification
mentioned above to one thousand sputum colour
images and maintained the result for further
processing in the following steps.
 This algorithm could segment 97% of the images
successfully in nuclei, cytoplasm regions and clear
background
 Furthermore, HNN took short time to achive the
desired results.
 By experiment, HNN needed less than 120 iterations to
reach the desired segmentation result in 36 seconds.
THANK YOU

Mais conteúdo relacionado

Mais procurados

Deep neural networks
Deep neural networksDeep neural networks
Deep neural networksSi Haem
 
Fundamental, An Introduction to Neural Networks
Fundamental, An Introduction to Neural NetworksFundamental, An Introduction to Neural Networks
Fundamental, An Introduction to Neural NetworksNelson Piedra
 
Neural network & its applications
Neural network & its applications Neural network & its applications
Neural network & its applications Ahmed_hashmi
 
Artificial Neural Network (draft)
Artificial Neural Network (draft)Artificial Neural Network (draft)
Artificial Neural Network (draft)James Boulie
 
Artifical Neural Network and its applications
Artifical Neural Network and its applicationsArtifical Neural Network and its applications
Artifical Neural Network and its applicationsSangeeta Tiwari
 
Artificial neural network model & hidden layers in multilayer artificial neur...
Artificial neural network model & hidden layers in multilayer artificial neur...Artificial neural network model & hidden layers in multilayer artificial neur...
Artificial neural network model & hidden layers in multilayer artificial neur...Muhammad Ishaq
 
Artificial Neural Networks Lect1: Introduction & neural computation
Artificial Neural Networks Lect1: Introduction & neural computationArtificial Neural Networks Lect1: Introduction & neural computation
Artificial Neural Networks Lect1: Introduction & neural computationMohammed Bennamoun
 
Artificial Intelligence: Artificial Neural Networks
Artificial Intelligence: Artificial Neural NetworksArtificial Intelligence: Artificial Neural Networks
Artificial Intelligence: Artificial Neural NetworksThe Integral Worm
 
NEURAL NETWORKS
NEURAL NETWORKSNEURAL NETWORKS
NEURAL NETWORKSESCOM
 
Artificial neural network by arpit_sharma
Artificial neural network by arpit_sharmaArtificial neural network by arpit_sharma
Artificial neural network by arpit_sharmaEr. Arpit Sharma
 
Artificial neural network for machine learning
Artificial neural network for machine learningArtificial neural network for machine learning
Artificial neural network for machine learninggrinu
 
Artificial nueral network slideshare
Artificial nueral network slideshareArtificial nueral network slideshare
Artificial nueral network slideshareRed Innovators
 
Artificial Neural Network
Artificial Neural Network Artificial Neural Network
Artificial Neural Network Iman Ardekani
 
mohsin dalvi artificial neural networks presentation
mohsin dalvi   artificial neural networks presentationmohsin dalvi   artificial neural networks presentation
mohsin dalvi artificial neural networks presentationAkash Maurya
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural networkmustafa aadel
 

Mais procurados (20)

Deep neural networks
Deep neural networksDeep neural networks
Deep neural networks
 
Fundamental, An Introduction to Neural Networks
Fundamental, An Introduction to Neural NetworksFundamental, An Introduction to Neural Networks
Fundamental, An Introduction to Neural Networks
 
Neural network & its applications
Neural network & its applications Neural network & its applications
Neural network & its applications
 
Artificial Neural Network Topology
Artificial Neural Network TopologyArtificial Neural Network Topology
Artificial Neural Network Topology
 
Artificial Neural Network (draft)
Artificial Neural Network (draft)Artificial Neural Network (draft)
Artificial Neural Network (draft)
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Artifical Neural Network and its applications
Artifical Neural Network and its applicationsArtifical Neural Network and its applications
Artifical Neural Network and its applications
 
Artificial neural network model & hidden layers in multilayer artificial neur...
Artificial neural network model & hidden layers in multilayer artificial neur...Artificial neural network model & hidden layers in multilayer artificial neur...
Artificial neural network model & hidden layers in multilayer artificial neur...
 
Neural networks introduction
Neural networks introductionNeural networks introduction
Neural networks introduction
 
Artificial Neural Networks Lect1: Introduction & neural computation
Artificial Neural Networks Lect1: Introduction & neural computationArtificial Neural Networks Lect1: Introduction & neural computation
Artificial Neural Networks Lect1: Introduction & neural computation
 
Artificial Intelligence: Artificial Neural Networks
Artificial Intelligence: Artificial Neural NetworksArtificial Intelligence: Artificial Neural Networks
Artificial Intelligence: Artificial Neural Networks
 
NEURAL NETWORKS
NEURAL NETWORKSNEURAL NETWORKS
NEURAL NETWORKS
 
Artificial neural network by arpit_sharma
Artificial neural network by arpit_sharmaArtificial neural network by arpit_sharma
Artificial neural network by arpit_sharma
 
Artificial neural network for machine learning
Artificial neural network for machine learningArtificial neural network for machine learning
Artificial neural network for machine learning
 
Artificial nueral network slideshare
Artificial nueral network slideshareArtificial nueral network slideshare
Artificial nueral network slideshare
 
Artificial Neural Network
Artificial Neural Network Artificial Neural Network
Artificial Neural Network
 
mohsin dalvi artificial neural networks presentation
mohsin dalvi   artificial neural networks presentationmohsin dalvi   artificial neural networks presentation
mohsin dalvi artificial neural networks presentation
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
neural networks
neural networksneural networks
neural networks
 
neural networks
 neural networks neural networks
neural networks
 

Destaque

The application of artificial intelligence
The application of artificial intelligenceThe application of artificial intelligence
The application of artificial intelligencePallavi Vashistha
 
Natural resources of Bangladesh by capt Robin amc
Natural resources of Bangladesh by capt Robin amcNatural resources of Bangladesh by capt Robin amc
Natural resources of Bangladesh by capt Robin amcMehedi Robin
 
Artificial intelligence and its application
Artificial intelligence and its applicationArtificial intelligence and its application
Artificial intelligence and its applicationMohammed Abdel Razek
 
Applications of artificial intelligence (AI) models for management decision m...
Applications of artificial intelligence (AI) models for management decision m...Applications of artificial intelligence (AI) models for management decision m...
Applications of artificial intelligence (AI) models for management decision m...The Higher Education Academy
 
Introduction to Chainer: A Flexible Framework for Deep Learning
Introduction to Chainer: A Flexible Framework for Deep LearningIntroduction to Chainer: A Flexible Framework for Deep Learning
Introduction to Chainer: A Flexible Framework for Deep LearningSeiya Tokui
 
Social problem of Bangladesh and It’s solution
Social problem of Bangladesh  and  It’s solutionSocial problem of Bangladesh  and  It’s solution
Social problem of Bangladesh and It’s solutionnanayem
 
A primer on Artificial Intelligence (AI) and Machine Learning (ML)
A primer on Artificial Intelligence (AI) and Machine Learning (ML)A primer on Artificial Intelligence (AI) and Machine Learning (ML)
A primer on Artificial Intelligence (AI) and Machine Learning (ML)Yacine Ghalim
 
Chainer v2 alpha
Chainer v2 alphaChainer v2 alpha
Chainer v2 alphaSeiya Tokui
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligenceu053675
 

Destaque (11)

Thunderbolt
ThunderboltThunderbolt
Thunderbolt
 
The application of artificial intelligence
The application of artificial intelligenceThe application of artificial intelligence
The application of artificial intelligence
 
Natural resources of Bangladesh by capt Robin amc
Natural resources of Bangladesh by capt Robin amcNatural resources of Bangladesh by capt Robin amc
Natural resources of Bangladesh by capt Robin amc
 
Artificial intelligence and its application
Artificial intelligence and its applicationArtificial intelligence and its application
Artificial intelligence and its application
 
Applications of artificial intelligence (AI) models for management decision m...
Applications of artificial intelligence (AI) models for management decision m...Applications of artificial intelligence (AI) models for management decision m...
Applications of artificial intelligence (AI) models for management decision m...
 
Introduction to Chainer: A Flexible Framework for Deep Learning
Introduction to Chainer: A Flexible Framework for Deep LearningIntroduction to Chainer: A Flexible Framework for Deep Learning
Introduction to Chainer: A Flexible Framework for Deep Learning
 
Social problem of Bangladesh and It’s solution
Social problem of Bangladesh  and  It’s solutionSocial problem of Bangladesh  and  It’s solution
Social problem of Bangladesh and It’s solution
 
A primer on Artificial Intelligence (AI) and Machine Learning (ML)
A primer on Artificial Intelligence (AI) and Machine Learning (ML)A primer on Artificial Intelligence (AI) and Machine Learning (ML)
A primer on Artificial Intelligence (AI) and Machine Learning (ML)
 
Chainer v2 alpha
Chainer v2 alphaChainer v2 alpha
Chainer v2 alpha
 
Thunderbolt pdf
Thunderbolt pdfThunderbolt pdf
Thunderbolt pdf
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 

Semelhante a Advanced applications of artificial intelligence and neural networks

Final cnn shruthi gali
Final cnn shruthi galiFinal cnn shruthi gali
Final cnn shruthi galiSam Ram
 
Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...IJERA Editor
 
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...Waqas Tariq
 
Neural Networks Ver1
Neural  Networks  Ver1Neural  Networks  Ver1
Neural Networks Ver1ncct
 
Early detection of adult valve disease–mitral
Early detection of adult valve disease–mitralEarly detection of adult valve disease–mitral
Early detection of adult valve disease–mitralIAEME Publication
 
Early detection of adult valve disease mitral stenosis using the elman artifi...
Early detection of adult valve disease mitral stenosis using the elman artifi...Early detection of adult valve disease mitral stenosis using the elman artifi...
Early detection of adult valve disease mitral stenosis using the elman artifi...iaemedu
 
Early detection of adult valve disease mitral stenosis
Early detection of adult valve disease mitral stenosisEarly detection of adult valve disease mitral stenosis
Early detection of adult valve disease mitral stenosisIAEME Publication
 
neural networks
 neural networks neural networks
neural networksjoshiblog
 
Transfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram imagesTransfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram imagesIAESIJAI
 
Neural networking this is about neural networks
Neural networking this is about neural networksNeural networking this is about neural networks
Neural networking this is about neural networksv02527031
 
Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Deepu Gupta
 

Semelhante a Advanced applications of artificial intelligence and neural networks (20)

Final cnn shruthi gali
Final cnn shruthi galiFinal cnn shruthi gali
Final cnn shruthi gali
 
Dsp review
Dsp reviewDsp review
Dsp review
 
E44082429
E44082429E44082429
E44082429
 
Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...
 
ANN - UNIT 1.pptx
ANN - UNIT 1.pptxANN - UNIT 1.pptx
ANN - UNIT 1.pptx
 
Cellular neural
Cellular  neuralCellular  neural
Cellular neural
 
ANN.ppt
ANN.pptANN.ppt
ANN.ppt
 
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
Differential Protection of Generator by Using Neural Network, Fuzzy Neural an...
 
Neural Networks Ver1
Neural  Networks  Ver1Neural  Networks  Ver1
Neural Networks Ver1
 
Early detection of adult valve disease–mitral
Early detection of adult valve disease–mitralEarly detection of adult valve disease–mitral
Early detection of adult valve disease–mitral
 
Early detection of adult valve disease mitral stenosis using the elman artifi...
Early detection of adult valve disease mitral stenosis using the elman artifi...Early detection of adult valve disease mitral stenosis using the elman artifi...
Early detection of adult valve disease mitral stenosis using the elman artifi...
 
Early detection of adult valve disease mitral stenosis
Early detection of adult valve disease mitral stenosisEarly detection of adult valve disease mitral stenosis
Early detection of adult valve disease mitral stenosis
 
neural networks
 neural networks neural networks
neural networks
 
Sensors 20-00904-v2
Sensors 20-00904-v2Sensors 20-00904-v2
Sensors 20-00904-v2
 
Transfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram imagesTransfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram images
 
Artificial Neural Networking
Artificial Neural Networking Artificial Neural Networking
Artificial Neural Networking
 
Neural networking this is about neural networks
Neural networking this is about neural networksNeural networking this is about neural networks
Neural networking this is about neural networks
 
SoftComputing5
SoftComputing5SoftComputing5
SoftComputing5
 
Cellular neural
Cellular  neuralCellular  neural
Cellular neural
 
Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02
 

Último

DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfsmsksolar
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...Health
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxnuruddin69
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 

Último (20)

DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptx
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 

Advanced applications of artificial intelligence and neural networks

  • 1. SAMBHRAM INSTITUTE OF TECHNOLOGY, BENGALURU Department of Electronics & Communication Engineering SEMINAR Presentation on ADVANCED APPLICATION OF ARTIFICIAL INTELLIGENCE AND NEURAL NETWORKS Presentation by RAJARAJESHWARI K DIVATE (1ST13EC727) VIII Semester B.E. Seminar coordinator Class Coordinator Dr. C.V. Ravi Shankar S. Sowndeswari HOD, Dept of ECE, SaIT Asst.Prof. Dept. ECE, SaIT
  • 2. Introduction to AI  The ability to acquire and apply knowledge and skills is called intelligence.  This phenomenon is exhibited by human brain.  Artificial intelligence(AI) is intelligence exhibited by machines.  It is the theory and development of computer systems able to perform tasks normally requiring human intelligence .  Such as visual reception , speech recognition, decision making, and translation between languages.
  • 3. Biological neural network  The basic computational unit in the nervous systyem is the nerve cell or neuron.  A neuron has: dendrites (inputs) cell body axon (output)  The human brain contains about 10 billion neurons.  On average , each neuron is connected to other neurons through about 10000 synapses. Figure : Structure of a neuron
  • 4. Artificial neural network  ANN is a computer system modeled on the human brain and nervous system.  An ANN is an interconnected group of nodes, akin to vast network of neurons in a brain.  Each circular node in the figure represents an artificial neuron and an arrow represents a connection from the output of one neuron to the input of another. Figure: Artificial neuron
  • 5. Terminology Biological terminology ANN terminology Neuron Node/unit cell/neurode Synapse Connection/edge/link Synaptic efficiency Connection strength/weight Firing frequency Node output
  • 6. Types of neural network  Fixed networks In which the weights cannot be changed, that is dW/dt=0. In such networks, the weights are fixed a priori according to the problem to solve.  Adaptive networks Which are able to change their weights, that is dW/dt not=0.
  • 7. ANN Overview: computational model for artificial neuron
  • 9.
  • 10. Hopfield network  A hopfield network is a form of recurrent ANN invented by john Hopfield in 1982.  It can be seen as a fully connected single layer auto associative network.  Hopfield nets serve as content addressable memory systems with binary threshold nodes. Hopfield net
  • 11.  Hopfield networks are constructed from artificial neurons.  These artificial neuron have N inputs. With each input i there is a weight wi associated.  They have an output. The state of the output is maintained, until the neuron is updated.
  • 12.  A HNN consists of a set of neurons where each neuron corresponds to a pixel of the different image and is connected to all the neurons in the neighbourhood.  The output of the neuron is feedback to each of the other neurons in the network.  The number of feedback loops is equal to the number of neurons.  There is no self feedback loop.
  • 13.  A recurrent network with all nodes connected to all other nodes.  Nodes have binary outputs (either 0,1 or 1,-1)  Weights between the nodes are symmetric.  No connection from node to itself is allowed.  Nodes are updated asynchronously (the nodes are selected at random)  The network has no hidden layers or nodes.
  • 14. Energy  Hopfield defined the energy function of the network by using the network architecture, i.e.,  the number of neurons  their output functions  threshold values  connection between neurons  The strength of the connections  Thus the energy function represents the complete status of the network.
  • 15. Contd…  Hopfield has also shown that at each iteration of the processing of the network, the energy value decreases and the network reaches a stable state when its energy value reaches a minimum.  The energy function E of the discrete model is given by Where i,j,k are the variables W is the weight V is the output the neuron I is external input bias
  • 16. Features of HNN  HNN can perform the functions of memory recall in a manner analogous to the way the brain functions.  In addition, pattern recognition, solving linear programming problems and solving combinatorial optimization problems(COPs).  Simple technical implementation using electronic or optical device.
  • 17. Applications of ANN  ANN has been successfully applied to broad spectrum of data-intensive applications like financial, data mining, operational analysis, industrial, sales and marketing.  One such important application is in the field of medical science. Such as  Medical diagnosis  Detection and evaluation of medical phenomena  Patient’s length of stay forecasts  Treatment cost estimation
  • 18. Lung cancer detection using ANN  The early detection of the lung cancer is a challenging problem, due to the structure of the cancer cells.  The manual analysis of the sputum sample is time consuming, inaccurate and requires intensive trained person to avoid diagnostic errors.  There aremany techniques to diagnosis lung cancer, such as chest radiograph(x-ray), computed tomography(CT), magnetic resonance imaging(MRI scan) and sputum cytology.  However, most of these techniques are expensive and time consuming.
  • 19.  Most of these techniques are detecting the lung cancer in its advanced stages, where the patient’s chance of survival is very low.  Hence, Hopfield neural network segmentation method is used for segmenting sputum colour images to detect the lung cancer in early stages.  The segmentation results will be used as a base for a Computer Aided Diagnosis ( CAD)system for early detection of lung cancer.  This method is designed to classify the image of N pixels.
  • 20. The HNN segmentation algorithm 1. Initialize the input of neurons to random values. 2. Apply the input- output relation given by to obtain the new output value for each neuron, establishing the assignment of pixel to classes.
  • 21. 3. Compute the centroid for each class as follows: 4. Solve the set of differential equation to update the input of each neuron: 5. Repeat from step 2 until convergence then terminate
  • 22. Conclusion  The HNN algorithm is applied with the specification mentioned above to one thousand sputum colour images and maintained the result for further processing in the following steps.  This algorithm could segment 97% of the images successfully in nuclei, cytoplasm regions and clear background  Furthermore, HNN took short time to achive the desired results.  By experiment, HNN needed less than 120 iterations to reach the desired segmentation result in 36 seconds.