SlideShare a Scribd company logo
1 of 35
Download to read offline
Outline
Self-Organized Map
Case Study
Want More Information?
Self-Organized Map
Mr.Sanjay Shitole
Department of Information Technology
Usha Mittal Institute of Technology for Women
SNDT Women’s University, Santacruz(w), Mumbai.
27 March 2010
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Outline of Topics
1 Self-Organized Map
Applications
Architectures
Algorithm
2 Case Study
Land-use Classification
Classification of Antarctic Satellite Imagery
3 Want More Information?
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Applications
Statistical pattern recognition, especially recognition of
speech.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Applications
Statistical pattern recognition, especially recognition of
speech.
Control of robot arms, and other problems in robotics.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Applications
Statistical pattern recognition, especially recognition of
speech.
Control of robot arms, and other problems in robotics.
Control of industrial process, especially diffusion processes in
the production of semiconductor substrates.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Applications
Statistical pattern recognition, especially recognition of
speech.
Control of robot arms, and other problems in robotics.
Control of industrial process, especially diffusion processes in
the production of semiconductor substrates.
Automatic synthesis of digital systems.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Applications
Statistical pattern recognition, especially recognition of
speech.
Control of robot arms, and other problems in robotics.
Control of industrial process, especially diffusion processes in
the production of semiconductor substrates.
Automatic synthesis of digital systems.
Adaptive devices for various telecommunications tasks.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Applications
Statistical pattern recognition, especially recognition of
speech.
Control of robot arms, and other problems in robotics.
Control of industrial process, especially diffusion processes in
the production of semiconductor substrates.
Automatic synthesis of digital systems.
Adaptive devices for various telecommunications tasks.
Image compression.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Applications
Statistical pattern recognition, especially recognition of
speech.
Control of robot arms, and other problems in robotics.
Control of industrial process, especially diffusion processes in
the production of semiconductor substrates.
Automatic synthesis of digital systems.
Adaptive devices for various telecommunications tasks.
Image compression.
Radar classification of sea-ice.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Applications
Statistical pattern recognition, especially recognition of
speech.
Control of robot arms, and other problems in robotics.
Control of industrial process, especially diffusion processes in
the production of semiconductor substrates.
Automatic synthesis of digital systems.
Adaptive devices for various telecommunications tasks.
Image compression.
Radar classification of sea-ice.
Optimization problems.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Applications
Statistical pattern recognition, especially recognition of
speech.
Control of robot arms, and other problems in robotics.
Control of industrial process, especially diffusion processes in
the production of semiconductor substrates.
Automatic synthesis of digital systems.
Adaptive devices for various telecommunications tasks.
Image compression.
Radar classification of sea-ice.
Optimization problems.
Sentence understanding.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Applications
Statistical pattern recognition, especially recognition of
speech.
Control of robot arms, and other problems in robotics.
Control of industrial process, especially diffusion processes in
the production of semiconductor substrates.
Automatic synthesis of digital systems.
Adaptive devices for various telecommunications tasks.
Image compression.
Radar classification of sea-ice.
Optimization problems.
Sentence understanding.
Application of expertise in conceptual domain.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Applications
Statistical pattern recognition, especially recognition of
speech.
Control of robot arms, and other problems in robotics.
Control of industrial process, especially diffusion processes in
the production of semiconductor substrates.
Automatic synthesis of digital systems.
Adaptive devices for various telecommunications tasks.
Image compression.
Radar classification of sea-ice.
Optimization problems.
Sentence understanding.
Application of expertise in conceptual domain.
Classification of insect courtship songs.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Architectures
Figure: SOM Architecture
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Algorithm
[1] Initialize the weights Wij (1 < i ≤ n, 1 < j < m) small random
values, where m is the total number of nodes in the map. Set the
initial radius of the neighbourhood around node j as Nj (t).
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Algorithm
[1] Initialize the weights Wij (1 < i ≤ n, 1 < j < m) small random
values, where m is the total number of nodes in the map. Set the
initial radius of the neighbourhood around node j as Nj (t).
2 Present inputs X1(t), X2(t), X3(t), . . . , Xn(t). Where Xi (t) is the
ith input to the node j at time t.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
Algorithm
[1] Initialize the weights Wij (1 < i ≤ n, 1 < j < m) small random
values, where m is the total number of nodes in the map. Set the
initial radius of the neighbourhood around node j as Nj (t).
2 Present inputs X1(t), X2(t), X3(t), . . . , Xn(t). Where Xi (t) is the
ith input to the node j at time t.
3 Calculate the distance dj between the inputs and node j by
dj =
n
i=1
(Xi (t) − Wij (t))2
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
[4] Determine j∗ which minimizes dj .
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
[4] Determine j∗ which minimizes dj .
5 Update weights for j∗ and its neighbours mNj (t), the new weights
for j in Nj∗(t) are Wij (t + 1) = Wij + α(t)(Xi (t) − Wij (t)).
Where α(t) is the learning rate. α(t) and Nj∗(t) are controlled so
as to decrease in t .
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Applications
Architectures
Algorithm
[4] Determine j∗ which minimizes dj .
5 Update weights for j∗ and its neighbours mNj (t), the new weights
for j in Nj∗(t) are Wij (t + 1) = Wij + α(t)(Xi (t) − Wij (t)).
Where α(t) is the learning rate. α(t) and Nj∗(t) are controlled so
as to decrease in t .
6 If process reaches the maximum number of iterations, stop
otherwise go to step 2.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Land-use Classification
Classification of Antarctic Satellite Imagery
Introduction
Rapid growth of City
Planning
To monitor land use, land cover change
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Land-use Classification
Classification of Antarctic Satellite Imagery
New sensor ASTER data and preparation
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Land-use Classification
Classification of Antarctic Satellite Imagery
Conclusions and discussion
Table: Training and testing samples
Classes Land cover types Description Training data Testing data
1 Water River, pond 4132 847
2 Forest Planted, nature trees 2797 670
3 Grass Grass, winter wheat 2643 369
4 Farmland Agriculture 5670 1041
5 Roads Highway, city 2712 332
6 Urban Residents, commercial area 7761 1302
7 Other Construction area 1347 171
Total 27062 4722
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Land-use Classification
Classification of Antarctic Satellite Imagery
Conclusions and discussion
Table: The matrix of KSOM classification result
Class Water Forest Grass Farmland Road Urban Other Accuracy (%)
Water 796 0 0 0 37 1 0 95.44
Forest 0 663 0 6 0 0 0 99.10
Grass 0 7 369 0 0 0 0 98.14
Farmland 0 0 0 1018 0 3 0 99.71
Road 49 0 0 0 276 50 0 73.60
Urban 2 0 0 17 9 1248 23 96.07
Other 0 0 0 0 0 0 148 100
Total 847 670 369 1041 322 1302 171
Ground Ref. (%) 93.98 98.96 100 97.79 85.71 95.85 86.55
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Land-use Classification
Classification of Antarctic Satellite Imagery
New sensor ASTER data and preparation
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Land-use Classification
Classification of Antarctic Satellite Imagery
Conclusions
The quality of ASTER data is good for land use mapping.
The KSOM accomplished 95.68% accuracy
7% more accurate than traditional classifier.
Better results are achived for city and farmland classes.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Land-use Classification
Classification of Antarctic Satellite Imagery
Introduction
1 To study relationship between the Antarctic ice cap and
climatic global warming.
2 Obtain daily analyses of sea ice regions near the Antarctic
bases in order to assist shipping operations.
3 Manual interpretation of remotly sensed data:time-consuming
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Land-use Classification
Classification of Antarctic Satellite Imagery
Figure: Band 1 of the naoo 0.0055 imageMr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Land-use Classification
Classification of Antarctic Satellite Imagery
Figure: Seaice map from noaa.OM image using trained SOM.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Want More Information?
Jacek M.Zurada, 2001. “Introduction to Artificial Neural
Network”’, Fourth edition, Jaico publishing house.
Simon Haykin, “ Neural Networks, A Comprehensive
Foundation”’, Second Edition, Pearson Education.
Kohonen, T. 1990.“ The Self Organizing Map”’, Proc. IEEE
78(9):1464-1480
Ma Jianwen 1, Hasi Bagan. “Land-use classication using
ASTER data and self-organized neutral networks”,
International Journal of Applied Earth Observation and
Geoinformation 7 (2005) 183188.
D. Kilpatrick and R. Willams, Unsupervised Classification of
Antarctic Satellite Imagery using Kohonen’s Self Organising
Feature Map.,0-7803-2768-3/95/1995 IEEE.
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Thank you
Mr.Sanjay Shitole Self-Organized Map
Outline
Self-Organized Map
Case Study
Want More Information?
Doubts???
email: shitoless@rediffmail.com
mobile: 9892301603
Mr.Sanjay Shitole Self-Organized Map

More Related Content

What's hot

Slide 5 Class Diagram
Slide 5 Class DiagramSlide 5 Class Diagram
Slide 5 Class DiagramNiloy Rocker
 
Architectural Design & Patterns
Architectural Design&PatternsArchitectural Design&Patterns
Architectural Design & PatternsInocentshuja Ahmad
 
Design patterns difference between interview questions
Design patterns   difference between interview questionsDesign patterns   difference between interview questions
Design patterns difference between interview questionsUmar Ali
 
UML Architecture and Views
UML Architecture and ViewsUML Architecture and Views
UML Architecture and ViewsKumar
 
Basic behavioral modeling chapter 3 of OMD
Basic behavioral modeling chapter 3 of OMDBasic behavioral modeling chapter 3 of OMD
Basic behavioral modeling chapter 3 of OMDjayashri kolekar
 
Design Patterns Presentation - Chetan Gole
Design Patterns Presentation -  Chetan GoleDesign Patterns Presentation -  Chetan Gole
Design Patterns Presentation - Chetan GoleChetan Gole
 
Unit 1 chap1 it service management
Unit 1 chap1 it service managementUnit 1 chap1 it service management
Unit 1 chap1 it service managementMusTufa Nullwala
 
Service Oriented Architecture (SOA)
Service Oriented Architecture (SOA)Service Oriented Architecture (SOA)
Service Oriented Architecture (SOA)Biniam Asnake
 
Hardware supports for Virtualization
Hardware supports for VirtualizationHardware supports for Virtualization
Hardware supports for VirtualizationYoonje Choi
 
Perspectives on Cloud COmputing - Google
Perspectives on Cloud COmputing - GooglePerspectives on Cloud COmputing - Google
Perspectives on Cloud COmputing - GoogleACMBangalore
 
Creational pattern
Creational patternCreational pattern
Creational patternHimanshu
 

What's hot (20)

Gof design patterns
Gof design patternsGof design patterns
Gof design patterns
 
Uml class-diagram
Uml class-diagramUml class-diagram
Uml class-diagram
 
Slide 5 Class Diagram
Slide 5 Class DiagramSlide 5 Class Diagram
Slide 5 Class Diagram
 
Architectural Design & Patterns
Architectural Design&PatternsArchitectural Design&Patterns
Architectural Design & Patterns
 
Design patterns difference between interview questions
Design patterns   difference between interview questionsDesign patterns   difference between interview questions
Design patterns difference between interview questions
 
UML Architecture and Views
UML Architecture and ViewsUML Architecture and Views
UML Architecture and Views
 
Optical Fiber Communication.ppt
Optical Fiber Communication.pptOptical Fiber Communication.ppt
Optical Fiber Communication.ppt
 
Uml diagrams
Uml diagramsUml diagrams
Uml diagrams
 
Basic behavioral modeling chapter 3 of OMD
Basic behavioral modeling chapter 3 of OMDBasic behavioral modeling chapter 3 of OMD
Basic behavioral modeling chapter 3 of OMD
 
Design Patterns Presentation - Chetan Gole
Design Patterns Presentation -  Chetan GoleDesign Patterns Presentation -  Chetan Gole
Design Patterns Presentation - Chetan Gole
 
Design Pattern
Design PatternDesign Pattern
Design Pattern
 
Lec1,2
Lec1,2Lec1,2
Lec1,2
 
Unit 1 chap1 it service management
Unit 1 chap1 it service managementUnit 1 chap1 it service management
Unit 1 chap1 it service management
 
Service Oriented Architecture (SOA)
Service Oriented Architecture (SOA)Service Oriented Architecture (SOA)
Service Oriented Architecture (SOA)
 
Hardware supports for Virtualization
Hardware supports for VirtualizationHardware supports for Virtualization
Hardware supports for Virtualization
 
Design patterns tutorials
Design patterns tutorialsDesign patterns tutorials
Design patterns tutorials
 
Uml report
Uml reportUml report
Uml report
 
Perspectives on Cloud COmputing - Google
Perspectives on Cloud COmputing - GooglePerspectives on Cloud COmputing - Google
Perspectives on Cloud COmputing - Google
 
Creational pattern
Creational patternCreational pattern
Creational pattern
 
SOA Unit I
SOA Unit ISOA Unit I
SOA Unit I
 

Similar to SOFM based calssification for LU

IRJET- Different Techniques for Mob Density Evaluation
IRJET- Different Techniques for Mob Density EvaluationIRJET- Different Techniques for Mob Density Evaluation
IRJET- Different Techniques for Mob Density EvaluationIRJET Journal
 
AHRI Queensland Analytics Network - The 6 S Analytics Framework
AHRI Queensland Analytics Network - The 6 S Analytics FrameworkAHRI Queensland Analytics Network - The 6 S Analytics Framework
AHRI Queensland Analytics Network - The 6 S Analytics FrameworkAndre Degreef. (FAHRI)
 
IRJET - Application of Linear Algebra in Machine Learning
IRJET -  	  Application of Linear Algebra in Machine LearningIRJET -  	  Application of Linear Algebra in Machine Learning
IRJET - Application of Linear Algebra in Machine LearningIRJET Journal
 
IRJET - Conversion of Ancient Tamil Characters to Modern Tamil Characters
IRJET -  	  Conversion of Ancient Tamil Characters to Modern Tamil CharactersIRJET -  	  Conversion of Ancient Tamil Characters to Modern Tamil Characters
IRJET - Conversion of Ancient Tamil Characters to Modern Tamil CharactersIRJET Journal
 
IRJET - Cardless ATM
IRJET -  	  Cardless ATMIRJET -  	  Cardless ATM
IRJET - Cardless ATMIRJET Journal
 
A novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forA novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forprjpublications
 
Implementation and performance evaluation of
Implementation and performance evaluation ofImplementation and performance evaluation of
Implementation and performance evaluation ofijcsa
 
Stereo lithography - Report
Stereo lithography - ReportStereo lithography - Report
Stereo lithography - ReportHitesh Sharma
 
IRJET- Next Generation System Assistant
IRJET- Next Generation System AssistantIRJET- Next Generation System Assistant
IRJET- Next Generation System AssistantIRJET Journal
 
Self-Learning Systems for Cyber Security
Self-Learning Systems for Cyber SecuritySelf-Learning Systems for Cyber Security
Self-Learning Systems for Cyber SecurityKim Hammar
 
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression TechniqueFuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression TechniqueIJERA Editor
 
ODSC 2019: Sessionisation via stochastic periods for root event identification
ODSC 2019: Sessionisation via stochastic periods for root event identificationODSC 2019: Sessionisation via stochastic periods for root event identification
ODSC 2019: Sessionisation via stochastic periods for root event identificationKuldeep Jiwani
 
Criminal Identification using Arm7
Criminal Identification using Arm7Criminal Identification using Arm7
Criminal Identification using Arm7IRJET Journal
 
Ijarcet vol-2-issue-3-938-941
Ijarcet vol-2-issue-3-938-941Ijarcet vol-2-issue-3-938-941
Ijarcet vol-2-issue-3-938-941Editor IJARCET
 

Similar to SOFM based calssification for LU (20)

IRJET- Different Techniques for Mob Density Evaluation
IRJET- Different Techniques for Mob Density EvaluationIRJET- Different Techniques for Mob Density Evaluation
IRJET- Different Techniques for Mob Density Evaluation
 
Intoduction to Neural Network
Intoduction to Neural NetworkIntoduction to Neural Network
Intoduction to Neural Network
 
Ijetcas14 308
Ijetcas14 308Ijetcas14 308
Ijetcas14 308
 
CLIM: Transition Workshop - A Notional Framework for a Theory of Data Systems...
CLIM: Transition Workshop - A Notional Framework for a Theory of Data Systems...CLIM: Transition Workshop - A Notional Framework for a Theory of Data Systems...
CLIM: Transition Workshop - A Notional Framework for a Theory of Data Systems...
 
AHRI Queensland Analytics Network - The 6 S Analytics Framework
AHRI Queensland Analytics Network - The 6 S Analytics FrameworkAHRI Queensland Analytics Network - The 6 S Analytics Framework
AHRI Queensland Analytics Network - The 6 S Analytics Framework
 
IRJET - Application of Linear Algebra in Machine Learning
IRJET -  	  Application of Linear Algebra in Machine LearningIRJET -  	  Application of Linear Algebra in Machine Learning
IRJET - Application of Linear Algebra in Machine Learning
 
IRJET - Conversion of Ancient Tamil Characters to Modern Tamil Characters
IRJET -  	  Conversion of Ancient Tamil Characters to Modern Tamil CharactersIRJET -  	  Conversion of Ancient Tamil Characters to Modern Tamil Characters
IRJET - Conversion of Ancient Tamil Characters to Modern Tamil Characters
 
QMC: Undergraduate Workshop, Monte Carlo Techniques in Earth Science - Amit A...
QMC: Undergraduate Workshop, Monte Carlo Techniques in Earth Science - Amit A...QMC: Undergraduate Workshop, Monte Carlo Techniques in Earth Science - Amit A...
QMC: Undergraduate Workshop, Monte Carlo Techniques in Earth Science - Amit A...
 
IRJET - Cardless ATM
IRJET -  	  Cardless ATMIRJET -  	  Cardless ATM
IRJET - Cardless ATM
 
A novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forA novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm for
 
Implementation and performance evaluation of
Implementation and performance evaluation ofImplementation and performance evaluation of
Implementation and performance evaluation of
 
Dealing with the need for Infrastructural Support in Ambient Intelligence
Dealing with the need for Infrastructural Support in Ambient IntelligenceDealing with the need for Infrastructural Support in Ambient Intelligence
Dealing with the need for Infrastructural Support in Ambient Intelligence
 
Stereo lithography - Report
Stereo lithography - ReportStereo lithography - Report
Stereo lithography - Report
 
IRJET- Next Generation System Assistant
IRJET- Next Generation System AssistantIRJET- Next Generation System Assistant
IRJET- Next Generation System Assistant
 
Self-Learning Systems for Cyber Security
Self-Learning Systems for Cyber SecuritySelf-Learning Systems for Cyber Security
Self-Learning Systems for Cyber Security
 
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression TechniqueFuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
 
ODSC 2019: Sessionisation via stochastic periods for root event identification
ODSC 2019: Sessionisation via stochastic periods for root event identificationODSC 2019: Sessionisation via stochastic periods for root event identification
ODSC 2019: Sessionisation via stochastic periods for root event identification
 
Criminal Identification using Arm7
Criminal Identification using Arm7Criminal Identification using Arm7
Criminal Identification using Arm7
 
Ijarcet vol-2-issue-3-938-941
Ijarcet vol-2-issue-3-938-941Ijarcet vol-2-issue-3-938-941
Ijarcet vol-2-issue-3-938-941
 
REVIEW OF VIRTUAL ARTICULATED ROBOT
REVIEW OF VIRTUAL ARTICULATED ROBOTREVIEW OF VIRTUAL ARTICULATED ROBOT
REVIEW OF VIRTUAL ARTICULATED ROBOT
 

More from Dr. Sanjay Shitole

More from Dr. Sanjay Shitole (10)

Research_presentation_IIC.pdf
Research_presentation_IIC.pdfResearch_presentation_IIC.pdf
Research_presentation_IIC.pdf
 
importance_RP.pdf
importance_RP.pdfimportance_RP.pdf
importance_RP.pdf
 
IPR.pdf
IPR.pdfIPR.pdf
IPR.pdf
 
Machine Learning based predictive analytics
Machine Learning based predictive analyticsMachine Learning based predictive analytics
Machine Learning based predictive analytics
 
IoT with Python
IoT with PythonIoT with Python
IoT with Python
 
Image Processing Techniques: Remote Sensing Perspective
Image Processing Techniques: Remote Sensing PerspectiveImage Processing Techniques: Remote Sensing Perspective
Image Processing Techniques: Remote Sensing Perspective
 
Modern Trends in Engineering, Science and Technology
Modern Trends in Engineering, Science and TechnologyModern Trends in Engineering, Science and Technology
Modern Trends in Engineering, Science and Technology
 
Scientific Computing with GNU-Octave
Scientific Computing with GNU-OctaveScientific Computing with GNU-Octave
Scientific Computing with GNU-Octave
 
What is Xfig
What is XfigWhat is Xfig
What is Xfig
 
Scientific Paper Writing
Scientific Paper WritingScientific Paper Writing
Scientific Paper Writing
 

Recently uploaded

{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
Data Warehouse , Data Cube Computation
Data Warehouse   , Data Cube ComputationData Warehouse   , Data Cube Computation
Data Warehouse , Data Cube Computationsit20ad004
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...Suhani Kapoor
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...shivangimorya083
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
Data Warehouse , Data Cube Computation
Data Warehouse   , Data Cube ComputationData Warehouse   , Data Cube Computation
Data Warehouse , Data Cube Computation
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 

SOFM based calssification for LU

  • 1. Outline Self-Organized Map Case Study Want More Information? Self-Organized Map Mr.Sanjay Shitole Department of Information Technology Usha Mittal Institute of Technology for Women SNDT Women’s University, Santacruz(w), Mumbai. 27 March 2010 Mr.Sanjay Shitole Self-Organized Map
  • 2. Outline Self-Organized Map Case Study Want More Information? Outline of Topics 1 Self-Organized Map Applications Architectures Algorithm 2 Case Study Land-use Classification Classification of Antarctic Satellite Imagery 3 Want More Information? Mr.Sanjay Shitole Self-Organized Map
  • 3. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Applications Statistical pattern recognition, especially recognition of speech. Mr.Sanjay Shitole Self-Organized Map
  • 4. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Applications Statistical pattern recognition, especially recognition of speech. Control of robot arms, and other problems in robotics. Mr.Sanjay Shitole Self-Organized Map
  • 5. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Applications Statistical pattern recognition, especially recognition of speech. Control of robot arms, and other problems in robotics. Control of industrial process, especially diffusion processes in the production of semiconductor substrates. Mr.Sanjay Shitole Self-Organized Map
  • 6. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Applications Statistical pattern recognition, especially recognition of speech. Control of robot arms, and other problems in robotics. Control of industrial process, especially diffusion processes in the production of semiconductor substrates. Automatic synthesis of digital systems. Mr.Sanjay Shitole Self-Organized Map
  • 7. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Applications Statistical pattern recognition, especially recognition of speech. Control of robot arms, and other problems in robotics. Control of industrial process, especially diffusion processes in the production of semiconductor substrates. Automatic synthesis of digital systems. Adaptive devices for various telecommunications tasks. Mr.Sanjay Shitole Self-Organized Map
  • 8. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Applications Statistical pattern recognition, especially recognition of speech. Control of robot arms, and other problems in robotics. Control of industrial process, especially diffusion processes in the production of semiconductor substrates. Automatic synthesis of digital systems. Adaptive devices for various telecommunications tasks. Image compression. Mr.Sanjay Shitole Self-Organized Map
  • 9. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Applications Statistical pattern recognition, especially recognition of speech. Control of robot arms, and other problems in robotics. Control of industrial process, especially diffusion processes in the production of semiconductor substrates. Automatic synthesis of digital systems. Adaptive devices for various telecommunications tasks. Image compression. Radar classification of sea-ice. Mr.Sanjay Shitole Self-Organized Map
  • 10. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Applications Statistical pattern recognition, especially recognition of speech. Control of robot arms, and other problems in robotics. Control of industrial process, especially diffusion processes in the production of semiconductor substrates. Automatic synthesis of digital systems. Adaptive devices for various telecommunications tasks. Image compression. Radar classification of sea-ice. Optimization problems. Mr.Sanjay Shitole Self-Organized Map
  • 11. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Applications Statistical pattern recognition, especially recognition of speech. Control of robot arms, and other problems in robotics. Control of industrial process, especially diffusion processes in the production of semiconductor substrates. Automatic synthesis of digital systems. Adaptive devices for various telecommunications tasks. Image compression. Radar classification of sea-ice. Optimization problems. Sentence understanding. Mr.Sanjay Shitole Self-Organized Map
  • 12. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Applications Statistical pattern recognition, especially recognition of speech. Control of robot arms, and other problems in robotics. Control of industrial process, especially diffusion processes in the production of semiconductor substrates. Automatic synthesis of digital systems. Adaptive devices for various telecommunications tasks. Image compression. Radar classification of sea-ice. Optimization problems. Sentence understanding. Application of expertise in conceptual domain. Mr.Sanjay Shitole Self-Organized Map
  • 13. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Applications Statistical pattern recognition, especially recognition of speech. Control of robot arms, and other problems in robotics. Control of industrial process, especially diffusion processes in the production of semiconductor substrates. Automatic synthesis of digital systems. Adaptive devices for various telecommunications tasks. Image compression. Radar classification of sea-ice. Optimization problems. Sentence understanding. Application of expertise in conceptual domain. Classification of insect courtship songs. Mr.Sanjay Shitole Self-Organized Map
  • 14. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Architectures Figure: SOM Architecture Mr.Sanjay Shitole Self-Organized Map
  • 15. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Mr.Sanjay Shitole Self-Organized Map
  • 16. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Mr.Sanjay Shitole Self-Organized Map
  • 17. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Mr.Sanjay Shitole Self-Organized Map
  • 18. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Algorithm [1] Initialize the weights Wij (1 < i ≤ n, 1 < j < m) small random values, where m is the total number of nodes in the map. Set the initial radius of the neighbourhood around node j as Nj (t). Mr.Sanjay Shitole Self-Organized Map
  • 19. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Algorithm [1] Initialize the weights Wij (1 < i ≤ n, 1 < j < m) small random values, where m is the total number of nodes in the map. Set the initial radius of the neighbourhood around node j as Nj (t). 2 Present inputs X1(t), X2(t), X3(t), . . . , Xn(t). Where Xi (t) is the ith input to the node j at time t. Mr.Sanjay Shitole Self-Organized Map
  • 20. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm Algorithm [1] Initialize the weights Wij (1 < i ≤ n, 1 < j < m) small random values, where m is the total number of nodes in the map. Set the initial radius of the neighbourhood around node j as Nj (t). 2 Present inputs X1(t), X2(t), X3(t), . . . , Xn(t). Where Xi (t) is the ith input to the node j at time t. 3 Calculate the distance dj between the inputs and node j by dj = n i=1 (Xi (t) − Wij (t))2 Mr.Sanjay Shitole Self-Organized Map
  • 21. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm [4] Determine j∗ which minimizes dj . Mr.Sanjay Shitole Self-Organized Map
  • 22. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm [4] Determine j∗ which minimizes dj . 5 Update weights for j∗ and its neighbours mNj (t), the new weights for j in Nj∗(t) are Wij (t + 1) = Wij + α(t)(Xi (t) − Wij (t)). Where α(t) is the learning rate. α(t) and Nj∗(t) are controlled so as to decrease in t . Mr.Sanjay Shitole Self-Organized Map
  • 23. Outline Self-Organized Map Case Study Want More Information? Applications Architectures Algorithm [4] Determine j∗ which minimizes dj . 5 Update weights for j∗ and its neighbours mNj (t), the new weights for j in Nj∗(t) are Wij (t + 1) = Wij + α(t)(Xi (t) − Wij (t)). Where α(t) is the learning rate. α(t) and Nj∗(t) are controlled so as to decrease in t . 6 If process reaches the maximum number of iterations, stop otherwise go to step 2. Mr.Sanjay Shitole Self-Organized Map
  • 24. Outline Self-Organized Map Case Study Want More Information? Land-use Classification Classification of Antarctic Satellite Imagery Introduction Rapid growth of City Planning To monitor land use, land cover change Mr.Sanjay Shitole Self-Organized Map
  • 25. Outline Self-Organized Map Case Study Want More Information? Land-use Classification Classification of Antarctic Satellite Imagery New sensor ASTER data and preparation Mr.Sanjay Shitole Self-Organized Map
  • 26. Outline Self-Organized Map Case Study Want More Information? Land-use Classification Classification of Antarctic Satellite Imagery Conclusions and discussion Table: Training and testing samples Classes Land cover types Description Training data Testing data 1 Water River, pond 4132 847 2 Forest Planted, nature trees 2797 670 3 Grass Grass, winter wheat 2643 369 4 Farmland Agriculture 5670 1041 5 Roads Highway, city 2712 332 6 Urban Residents, commercial area 7761 1302 7 Other Construction area 1347 171 Total 27062 4722 Mr.Sanjay Shitole Self-Organized Map
  • 27. Outline Self-Organized Map Case Study Want More Information? Land-use Classification Classification of Antarctic Satellite Imagery Conclusions and discussion Table: The matrix of KSOM classification result Class Water Forest Grass Farmland Road Urban Other Accuracy (%) Water 796 0 0 0 37 1 0 95.44 Forest 0 663 0 6 0 0 0 99.10 Grass 0 7 369 0 0 0 0 98.14 Farmland 0 0 0 1018 0 3 0 99.71 Road 49 0 0 0 276 50 0 73.60 Urban 2 0 0 17 9 1248 23 96.07 Other 0 0 0 0 0 0 148 100 Total 847 670 369 1041 322 1302 171 Ground Ref. (%) 93.98 98.96 100 97.79 85.71 95.85 86.55 Mr.Sanjay Shitole Self-Organized Map
  • 28. Outline Self-Organized Map Case Study Want More Information? Land-use Classification Classification of Antarctic Satellite Imagery New sensor ASTER data and preparation Mr.Sanjay Shitole Self-Organized Map
  • 29. Outline Self-Organized Map Case Study Want More Information? Land-use Classification Classification of Antarctic Satellite Imagery Conclusions The quality of ASTER data is good for land use mapping. The KSOM accomplished 95.68% accuracy 7% more accurate than traditional classifier. Better results are achived for city and farmland classes. Mr.Sanjay Shitole Self-Organized Map
  • 30. Outline Self-Organized Map Case Study Want More Information? Land-use Classification Classification of Antarctic Satellite Imagery Introduction 1 To study relationship between the Antarctic ice cap and climatic global warming. 2 Obtain daily analyses of sea ice regions near the Antarctic bases in order to assist shipping operations. 3 Manual interpretation of remotly sensed data:time-consuming Mr.Sanjay Shitole Self-Organized Map
  • 31. Outline Self-Organized Map Case Study Want More Information? Land-use Classification Classification of Antarctic Satellite Imagery Figure: Band 1 of the naoo 0.0055 imageMr.Sanjay Shitole Self-Organized Map
  • 32. Outline Self-Organized Map Case Study Want More Information? Land-use Classification Classification of Antarctic Satellite Imagery Figure: Seaice map from noaa.OM image using trained SOM. Mr.Sanjay Shitole Self-Organized Map
  • 33. Outline Self-Organized Map Case Study Want More Information? Want More Information? Jacek M.Zurada, 2001. “Introduction to Artificial Neural Network”’, Fourth edition, Jaico publishing house. Simon Haykin, “ Neural Networks, A Comprehensive Foundation”’, Second Edition, Pearson Education. Kohonen, T. 1990.“ The Self Organizing Map”’, Proc. IEEE 78(9):1464-1480 Ma Jianwen 1, Hasi Bagan. “Land-use classication using ASTER data and self-organized neutral networks”, International Journal of Applied Earth Observation and Geoinformation 7 (2005) 183188. D. Kilpatrick and R. Willams, Unsupervised Classification of Antarctic Satellite Imagery using Kohonen’s Self Organising Feature Map.,0-7803-2768-3/95/1995 IEEE. Mr.Sanjay Shitole Self-Organized Map
  • 34. Outline Self-Organized Map Case Study Want More Information? Thank you Mr.Sanjay Shitole Self-Organized Map
  • 35. Outline Self-Organized Map Case Study Want More Information? Doubts??? email: shitoless@rediffmail.com mobile: 9892301603 Mr.Sanjay Shitole Self-Organized Map