SlideShare uma empresa Scribd logo
1 de 19
OUTLINE
 Introduction
 Key Innovation
 Stability-Plasticity Dilemma
 ART Network
 Basic ART network Architecture
 ART Algorithm
 ART Types
 ART Operation Phases
 ART Application
 Conclusion
Introduction
 ART stands for "Adaptive Resonance
Theory", invented by Stephen Grossberg in 1976.
 ART represents a family of neural networks.
 The basic ART System is an unsupervised learning
model.
 The term "resonance" refers to resonant state of a
neural network in which a category prototype vector
matches close enough to the current input vector. ART
matching leads to this resonant state, which permits
learning. The network learns only in its resonant state.
Key Innovation
The key innovation of ART is the use of “expectations.”
 As each input is presented to the network, it is
compared with the prototype vector that is most
closely matches.
 If the match between the prototype and the input
vector is NOT adequate, a new prototype is selected.
In this way, previous learned memories (prototypes)
are not eroded by new learning.
Stability Plasticity Dilemma
 Real world is faced with situation where data is continuously
changing.
 In this situation every learning system faces stability-plasticity
dilemma.
 Stability: System behaviour doesn’t change after irrelevant events
 Plasticity: System adapts its behaviour according to significant events
 Dilemma:
 How to achieve stability without rigidity and plasticity
without chaos?
 Ongoing learning capability
 Preservation of learned knowledge
 The plasticity-stability dilemma poses few questions :
How can we continue to quickly learn new things about
the environment and yet not forgetting what we have
already learned?
How can a learning system remain plastic (adaptive) in
response to significant input yet stable in response to
irrelevant input?
How can a neural network can remain plastic enough to
learn new patterns and yet be able to maintain the stability
of the already learned patterns?
How does the system know to switch between its plastic
and stable modes.
 ART networks tackle the stability-plasticity dilemma.
 The ART network and algorithm maintain the plasticity
required to earn new patterns while preventing the
modifications of patterns that have been learned
previously.
 Solves Stability – Plasticity Dilemma.
Forms new memories or incorporates new information
based on a predefined vigilance parameter.
ART Network
 ART networks consist of an input layer and an output
layer.
 Bottom-up weights are used to determine output-layer
candidates that may best match the current input.
 Top-down weights represent the “prototype” for the
cluster defined by each output neuron.
 A close match between input and prototype is necessary
for categorizing the input.
 Finding this match can require multiple signal exchanges
between the two layers in both directions until
“resonance” is established or a new neuron is added.
Basic ART network Architecture
The basic ART system is unsupervised learning model.
It typically consists of
1. a comparison field
2. a recognition field composed of neurons,
3. a vigilance parameter, and
4. a reset module
 Comparison field:
The comparison field takes an input vector and
transfers it to its best match in the recognition field.
Its best match is the single neuron whose set of
weights most closely matches the input vector.
 Recognition field:
Each recognition field neuron, outputs a negative
signal proportional to that neuron's quality of match to
the input vector to each of the other recognition field
neurons and inhibits their output accordingly.
 Vigilance Parameter:
After the input vector is classified, a reset module
compares the strength of the recognition match to a
vigilance parameter.
The vigilance parameter has considerable influence on
the system.
 Reset Module:
The reset module compares the strength of the
recognition match to the vigilance parameter.
If the vigilance threshold is met, then training
commences
ART Algorithm
Adapt winner node Initialise uncommitted node
new pattern
categorisation
known unknown
recognition
comparison
 Incoming pattern matched with stored cluster templates.
 If close enough to stored template joins best matching
cluster, weights adapted.
 If not, a new cluster is initialised with pattern as template.
ART Types
 Unsupervised ARTs
ART1
ART2
ART3
Fuzzy ART
 Supervised ARTs
ARTMAP
Fuzzy ARTMAP
 ART 1 is the simplest variety of ART
networks, accepting only binary inputs.
 ART2 extends network capabilities to support
continuous inputs.
 ART3 is refinement of both modal.
 Fuzzy ART implements fuzzy logic into ART’s pattern
recognition
 ARTMAP also known as Predictive ART, combines two
slightly modified ART-1 or ART-2 units into a supervised
learning structure .
 Fuzzy ARTMAP is merely ARTMAP using fuzzy ART
units, resulting in a corresponding increase in efficacy.
ART Operational Phases
1. Initialization: Before starting all weight vectors B,T and
vigilance parameter must be set to initial value.
2. Recognition: Input vector is applied to initiate recognition
phase.
3. Comparison: At this point, feedback signal from recognition
layer cause G1 to go to Zero.
4. Search : when similarity of wining neuron is greater than
vigilance than no search is required otherwise stored pattern
must be searched.
Application of ART
• Mobile robot control
• Facial recognition
• Land cover classification
• Target recognition
• Medical diagnosis
• Signature verification
Conclusion
ART is Artificial Neural Network system that must be
able to adapt to changing environment but constant
change can make the system unstable system because
system may learn new information only by forgetting
everything it has so far learned.

Mais conteúdo relacionado

Mais procurados

Back propagation
Back propagationBack propagation
Back propagationNagarajan
 
Regularization in deep learning
Regularization in deep learningRegularization in deep learning
Regularization in deep learningKien Le
 
Artificial Neural Network Lect4 : Single Layer Perceptron Classifiers
Artificial Neural Network Lect4 : Single Layer Perceptron ClassifiersArtificial Neural Network Lect4 : Single Layer Perceptron Classifiers
Artificial Neural Network Lect4 : Single Layer Perceptron ClassifiersMohammed Bennamoun
 
backpropagation in neural networks
backpropagation in neural networksbackpropagation in neural networks
backpropagation in neural networksAkash Goel
 
Multi-Layer Perceptrons
Multi-Layer PerceptronsMulti-Layer Perceptrons
Multi-Layer PerceptronsESCOM
 
Neural networks...
Neural networks...Neural networks...
Neural networks...Molly Chugh
 
Basic Learning Algorithms of ANN
Basic Learning Algorithms of ANNBasic Learning Algorithms of ANN
Basic Learning Algorithms of ANNwaseem khan
 
Feed forward ,back propagation,gradient descent
Feed forward ,back propagation,gradient descentFeed forward ,back propagation,gradient descent
Feed forward ,back propagation,gradient descentMuhammad Rasel
 
Convolutional Neural Network and Its Applications
Convolutional Neural Network and Its ApplicationsConvolutional Neural Network and Its Applications
Convolutional Neural Network and Its ApplicationsKasun Chinthaka Piyarathna
 
Deep neural networks
Deep neural networksDeep neural networks
Deep neural networksSi Haem
 
Simplified Fuzzy ARTMAP
Simplified Fuzzy ARTMAPSimplified Fuzzy ARTMAP
Simplified Fuzzy ARTMAPPradipBankar
 
Lecture 15 DCT, Walsh and Hadamard Transform
Lecture 15 DCT, Walsh and Hadamard TransformLecture 15 DCT, Walsh and Hadamard Transform
Lecture 15 DCT, Walsh and Hadamard TransformVARUN KUMAR
 
Learning Methods in a Neural Network
Learning Methods in a Neural NetworkLearning Methods in a Neural Network
Learning Methods in a Neural NetworkSaransh Choudhary
 
Artificial neural networks
Artificial neural networksArtificial neural networks
Artificial neural networksstellajoseph
 

Mais procurados (20)

Anfis (1)
Anfis (1)Anfis (1)
Anfis (1)
 
Back propagation
Back propagationBack propagation
Back propagation
 
Regularization in deep learning
Regularization in deep learningRegularization in deep learning
Regularization in deep learning
 
Artificial Neural Network Lect4 : Single Layer Perceptron Classifiers
Artificial Neural Network Lect4 : Single Layer Perceptron ClassifiersArtificial Neural Network Lect4 : Single Layer Perceptron Classifiers
Artificial Neural Network Lect4 : Single Layer Perceptron Classifiers
 
backpropagation in neural networks
backpropagation in neural networksbackpropagation in neural networks
backpropagation in neural networks
 
Multi-Layer Perceptrons
Multi-Layer PerceptronsMulti-Layer Perceptrons
Multi-Layer Perceptrons
 
03 Single layer Perception Classifier
03 Single layer Perception Classifier03 Single layer Perception Classifier
03 Single layer Perception Classifier
 
Neural networks...
Neural networks...Neural networks...
Neural networks...
 
Basic Learning Algorithms of ANN
Basic Learning Algorithms of ANNBasic Learning Algorithms of ANN
Basic Learning Algorithms of ANN
 
Feed forward ,back propagation,gradient descent
Feed forward ,back propagation,gradient descentFeed forward ,back propagation,gradient descent
Feed forward ,back propagation,gradient descent
 
Perceptron
PerceptronPerceptron
Perceptron
 
Convolutional Neural Network and Its Applications
Convolutional Neural Network and Its ApplicationsConvolutional Neural Network and Its Applications
Convolutional Neural Network and Its Applications
 
Mc culloch pitts neuron
Mc culloch pitts neuronMc culloch pitts neuron
Mc culloch pitts neuron
 
Deep neural networks
Deep neural networksDeep neural networks
Deep neural networks
 
Simplified Fuzzy ARTMAP
Simplified Fuzzy ARTMAPSimplified Fuzzy ARTMAP
Simplified Fuzzy ARTMAP
 
Lecture 15 DCT, Walsh and Hadamard Transform
Lecture 15 DCT, Walsh and Hadamard TransformLecture 15 DCT, Walsh and Hadamard Transform
Lecture 15 DCT, Walsh and Hadamard Transform
 
Neural networks introduction
Neural networks introductionNeural networks introduction
Neural networks introduction
 
Learning Methods in a Neural Network
Learning Methods in a Neural NetworkLearning Methods in a Neural Network
Learning Methods in a Neural Network
 
Artificial neural networks
Artificial neural networksArtificial neural networks
Artificial neural networks
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 

Destaque

INTRODUCTION TO ART AND ARCHITECTUERE
INTRODUCTION TO ART AND ARCHITECTUEREINTRODUCTION TO ART AND ARCHITECTUERE
INTRODUCTION TO ART AND ARCHITECTUERERavindra Patnayaka
 
A Comparison of Fuzzy ARTMAP
A Comparison of Fuzzy ARTMAPA Comparison of Fuzzy ARTMAP
A Comparison of Fuzzy ARTMAPESCOM
 
Introduction of The wdm system
Introduction of The wdm systemIntroduction of The wdm system
Introduction of The wdm systemVanessa Shen
 
The comparison of pdh and sdh
 The comparison of pdh and sdh The comparison of pdh and sdh
The comparison of pdh and sdhVanessa Shen
 
Presentación IPv6
Presentación IPv6Presentación IPv6
Presentación IPv6santisegui
 
Pdh and sdh1
Pdh and sdh1Pdh and sdh1
Pdh and sdh1Khant Oo
 
Counterpropagation
CounterpropagationCounterpropagation
CounterpropagationESCOM
 
Artificial Neural Network Lecture 6- Associative Memories & Discrete Hopfield...
Artificial Neural Network Lecture 6- Associative Memories & Discrete Hopfield...Artificial Neural Network Lecture 6- Associative Memories & Discrete Hopfield...
Artificial Neural Network Lecture 6- Associative Memories & Discrete Hopfield...Mohammed Bennamoun
 
Counterpropagation NETWORK
Counterpropagation NETWORKCounterpropagation NETWORK
Counterpropagation NETWORKESCOM
 
Principles of soft computing-Associative memory networks
Principles of soft computing-Associative memory networksPrinciples of soft computing-Associative memory networks
Principles of soft computing-Associative memory networksSivagowry Shathesh
 
ISDN Integrated Services Digital Network
ISDN Integrated Services Digital NetworkISDN Integrated Services Digital Network
ISDN Integrated Services Digital NetworkMadhumita Tamhane
 
lecture07.ppt
lecture07.pptlecture07.ppt
lecture07.pptbutest
 

Destaque (20)

INTRODUCTION TO ART AND ARCHITECTUERE
INTRODUCTION TO ART AND ARCHITECTUEREINTRODUCTION TO ART AND ARCHITECTUERE
INTRODUCTION TO ART AND ARCHITECTUERE
 
A Comparison of Fuzzy ARTMAP
A Comparison of Fuzzy ARTMAPA Comparison of Fuzzy ARTMAP
A Comparison of Fuzzy ARTMAP
 
Introduction of The wdm system
Introduction of The wdm systemIntroduction of The wdm system
Introduction of The wdm system
 
The comparison of pdh and sdh
 The comparison of pdh and sdh The comparison of pdh and sdh
The comparison of pdh and sdh
 
Presentación IPv6
Presentación IPv6Presentación IPv6
Presentación IPv6
 
IPv6
IPv6IPv6
IPv6
 
Pdh and sdh1
Pdh and sdh1Pdh and sdh1
Pdh and sdh1
 
Counterpropagation
CounterpropagationCounterpropagation
Counterpropagation
 
Artificial Neural Network Lecture 6- Associative Memories & Discrete Hopfield...
Artificial Neural Network Lecture 6- Associative Memories & Discrete Hopfield...Artificial Neural Network Lecture 6- Associative Memories & Discrete Hopfield...
Artificial Neural Network Lecture 6- Associative Memories & Discrete Hopfield...
 
hopfield neural network
hopfield neural networkhopfield neural network
hopfield neural network
 
Counterpropagation NETWORK
Counterpropagation NETWORKCounterpropagation NETWORK
Counterpropagation NETWORK
 
Principles of soft computing-Associative memory networks
Principles of soft computing-Associative memory networksPrinciples of soft computing-Associative memory networks
Principles of soft computing-Associative memory networks
 
Ipv6
Ipv6Ipv6
Ipv6
 
IPV6 ppt
IPV6 pptIPV6 ppt
IPV6 ppt
 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
 
ISDN Integrated Services Digital Network
ISDN Integrated Services Digital NetworkISDN Integrated Services Digital Network
ISDN Integrated Services Digital Network
 
Hopfield Networks
Hopfield NetworksHopfield Networks
Hopfield Networks
 
Ipv6
Ipv6Ipv6
Ipv6
 
lecture07.ppt
lecture07.pptlecture07.ppt
lecture07.ppt
 
HOPFIELD NETWORK
HOPFIELD NETWORKHOPFIELD NETWORK
HOPFIELD NETWORK
 

Semelhante a Art network

Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural networkNagarajan
 
ANNs have been widely used in various domains for: Pattern recognition Funct...
ANNs have been widely used in various domains for: Pattern recognition  Funct...ANNs have been widely used in various domains for: Pattern recognition  Funct...
ANNs have been widely used in various domains for: Pattern recognition Funct...vijaym148
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural networksweetysweety8
 
Artificial neural networks
Artificial neural networks Artificial neural networks
Artificial neural networks ShwethaShreeS
 
Extracted pages from Neural Fuzzy Systems.docx
Extracted pages from Neural Fuzzy Systems.docxExtracted pages from Neural Fuzzy Systems.docx
Extracted pages from Neural Fuzzy Systems.docxdannyabe
 
Neural network final NWU 4.3 Graphics Course
Neural network final NWU 4.3 Graphics CourseNeural network final NWU 4.3 Graphics Course
Neural network final NWU 4.3 Graphics CourseMohaiminur Rahman
 
Artificial Neural Networks ppt.pptx for final sem cse
Artificial Neural Networks  ppt.pptx for final sem cseArtificial Neural Networks  ppt.pptx for final sem cse
Artificial Neural Networks ppt.pptx for final sem cseNaveenBhajantri1
 
Survey on Artificial Neural Network Learning Technique Algorithms
Survey on Artificial Neural Network Learning Technique AlgorithmsSurvey on Artificial Neural Network Learning Technique Algorithms
Survey on Artificial Neural Network Learning Technique AlgorithmsIRJET Journal
 
Classification by backpropacation
Classification by backpropacationClassification by backpropacation
Classification by backpropacationSiva Priya
 
Artificial Neural Network for machine learning
Artificial Neural Network for machine learningArtificial Neural Network for machine learning
Artificial Neural Network for machine learning2303oyxxxjdeepak
 
Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Deepu Gupta
 
Artificial neural network for machine learning
Artificial neural network for machine learningArtificial neural network for machine learning
Artificial neural network for machine learninggrinu
 
Classification by back propagation, multi layered feed forward neural network...
Classification by back propagation, multi layered feed forward neural network...Classification by back propagation, multi layered feed forward neural network...
Classification by back propagation, multi layered feed forward neural network...bihira aggrey
 

Semelhante a Art network (20)

Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural network
 
ANNs have been widely used in various domains for: Pattern recognition Funct...
ANNs have been widely used in various domains for: Pattern recognition  Funct...ANNs have been widely used in various domains for: Pattern recognition  Funct...
ANNs have been widely used in various domains for: Pattern recognition Funct...
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Artificial neural networks
Artificial neural networks Artificial neural networks
Artificial neural networks
 
Extracted pages from Neural Fuzzy Systems.docx
Extracted pages from Neural Fuzzy Systems.docxExtracted pages from Neural Fuzzy Systems.docx
Extracted pages from Neural Fuzzy Systems.docx
 
ai7.ppt
ai7.pptai7.ppt
ai7.ppt
 
Neural network final NWU 4.3 Graphics Course
Neural network final NWU 4.3 Graphics CourseNeural network final NWU 4.3 Graphics Course
Neural network final NWU 4.3 Graphics Course
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Artificial Neural Networks ppt.pptx for final sem cse
Artificial Neural Networks  ppt.pptx for final sem cseArtificial Neural Networks  ppt.pptx for final sem cse
Artificial Neural Networks ppt.pptx for final sem cse
 
ai7.ppt
ai7.pptai7.ppt
ai7.ppt
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Survey on Artificial Neural Network Learning Technique Algorithms
Survey on Artificial Neural Network Learning Technique AlgorithmsSurvey on Artificial Neural Network Learning Technique Algorithms
Survey on Artificial Neural Network Learning Technique Algorithms
 
Classification by backpropacation
Classification by backpropacationClassification by backpropacation
Classification by backpropacation
 
B42010712
B42010712B42010712
B42010712
 
Artificial Neural Network for machine learning
Artificial Neural Network for machine learningArtificial Neural Network for machine learning
Artificial Neural Network for machine learning
 
Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02
 
Artificial neural network for machine learning
Artificial neural network for machine learningArtificial neural network for machine learning
Artificial neural network for machine learning
 
Classification by back propagation, multi layered feed forward neural network...
Classification by back propagation, multi layered feed forward neural network...Classification by back propagation, multi layered feed forward neural network...
Classification by back propagation, multi layered feed forward neural network...
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Backpropagation.pptx
Backpropagation.pptxBackpropagation.pptx
Backpropagation.pptx
 

Último

Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfFIDO Alliance
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIES VE
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?Mark Billinghurst
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon
 
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeCzechDreamin
 
Strategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering TeamsStrategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering TeamsUXDXConf
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGDSC PJATK
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...CzechDreamin
 
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdfThe Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdfFIDO Alliance
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024Stephanie Beckett
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoTAnalytics
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyUXDXConf
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераMark Opanasiuk
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxJennifer Lim
 
Top 10 Symfony Development Companies 2024
Top 10 Symfony Development Companies 2024Top 10 Symfony Development Companies 2024
Top 10 Symfony Development Companies 2024TopCSSGallery
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...CzechDreamin
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastUXDXConf
 
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...FIDO Alliance
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityScyllaDB
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfFIDO Alliance
 

Último (20)

Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and Planning
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdf
 
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
 
Strategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering TeamsStrategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering Teams
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 Warsaw
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdfThe Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System Strategy
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
 
Top 10 Symfony Development Companies 2024
Top 10 Symfony Development Companies 2024Top 10 Symfony Development Companies 2024
Top 10 Symfony Development Companies 2024
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at Comcast
 
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through Observability
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 

Art network

  • 1.
  • 2. OUTLINE  Introduction  Key Innovation  Stability-Plasticity Dilemma  ART Network  Basic ART network Architecture  ART Algorithm  ART Types  ART Operation Phases  ART Application  Conclusion
  • 3. Introduction  ART stands for "Adaptive Resonance Theory", invented by Stephen Grossberg in 1976.  ART represents a family of neural networks.  The basic ART System is an unsupervised learning model.  The term "resonance" refers to resonant state of a neural network in which a category prototype vector matches close enough to the current input vector. ART matching leads to this resonant state, which permits learning. The network learns only in its resonant state.
  • 4. Key Innovation The key innovation of ART is the use of “expectations.”  As each input is presented to the network, it is compared with the prototype vector that is most closely matches.  If the match between the prototype and the input vector is NOT adequate, a new prototype is selected. In this way, previous learned memories (prototypes) are not eroded by new learning.
  • 5. Stability Plasticity Dilemma  Real world is faced with situation where data is continuously changing.  In this situation every learning system faces stability-plasticity dilemma.  Stability: System behaviour doesn’t change after irrelevant events  Plasticity: System adapts its behaviour according to significant events  Dilemma:  How to achieve stability without rigidity and plasticity without chaos?  Ongoing learning capability  Preservation of learned knowledge
  • 6.  The plasticity-stability dilemma poses few questions : How can we continue to quickly learn new things about the environment and yet not forgetting what we have already learned? How can a learning system remain plastic (adaptive) in response to significant input yet stable in response to irrelevant input? How can a neural network can remain plastic enough to learn new patterns and yet be able to maintain the stability of the already learned patterns?
  • 7. How does the system know to switch between its plastic and stable modes.  ART networks tackle the stability-plasticity dilemma.  The ART network and algorithm maintain the plasticity required to earn new patterns while preventing the modifications of patterns that have been learned previously.  Solves Stability – Plasticity Dilemma. Forms new memories or incorporates new information based on a predefined vigilance parameter.
  • 8. ART Network  ART networks consist of an input layer and an output layer.  Bottom-up weights are used to determine output-layer candidates that may best match the current input.  Top-down weights represent the “prototype” for the cluster defined by each output neuron.  A close match between input and prototype is necessary for categorizing the input.  Finding this match can require multiple signal exchanges between the two layers in both directions until “resonance” is established or a new neuron is added.
  • 9. Basic ART network Architecture
  • 10. The basic ART system is unsupervised learning model. It typically consists of 1. a comparison field 2. a recognition field composed of neurons, 3. a vigilance parameter, and 4. a reset module
  • 11.  Comparison field: The comparison field takes an input vector and transfers it to its best match in the recognition field. Its best match is the single neuron whose set of weights most closely matches the input vector.  Recognition field: Each recognition field neuron, outputs a negative signal proportional to that neuron's quality of match to the input vector to each of the other recognition field neurons and inhibits their output accordingly.
  • 12.  Vigilance Parameter: After the input vector is classified, a reset module compares the strength of the recognition match to a vigilance parameter. The vigilance parameter has considerable influence on the system.  Reset Module: The reset module compares the strength of the recognition match to the vigilance parameter. If the vigilance threshold is met, then training commences
  • 13. ART Algorithm Adapt winner node Initialise uncommitted node new pattern categorisation known unknown recognition comparison
  • 14.  Incoming pattern matched with stored cluster templates.  If close enough to stored template joins best matching cluster, weights adapted.  If not, a new cluster is initialised with pattern as template.
  • 15. ART Types  Unsupervised ARTs ART1 ART2 ART3 Fuzzy ART  Supervised ARTs ARTMAP Fuzzy ARTMAP
  • 16.  ART 1 is the simplest variety of ART networks, accepting only binary inputs.  ART2 extends network capabilities to support continuous inputs.  ART3 is refinement of both modal.  Fuzzy ART implements fuzzy logic into ART’s pattern recognition  ARTMAP also known as Predictive ART, combines two slightly modified ART-1 or ART-2 units into a supervised learning structure .  Fuzzy ARTMAP is merely ARTMAP using fuzzy ART units, resulting in a corresponding increase in efficacy.
  • 17. ART Operational Phases 1. Initialization: Before starting all weight vectors B,T and vigilance parameter must be set to initial value. 2. Recognition: Input vector is applied to initiate recognition phase. 3. Comparison: At this point, feedback signal from recognition layer cause G1 to go to Zero. 4. Search : when similarity of wining neuron is greater than vigilance than no search is required otherwise stored pattern must be searched.
  • 18. Application of ART • Mobile robot control • Facial recognition • Land cover classification • Target recognition • Medical diagnosis • Signature verification
  • 19. Conclusion ART is Artificial Neural Network system that must be able to adapt to changing environment but constant change can make the system unstable system because system may learn new information only by forgetting everything it has so far learned.