SlideShare a Scribd company logo
1 of 4
Download to read offline
ISSN (e): 2250 – 3005 || Volume, 06 || Issue, 03||March – 2016 ||
International Journal of Computational Engineering Research (IJCER)
www.ijceronline.com Open Access Journal Page 1
Targeted Visual Content Recognition Using Multi-Layer
Perceptron Neural Network
1
Meer Tayyab Ali Moosavi,2
RafiahTabassum, 3
Perisetti Sravani,4
Panuganti
Devi Mounika,5
Lingam Harish Babu,6
Dr.P.S.Suhasini,7
P.Venkata Ganapathi.
1
D.M.S.S.V.H College of Engineering, Machilipatnam, Andhra Pradesh, India
2
D.M.S.S.V.H College of Engineering, Machilipatnam, Andhra Pradesh, India
3
D.M.S.S.V.H College of Engineering, Machilipatnam, Andhra Pradesh, India
4
D.M.S.S.V.H College of Engineering, Machilipatnam, Andhra Pradesh, India
5
D.M.S.S.V.H College of Engineering, Machilipatnam, Andhra Pradesh, India
6
Associate Professor, E.C.E dept., D.M.S.S.V.H.C.E, MTM, Andhra Pradesh, India
7
N.I.T (Warangal),Andhra Pradesh, India
I. INTRODUCTION
There are various recognition applications of artificial neural network like pattern recognition, face recognition, traffic sign
recognition, character recognition, etc. Recognition of visual content is a typical application for artificial neural network.
This work aims monument image recognition which will be useful to the tourists. The images obtained may be with the
following variations:
[1] Different lengths.
[2] Different angles.
[3] Any occlusions.
[4]Different illuminations.
ABSTRACT
Visual Content Recognition has become an attractive research oriented field of computer
vision and machine learning for the last few decades. The focus of this work is monument
recognition. Imagesof significant locations captured and maintainedas data bases can be used
by the travelers before visiting the places. They can use images of a famous building to know
the description of the building. In all these applications, the visual content recognition plays a
key role. Humans can learn the contents of the images and quickly identify them by seeing
again. In this paper we present a constructive training algorithm for Multi-Layer Perceptron
Neural Network (MLPNN) applied to a set of targeted object recognition applications. The
target set consists of famous monuments in India for travel guide applications. The training
data set (TDS) consists 3000 images. The Gist features are extracted for the images. These are
given to the neural network during training phase.The mean square error (MSE) on the
training data is computed and used as metric to adjust the weights of the neural network,using
back propagation algorithm. In the constructive learning, if the MSE is less than a predefined
value, the number of hidden neurons is increased. Input patterns are trained incrementally
until all patterns of TDS are presented and learned. The parameters or weights obtained
during the training phase are used in the testing phase, in which new untrained images are
given to the neural network for recognition. If the test image is recognized, the details of the
image will also be displayed. The performance accuracy of this method is found to be 95%
.
Keywords: Visual content recognition, Multi-Layer Perceptron Neural Network, Gist feature.
Targeted Visual Content Recognition Using…
www.ijceronline.com Open Access Journal Page 2
II. WORKING PRINCIPLE
Recognition using artificial neural network include two major parts. They are training phase & testing phase. Humans can
see once an image and can recognize it but artificial neural network requires more and more training for recognition.
Fig1. Block diagram
Training:
Training is done in step by step process as shown in the figure1. In this work images of different locations are taken
5locations (classes) per each class. So 50*5=250.Each image is trained 12 times for accurate training.Thus250*12=3000,
having a training set of 3000 images. Preprocessing is done to each image. Gist feature is extracted for each image and given
to the training unit. Training unit applies the back propagation algorithm on the ANN model. Classification gives the class of
the current image.If the error is less than accuracy (95%), the process is repeated with a new training example.
Testing:
Testing is done in step by step process as shown in the figure1. In this work images of different locations are taken
5locations (classes) per each class. So 20*5=100, having a testing set of 100 images.Test images are preprocessed as that of
training images by gist global feature. After preprocessing image is given to 3 layers ANN Model.3 layer ANN Model
recognizes the test image and classifies the class of it.
III. GIST-GLOBAL-FEATURE EXTRACTION
The whole scene recognition is very hard task for an artificial neural network. So Gist-Global feature is extracted for only
the image of interesteliminating,surrounding unwanted objects like trees, fountains and humans in the scene.
Gist feature is extracted for each image using the following step:
:
 Convert the image into gray scale image
 Resize the image 256x256.
 Normalize the image intensities to be between 0 to 255.
 Compute the FFT of the image
 Multiply with Gabor transformation function (8 orientations and 4 scales – total 32 outputs at this stage),
 Find the inverse FFT of the 32 images.
 Divide each image into 4x4 blocks (total 16 blocks). Find the energy in each block averaging the intensitiesin that
block.
 Total 16 outputs per image and total 32 images. This gives a vector of 32x16 = 512 elements.
 This is the final Global feature vector of 512 elements.
 v1= {e0,e1,e2…..e511}
Fig2. Gist feature descriptor
Targeted Visual Content Recognition Using…
www.ijceronline.com Open Access Journal Page 3
IV. MULTI LAYER PERCEPTRON NEURAL NETWORK
Multi-Layer Perceptron is used for Non-linear way of solving problems. To calculate the Shape, Intensities, Orientation of
Image, and Multi-Layer Perceptron is used. The MLP Learns in two ways. They are: Online Learning and Batch Learning.
In Online Learning instances are seen one by one. In Batch Learning whole scene is shown all at once. The input signal
propagates through the network in forward direction, on a layer by layer basis. These neural networks are common known as
Multi-layer perceptron.
Fig3. Sample MLP
The above figure 3 shows a sample MLP with 8 input nodes , 4 middle layer and 1 output layer. Middle layer is the hidden
layer. In this work 512 input layer nodes, 16 hidden layer nodes and 5 outputs are used.
V. RESULTS
At 5 different locations Viz., TajMahal, Statue Of Liberty, Mount Everest, Waikiki Beach, Koneru Center. 50 images are
taken in this work per each class. Training images=5*50=250. The ANN is trained 12 times for accuracy, 250*12=3000
images.The test images are 20 per each class, 5*20=100 images.For the TajMahal image is recognized and the corresponding
details like history, importance, location, etc., will be displayed for the user example tourists.
Fig4. Recognition and Description using ANN
VI. CONCLUSION & FUTURE SCOPE:
The application of neural network recognition in targeted Visual Content Recognition (Monument Recognition)
is totally a new application. The recognitionof image with ANN of using gist features is done in this work and
the accuracy of recognition is about 95%. In this work the images of 5 locations are taken. This method can be
validated on large data base of different monument images. This work can be extended, using Deep Neural
Networks.
Targeted Visual Content Recognition Using…
www.ijceronline.com Open Access Journal Page 4
REFERENCES
[1] Simon Haykin Neural Networks, A comprehensive foundation prentice-Hall Of India, New Delhi., 2004
[2] LaureneFausett,Fundamentals Of Neural Networks Architectures, Algorithms and Applications.,1994.
[3] A. Torralba, R. Fergus, and W. T. Freeman. 80 million tiny images: a large database for non-parametric object and
scene recognition. IEEE Transactions on Pattern Analysis and MachineIntelligence, 2008.
[4] B. Yegnanarayana, “Artificial neural networks - Hall of India”, New Delhi, 2006.
[5] Intel Corporation, “Open Source Computer Vision Library,” Reference Manual, 2001
[6] S. Kumar, “Neural Networks: A Classroom Approach”, McGraw Hill 2005.
[7] R. Hecht-Nielsen “Theory of the back propagation neural network,” Proc. IEEE Int ’I Conf. on Neural Networks,
vol. 1, pp. 593-605, 1989.
[8] Golda, Principles of Training multi- layer neural network using back propagation, 2005.
[9] David Kriesel, ”A Brief Introduction to Neural Networks”.
[10] J.Hertz,A.Krogh and R.G.Palmer,”Introduction to the theory of Neural Computation”,AddisonWesley,Redwood
City,1991

More Related Content

What's hot

Neural Network Classification and its Applications in Insurance Industry
Neural Network Classification and its Applications in Insurance IndustryNeural Network Classification and its Applications in Insurance Industry
Neural Network Classification and its Applications in Insurance IndustryInderjeet Singh
 
Handwritten Digit Recognition
Handwritten Digit RecognitionHandwritten Digit Recognition
Handwritten Digit Recognitionijtsrd
 
IRJET- Machine Learning based Object Identification System using Python
IRJET- Machine Learning based Object Identification System using PythonIRJET- Machine Learning based Object Identification System using Python
IRJET- Machine Learning based Object Identification System using PythonIRJET Journal
 
Handwritten digits recognition report
Handwritten digits recognition reportHandwritten digits recognition report
Handwritten digits recognition reportSwayamdipta Saha
 
An efficient technique for color image classification based on lower feature ...
An efficient technique for color image classification based on lower feature ...An efficient technique for color image classification based on lower feature ...
An efficient technique for color image classification based on lower feature ...Alexander Decker
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13Dr. Muhammad Ali Tirmizi., Ph.D.
 
Text Recognition using Convolutional Neural Network: A Review
Text Recognition using Convolutional Neural Network: A ReviewText Recognition using Convolutional Neural Network: A Review
Text Recognition using Convolutional Neural Network: A ReviewIRJET Journal
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 14
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 14Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 14
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 14Dr. Muhammad Ali Tirmizi., Ph.D.
 
Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...
Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...
Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...IJECEIAES
 
MATLAB Code + Description : Real-Time Object Motion Detection and Tracking
MATLAB Code + Description : Real-Time Object Motion Detection and TrackingMATLAB Code + Description : Real-Time Object Motion Detection and Tracking
MATLAB Code + Description : Real-Time Object Motion Detection and TrackingAhmed Gad
 
Digit recognition
Digit recognitionDigit recognition
Digit recognitionbtandale
 
Image Recognition With the Help of Auto-Associative Neural Network
Image Recognition With the Help of Auto-Associative Neural NetworkImage Recognition With the Help of Auto-Associative Neural Network
Image Recognition With the Help of Auto-Associative Neural NetworkCSCJournals
 
Face Recognition Based Intelligent Door Control System
Face Recognition Based Intelligent Door Control SystemFace Recognition Based Intelligent Door Control System
Face Recognition Based Intelligent Door Control Systemijtsrd
 
Neural network image recognition
Neural network image recognitionNeural network image recognition
Neural network image recognitionOleksii Sekundant
 
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...IAEME Publication
 
Black-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX modelBlack-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX modelIJECEIAES
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Predictive Metabonomics
Predictive MetabonomicsPredictive Metabonomics
Predictive MetabonomicsMarilyn Arceo
 

What's hot (20)

Neural Network Classification and its Applications in Insurance Industry
Neural Network Classification and its Applications in Insurance IndustryNeural Network Classification and its Applications in Insurance Industry
Neural Network Classification and its Applications in Insurance Industry
 
Handwritten Digit Recognition
Handwritten Digit RecognitionHandwritten Digit Recognition
Handwritten Digit Recognition
 
IRJET- Machine Learning based Object Identification System using Python
IRJET- Machine Learning based Object Identification System using PythonIRJET- Machine Learning based Object Identification System using Python
IRJET- Machine Learning based Object Identification System using Python
 
F017533540
F017533540F017533540
F017533540
 
B42010712
B42010712B42010712
B42010712
 
Handwritten digits recognition report
Handwritten digits recognition reportHandwritten digits recognition report
Handwritten digits recognition report
 
An efficient technique for color image classification based on lower feature ...
An efficient technique for color image classification based on lower feature ...An efficient technique for color image classification based on lower feature ...
An efficient technique for color image classification based on lower feature ...
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
 
Text Recognition using Convolutional Neural Network: A Review
Text Recognition using Convolutional Neural Network: A ReviewText Recognition using Convolutional Neural Network: A Review
Text Recognition using Convolutional Neural Network: A Review
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 14
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 14Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 14
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 14
 
Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...
Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...
Reflectivity Parameter Extraction from RADAR Images Using Back Propagation Al...
 
MATLAB Code + Description : Real-Time Object Motion Detection and Tracking
MATLAB Code + Description : Real-Time Object Motion Detection and TrackingMATLAB Code + Description : Real-Time Object Motion Detection and Tracking
MATLAB Code + Description : Real-Time Object Motion Detection and Tracking
 
Digit recognition
Digit recognitionDigit recognition
Digit recognition
 
Image Recognition With the Help of Auto-Associative Neural Network
Image Recognition With the Help of Auto-Associative Neural NetworkImage Recognition With the Help of Auto-Associative Neural Network
Image Recognition With the Help of Auto-Associative Neural Network
 
Face Recognition Based Intelligent Door Control System
Face Recognition Based Intelligent Door Control SystemFace Recognition Based Intelligent Door Control System
Face Recognition Based Intelligent Door Control System
 
Neural network image recognition
Neural network image recognitionNeural network image recognition
Neural network image recognition
 
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
 
Black-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX modelBlack-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX model
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Predictive Metabonomics
Predictive MetabonomicsPredictive Metabonomics
Predictive Metabonomics
 

Viewers also liked

Detection of Various Attacks Using Zero Knowledge Protocol in Wireless Security
Detection of Various Attacks Using Zero Knowledge Protocol in Wireless SecurityDetection of Various Attacks Using Zero Knowledge Protocol in Wireless Security
Detection of Various Attacks Using Zero Knowledge Protocol in Wireless Securityijceronline
 
An Optimized Parallel Mixcolumn and Subbytes design in Lightweight Advanced E...
An Optimized Parallel Mixcolumn and Subbytes design in Lightweight Advanced E...An Optimized Parallel Mixcolumn and Subbytes design in Lightweight Advanced E...
An Optimized Parallel Mixcolumn and Subbytes design in Lightweight Advanced E...ijceronline
 
Derechos fundamentales e internet
Derechos fundamentales e internetDerechos fundamentales e internet
Derechos fundamentales e internetMELISSA PERALTA LEA
 
Ontology-Based Approach for Knowledge Retrieval in Al-Quran Holy Book
Ontology-Based Approach for Knowledge Retrieval in Al-Quran Holy BookOntology-Based Approach for Knowledge Retrieval in Al-Quran Holy Book
Ontology-Based Approach for Knowledge Retrieval in Al-Quran Holy Bookijceronline
 
A NOVEL BOOTH WALLACE MULTIPLIER FOR DSP APPLICATIONS
A NOVEL BOOTH WALLACE MULTIPLIER FOR DSP APPLICATIONSA NOVEL BOOTH WALLACE MULTIPLIER FOR DSP APPLICATIONS
A NOVEL BOOTH WALLACE MULTIPLIER FOR DSP APPLICATIONSijceronline
 
Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...
Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...
Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...EX ARTHUR MEXICO
 
Como ejercer la_verdadera_autoridad
Como ejercer la_verdadera_autoridadComo ejercer la_verdadera_autoridad
Como ejercer la_verdadera_autoridadMARYCIELO RODRIGUEZ
 
Keck North Slope Projects
Keck North Slope ProjectsKeck North Slope Projects
Keck North Slope ProjectsEvan Lewis
 
Lightning Acquisition and Processing On Sensor Node Using NI cRIO
Lightning Acquisition and Processing On Sensor Node Using NI cRIOLightning Acquisition and Processing On Sensor Node Using NI cRIO
Lightning Acquisition and Processing On Sensor Node Using NI cRIOijceronline
 
Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...
Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...
Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...IJCMESJOURNAL
 
(8)ขบวนการ ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู
(8)ขบวนการ  ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู(8)ขบวนการ  ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู
(8)ขบวนการ ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟูsynergy biotech
 
Prediction of Case Loss Due to Machine Downtime in Nigerian Bottling Company
Prediction of Case Loss Due to Machine Downtime in Nigerian Bottling CompanyPrediction of Case Loss Due to Machine Downtime in Nigerian Bottling Company
Prediction of Case Loss Due to Machine Downtime in Nigerian Bottling CompanyIJCMESJOURNAL
 
Carol Matz resume 5.21.16 - Parish Administrator (1) (2)
Carol Matz resume 5.21.16 - Parish Administrator (1) (2)Carol Matz resume 5.21.16 - Parish Administrator (1) (2)
Carol Matz resume 5.21.16 - Parish Administrator (1) (2)Carol Matz
 
2016 - Celeste B Baker Resume
2016 - Celeste B Baker Resume 2016 - Celeste B Baker Resume
2016 - Celeste B Baker Resume Celeste Baker
 

Viewers also liked (20)

Detection of Various Attacks Using Zero Knowledge Protocol in Wireless Security
Detection of Various Attacks Using Zero Knowledge Protocol in Wireless SecurityDetection of Various Attacks Using Zero Knowledge Protocol in Wireless Security
Detection of Various Attacks Using Zero Knowledge Protocol in Wireless Security
 
Victoria sobre la_oscuridad
Victoria sobre la_oscuridadVictoria sobre la_oscuridad
Victoria sobre la_oscuridad
 
Presentatie 15 september vroone
Presentatie 15 september vroonePresentatie 15 september vroone
Presentatie 15 september vroone
 
An Optimized Parallel Mixcolumn and Subbytes design in Lightweight Advanced E...
An Optimized Parallel Mixcolumn and Subbytes design in Lightweight Advanced E...An Optimized Parallel Mixcolumn and Subbytes design in Lightweight Advanced E...
An Optimized Parallel Mixcolumn and Subbytes design in Lightweight Advanced E...
 
Jim Dine
Jim DineJim Dine
Jim Dine
 
Oime bien satanas
Oime bien satanasOime bien satanas
Oime bien satanas
 
Cuarta dimension
Cuarta dimensionCuarta dimension
Cuarta dimension
 
Derechos fundamentales e internet
Derechos fundamentales e internetDerechos fundamentales e internet
Derechos fundamentales e internet
 
Autoridad para sanar
Autoridad para sanarAutoridad para sanar
Autoridad para sanar
 
Ontology-Based Approach for Knowledge Retrieval in Al-Quran Holy Book
Ontology-Based Approach for Knowledge Retrieval in Al-Quran Holy BookOntology-Based Approach for Knowledge Retrieval in Al-Quran Holy Book
Ontology-Based Approach for Knowledge Retrieval in Al-Quran Holy Book
 
A NOVEL BOOTH WALLACE MULTIPLIER FOR DSP APPLICATIONS
A NOVEL BOOTH WALLACE MULTIPLIER FOR DSP APPLICATIONSA NOVEL BOOTH WALLACE MULTIPLIER FOR DSP APPLICATIONS
A NOVEL BOOTH WALLACE MULTIPLIER FOR DSP APPLICATIONS
 
Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...
Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...
Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...
 
Como ejercer la_verdadera_autoridad
Como ejercer la_verdadera_autoridadComo ejercer la_verdadera_autoridad
Como ejercer la_verdadera_autoridad
 
Keck North Slope Projects
Keck North Slope ProjectsKeck North Slope Projects
Keck North Slope Projects
 
Lightning Acquisition and Processing On Sensor Node Using NI cRIO
Lightning Acquisition and Processing On Sensor Node Using NI cRIOLightning Acquisition and Processing On Sensor Node Using NI cRIO
Lightning Acquisition and Processing On Sensor Node Using NI cRIO
 
Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...
Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...
Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...
 
(8)ขบวนการ ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู
(8)ขบวนการ  ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู(8)ขบวนการ  ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู
(8)ขบวนการ ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู
 
Prediction of Case Loss Due to Machine Downtime in Nigerian Bottling Company
Prediction of Case Loss Due to Machine Downtime in Nigerian Bottling CompanyPrediction of Case Loss Due to Machine Downtime in Nigerian Bottling Company
Prediction of Case Loss Due to Machine Downtime in Nigerian Bottling Company
 
Carol Matz resume 5.21.16 - Parish Administrator (1) (2)
Carol Matz resume 5.21.16 - Parish Administrator (1) (2)Carol Matz resume 5.21.16 - Parish Administrator (1) (2)
Carol Matz resume 5.21.16 - Parish Administrator (1) (2)
 
2016 - Celeste B Baker Resume
2016 - Celeste B Baker Resume 2016 - Celeste B Baker Resume
2016 - Celeste B Baker Resume
 

Similar to Targeted Visual Content Recognition Using Multi-Layer Perceptron Neural Network

Open CV Implementation of Object Recognition Using Artificial Neural Networks
Open CV Implementation of Object Recognition Using Artificial Neural NetworksOpen CV Implementation of Object Recognition Using Artificial Neural Networks
Open CV Implementation of Object Recognition Using Artificial Neural Networksijceronline
 
Hand Written Digit Classification
Hand Written Digit ClassificationHand Written Digit Classification
Hand Written Digit Classificationijtsrd
 
Image classification with Deep Neural Networks
Image classification with Deep Neural NetworksImage classification with Deep Neural Networks
Image classification with Deep Neural NetworksYogendra Tamang
 
A Survey of Deep Learning Algorithms for Malware Detection
A Survey of Deep Learning Algorithms for Malware DetectionA Survey of Deep Learning Algorithms for Malware Detection
A Survey of Deep Learning Algorithms for Malware DetectionIJCSIS Research Publications
 
Image Captioning Generator using Deep Machine Learning
Image Captioning Generator using Deep Machine LearningImage Captioning Generator using Deep Machine Learning
Image Captioning Generator using Deep Machine Learningijtsrd
 
Scene recognition using Convolutional Neural Network
Scene recognition using Convolutional Neural NetworkScene recognition using Convolutional Neural Network
Scene recognition using Convolutional Neural NetworkDhirajGidde
 
Classification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural NetworkClassification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural Networkirjes
 
Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)IRJET Journal
 
imageclassification-160206090009.pdf
imageclassification-160206090009.pdfimageclassification-160206090009.pdf
imageclassification-160206090009.pdfKammetaJoshna
 
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...IRJET Journal
 
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMPADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMIRJET Journal
 
fuzzy LBP for face recognition ppt
fuzzy LBP for face recognition pptfuzzy LBP for face recognition ppt
fuzzy LBP for face recognition pptAbdullah Gubbi
 
TRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNN
TRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNNTRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNN
TRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNNgerogepatton
 
TRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNN
TRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNNTRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNN
TRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNNijaia
 
Machine learning in science and industry — day 4
Machine learning in science and industry — day 4Machine learning in science and industry — day 4
Machine learning in science and industry — day 4arogozhnikov
 
Analysis of image storage and retrieval in graded memory
Analysis of image storage and retrieval in graded memoryAnalysis of image storage and retrieval in graded memory
Analysis of image storage and retrieval in graded memoryeSAT Journals
 

Similar to Targeted Visual Content Recognition Using Multi-Layer Perceptron Neural Network (20)

Open CV Implementation of Object Recognition Using Artificial Neural Networks
Open CV Implementation of Object Recognition Using Artificial Neural NetworksOpen CV Implementation of Object Recognition Using Artificial Neural Networks
Open CV Implementation of Object Recognition Using Artificial Neural Networks
 
Ag044216224
Ag044216224Ag044216224
Ag044216224
 
Hand Written Digit Classification
Hand Written Digit ClassificationHand Written Digit Classification
Hand Written Digit Classification
 
One shot learning
One shot learningOne shot learning
One shot learning
 
Image classification with Deep Neural Networks
Image classification with Deep Neural NetworksImage classification with Deep Neural Networks
Image classification with Deep Neural Networks
 
A Survey of Deep Learning Algorithms for Malware Detection
A Survey of Deep Learning Algorithms for Malware DetectionA Survey of Deep Learning Algorithms for Malware Detection
A Survey of Deep Learning Algorithms for Malware Detection
 
238 243
238 243238 243
238 243
 
238 243
238 243238 243
238 243
 
Image Captioning Generator using Deep Machine Learning
Image Captioning Generator using Deep Machine LearningImage Captioning Generator using Deep Machine Learning
Image Captioning Generator using Deep Machine Learning
 
Scene recognition using Convolutional Neural Network
Scene recognition using Convolutional Neural NetworkScene recognition using Convolutional Neural Network
Scene recognition using Convolutional Neural Network
 
Classification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural NetworkClassification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural Network
 
Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)
 
imageclassification-160206090009.pdf
imageclassification-160206090009.pdfimageclassification-160206090009.pdf
imageclassification-160206090009.pdf
 
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
 
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMPADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
 
fuzzy LBP for face recognition ppt
fuzzy LBP for face recognition pptfuzzy LBP for face recognition ppt
fuzzy LBP for face recognition ppt
 
TRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNN
TRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNNTRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNN
TRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNN
 
TRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNN
TRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNNTRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNN
TRANSFER LEARNING BASED IMAGE VISUALIZATION USING CNN
 
Machine learning in science and industry — day 4
Machine learning in science and industry — day 4Machine learning in science and industry — day 4
Machine learning in science and industry — day 4
 
Analysis of image storage and retrieval in graded memory
Analysis of image storage and retrieval in graded memoryAnalysis of image storage and retrieval in graded memory
Analysis of image storage and retrieval in graded memory
 

Recently uploaded

Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 

Recently uploaded (20)

Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 

Targeted Visual Content Recognition Using Multi-Layer Perceptron Neural Network

  • 1. ISSN (e): 2250 – 3005 || Volume, 06 || Issue, 03||March – 2016 || International Journal of Computational Engineering Research (IJCER) www.ijceronline.com Open Access Journal Page 1 Targeted Visual Content Recognition Using Multi-Layer Perceptron Neural Network 1 Meer Tayyab Ali Moosavi,2 RafiahTabassum, 3 Perisetti Sravani,4 Panuganti Devi Mounika,5 Lingam Harish Babu,6 Dr.P.S.Suhasini,7 P.Venkata Ganapathi. 1 D.M.S.S.V.H College of Engineering, Machilipatnam, Andhra Pradesh, India 2 D.M.S.S.V.H College of Engineering, Machilipatnam, Andhra Pradesh, India 3 D.M.S.S.V.H College of Engineering, Machilipatnam, Andhra Pradesh, India 4 D.M.S.S.V.H College of Engineering, Machilipatnam, Andhra Pradesh, India 5 D.M.S.S.V.H College of Engineering, Machilipatnam, Andhra Pradesh, India 6 Associate Professor, E.C.E dept., D.M.S.S.V.H.C.E, MTM, Andhra Pradesh, India 7 N.I.T (Warangal),Andhra Pradesh, India I. INTRODUCTION There are various recognition applications of artificial neural network like pattern recognition, face recognition, traffic sign recognition, character recognition, etc. Recognition of visual content is a typical application for artificial neural network. This work aims monument image recognition which will be useful to the tourists. The images obtained may be with the following variations: [1] Different lengths. [2] Different angles. [3] Any occlusions. [4]Different illuminations. ABSTRACT Visual Content Recognition has become an attractive research oriented field of computer vision and machine learning for the last few decades. The focus of this work is monument recognition. Imagesof significant locations captured and maintainedas data bases can be used by the travelers before visiting the places. They can use images of a famous building to know the description of the building. In all these applications, the visual content recognition plays a key role. Humans can learn the contents of the images and quickly identify them by seeing again. In this paper we present a constructive training algorithm for Multi-Layer Perceptron Neural Network (MLPNN) applied to a set of targeted object recognition applications. The target set consists of famous monuments in India for travel guide applications. The training data set (TDS) consists 3000 images. The Gist features are extracted for the images. These are given to the neural network during training phase.The mean square error (MSE) on the training data is computed and used as metric to adjust the weights of the neural network,using back propagation algorithm. In the constructive learning, if the MSE is less than a predefined value, the number of hidden neurons is increased. Input patterns are trained incrementally until all patterns of TDS are presented and learned. The parameters or weights obtained during the training phase are used in the testing phase, in which new untrained images are given to the neural network for recognition. If the test image is recognized, the details of the image will also be displayed. The performance accuracy of this method is found to be 95% . Keywords: Visual content recognition, Multi-Layer Perceptron Neural Network, Gist feature.
  • 2. Targeted Visual Content Recognition Using… www.ijceronline.com Open Access Journal Page 2 II. WORKING PRINCIPLE Recognition using artificial neural network include two major parts. They are training phase & testing phase. Humans can see once an image and can recognize it but artificial neural network requires more and more training for recognition. Fig1. Block diagram Training: Training is done in step by step process as shown in the figure1. In this work images of different locations are taken 5locations (classes) per each class. So 50*5=250.Each image is trained 12 times for accurate training.Thus250*12=3000, having a training set of 3000 images. Preprocessing is done to each image. Gist feature is extracted for each image and given to the training unit. Training unit applies the back propagation algorithm on the ANN model. Classification gives the class of the current image.If the error is less than accuracy (95%), the process is repeated with a new training example. Testing: Testing is done in step by step process as shown in the figure1. In this work images of different locations are taken 5locations (classes) per each class. So 20*5=100, having a testing set of 100 images.Test images are preprocessed as that of training images by gist global feature. After preprocessing image is given to 3 layers ANN Model.3 layer ANN Model recognizes the test image and classifies the class of it. III. GIST-GLOBAL-FEATURE EXTRACTION The whole scene recognition is very hard task for an artificial neural network. So Gist-Global feature is extracted for only the image of interesteliminating,surrounding unwanted objects like trees, fountains and humans in the scene. Gist feature is extracted for each image using the following step: :  Convert the image into gray scale image  Resize the image 256x256.  Normalize the image intensities to be between 0 to 255.  Compute the FFT of the image  Multiply with Gabor transformation function (8 orientations and 4 scales – total 32 outputs at this stage),  Find the inverse FFT of the 32 images.  Divide each image into 4x4 blocks (total 16 blocks). Find the energy in each block averaging the intensitiesin that block.  Total 16 outputs per image and total 32 images. This gives a vector of 32x16 = 512 elements.  This is the final Global feature vector of 512 elements.  v1= {e0,e1,e2…..e511} Fig2. Gist feature descriptor
  • 3. Targeted Visual Content Recognition Using… www.ijceronline.com Open Access Journal Page 3 IV. MULTI LAYER PERCEPTRON NEURAL NETWORK Multi-Layer Perceptron is used for Non-linear way of solving problems. To calculate the Shape, Intensities, Orientation of Image, and Multi-Layer Perceptron is used. The MLP Learns in two ways. They are: Online Learning and Batch Learning. In Online Learning instances are seen one by one. In Batch Learning whole scene is shown all at once. The input signal propagates through the network in forward direction, on a layer by layer basis. These neural networks are common known as Multi-layer perceptron. Fig3. Sample MLP The above figure 3 shows a sample MLP with 8 input nodes , 4 middle layer and 1 output layer. Middle layer is the hidden layer. In this work 512 input layer nodes, 16 hidden layer nodes and 5 outputs are used. V. RESULTS At 5 different locations Viz., TajMahal, Statue Of Liberty, Mount Everest, Waikiki Beach, Koneru Center. 50 images are taken in this work per each class. Training images=5*50=250. The ANN is trained 12 times for accuracy, 250*12=3000 images.The test images are 20 per each class, 5*20=100 images.For the TajMahal image is recognized and the corresponding details like history, importance, location, etc., will be displayed for the user example tourists. Fig4. Recognition and Description using ANN VI. CONCLUSION & FUTURE SCOPE: The application of neural network recognition in targeted Visual Content Recognition (Monument Recognition) is totally a new application. The recognitionof image with ANN of using gist features is done in this work and the accuracy of recognition is about 95%. In this work the images of 5 locations are taken. This method can be validated on large data base of different monument images. This work can be extended, using Deep Neural Networks.
  • 4. Targeted Visual Content Recognition Using… www.ijceronline.com Open Access Journal Page 4 REFERENCES [1] Simon Haykin Neural Networks, A comprehensive foundation prentice-Hall Of India, New Delhi., 2004 [2] LaureneFausett,Fundamentals Of Neural Networks Architectures, Algorithms and Applications.,1994. [3] A. Torralba, R. Fergus, and W. T. Freeman. 80 million tiny images: a large database for non-parametric object and scene recognition. IEEE Transactions on Pattern Analysis and MachineIntelligence, 2008. [4] B. Yegnanarayana, “Artificial neural networks - Hall of India”, New Delhi, 2006. [5] Intel Corporation, “Open Source Computer Vision Library,” Reference Manual, 2001 [6] S. Kumar, “Neural Networks: A Classroom Approach”, McGraw Hill 2005. [7] R. Hecht-Nielsen “Theory of the back propagation neural network,” Proc. IEEE Int ’I Conf. on Neural Networks, vol. 1, pp. 593-605, 1989. [8] Golda, Principles of Training multi- layer neural network using back propagation, 2005. [9] David Kriesel, ”A Brief Introduction to Neural Networks”. [10] J.Hertz,A.Krogh and R.G.Palmer,”Introduction to the theory of Neural Computation”,AddisonWesley,Redwood City,1991