SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 4 Issue 4, June 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD31653 | Volume – 4 | Issue – 4 | May-June 2020 Page 1648
Image Classification using Deep Learning
Dr. Sachin K. Korde, Manoj J. Munda, Yogesh B. Chintamani, Yasir L. Pirjade, Akshay V. Gurme
Department of Computer Engineering, Pravara Rural Engineering College,
Loni, Pune University, Pune, Maharashtra, India
ABSTRACT
Most of the existing image recognitions systems are based on physical
parameters of the images whereas image processing methodologies relies on
extraction of color, shape and edge features. Thus Transfer Learning is an
efficient approach of solving classification problem with little amount of data.
There are many deep learning algorithms but most tested one is AlexNet. It is
well-known Convolution Neural Network (AlexNet CNN) for recognition of
images using deep learning. So for recognition and detection of the image we
have proposed Deep Learning approach in this project which can analyse
thousands of images which may take a lot for a human to do. Pretrained
convolutional neural network i.e. AlexNet is trainedby usingthefeatures such
as textures, colors and shape. The model is trained on more than 1000 images
and can classify images into categories which we have defined. The trained
model is tested on various standard and own recorded datasets consist of
rotational, translated and shifted images. Thus when a image is passed to the
system it will apply AlexNet and return the results with a image category in
which the image lies with high accuracy. Thusourproject tendstoreducetime
and cost of image recognition systems using deep learning.
KEYWORDS: Image Recognition, CNN, Transfer Learning, Median Filter, Deep
Learning and AlexNet
How to cite this paper: Dr. Sachin K.
Korde | Manoj J. Munda | Yogesh B.
Chintamani | Yasir L. Pirjade | Akshay V.
Gurme "Image Classification using Deep
Learning" Published
in International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-4 |
Issue-4, June 2020,
pp.1648-1650, URL:
www.ijtsrd.com/papers/ijtsrd31653.pdf
Copyright © 2020 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
I. INTRODUCTION
Image Processing is a hot topic today. One of the most
sought after topic in image processing is Convolution
Neural Network (CNN) which has a great accuracy than
other techniques. So this CNN technology can be used to
create a very helpful applications which willsavetimeand
money that has to paid for doing the same work by a
human with less accuracy. It can traverse through
thousands of images and return accurate results.
Currently most sought after image processing is Deep
Learning. Many Deep Learning algorithmsaredevelopedand
used. But the most tested and used CNN is AlexNet-CNN
which has high accuracy. This kind of CNN can be used to
classify images which can be used in crimefightingandmany
more applications. In order to solve this problem, We are
designinga project which will classify imagesintocategories
from thousands of images accurately using Alext-CNN Deep
and Transfer Learning technique.
The proposed system additionally will be able to help in -
 To improve current image recognition systems.
 Classify images in to similar categories.
 To analyse thousands of images at a go.
 To apply AlexNet-CNN.
 To implement and run the concept of Deep Learning.
 To maintain image database needed for AlexNet-CNN
II. Literature Survey
Image classification using deep learning is done by few
researchers all over world. In[1]2018 M.Shamim Hossain,
Muneer Al-Hammadi and Ghulam Muhammad, explains
Fruit classification isanimportanttaskfor manyindustrial
applications. A fruit classification system may be used to
help a supermarket cashier identify the fruit species and
prices. It may also be used to help people decide whether
specific fruit species are meeting their dietary
requirements. In this paper, we propose an efficient
framework for fruit classification using deep learning.
More specifically, the framework[7][8] is based on two
different deep learning architectures. The first is a
proposed light model of six convolutional neural network
layers, while the second is a fine-tuned visual geometry
group-16 pre-trained deep learning model. Two color-
image datasets, one of which is publicly available,areused
to evaluate the proposed framework.
In[2] 2018 Ali Abd Almisreb, Nursuriati Jamil and N. Mdin
explains Transfer Learning is an efficient approach of
solving classification problemwith littleamountofdata. In
this paper, we applied Transfer Learning to the well-
known AlexNet Convolution Neural Network (AlexNet
CNN) for human recognition based on ear images. We
adopted and fine-tuned AlexNet CNN to suit our problem
domain.
In[3] 2018 A.U.Tajane, J.M.Patil, A.S.Shahane, P.A.Dhulekar,
Dr. S.T.Gandhe and G.M.Phade explains automatic coin
recognition and identification system plays vital role in
vending machine, slot machine and in several banking
IJTSRD31653
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD31653 | Volume – 4 | Issue – 4 | May-June 2020 Page 1649
related equipment’s. Most of theexisting coinrecognitions
systems are based on physical parameters of the coins
whereas image processing methodologies relies on
extraction of color, shape and edge features. For
recognition and detectionofIndian coinwehaveproposed
Deep Learning approach in this paper. Pre trained
convolutional neural network i.e. AlexNet is trained by
using the features such as textures, colors and shape.
In[4] 2019 N. A. J. Sufri, N. A. Rahmad, N. F. Ghazali, N.
Shahar and M. A. Asari explains visually impaired people
faced a problem in identifying and recognizing the
different types of banknote due to some reasons. This
problem draws researchers’ attention to introduce an
automated banknote recognition system that can be
divided into a vision-based system and sensor-based
system. The main aim of this study is to have deeper
analysis on the effect of region and orientation on the
performance of Machine Learning and Deep Learning
respectively using MalaysianRinggitbanknotes(RM1,RM
5, RM 10, RM 20, RM 50 and RM 100).
III. Working Methodology
An easy way to comply with the conference paper
formatting requirements is to use this document as a
template and simply type your text into it.
IV. Mathematical Modules
Set theory applied to the project
A. Pre-Process:-
Set (P)={P0,P1,P2,P3,P4,P5}
 P0 ∈ P = Download Images.
 P1 ∈ P = Label Images.
 P2 ∈ P = Apply Median Filter algorithm to remove
noise.
 P3 ∈ P = Save and Label images after noise removal.
 P4 ∈ P = view results.
 P5 ∈ P = Categorize images in different folders for
AlexNet-CNN.
B. AlexNet-CNN:-
Set (A) = {A0,A1,A2,A3,P4,A4,A5}
 A0 ∈ F = Initialize AlexNet-CNN.
 A1 ∈ F = Pass Test Image.
 A2 ∈ F = Train ALexNet-CNN.
 A3 ∈ F = Get Results.
 P4 ∈ F = View Results.
 A4 ∈ F = Show CNN result data.
 A5 ∈ F = View most matched category of Image.
C. Venn diagram of intersection of two sets:-
Fig 1: Venn diagram
D. Probability of our Project Modules
1. In Pre-process Module:-
We have two possibilities of removing noise in images i.e
whether median filter algorithm is properly applied or not.
P (present) = 1/2 P (not) =1/2
Hence, P (Median-Filter) = P (present) + P (not)
=1/2 + 1/2
= 1
2. In AlexNet-CNN Module:-
We have two possibilities of a successful classification of
image i.e. whether AlexNet-CNN is properly trained with
image database or not.
P (present)=1/2 P (not) =1/2
Hence, P (AlexNet-CNN) = P (present) + P (not)
=1/2 + 1/2
= 1
3. Conditions:-
A. Success Conditions: The system will take a input image
from user and classify theimagein to the imagecategory
accurately.
B. Failure Conditions: For real-time information gathering
internet is must.
V. Design
Fig 2: System Architecture
VI. Conclusion
In this project, wearedevelopinganovelapproachtoprovide
Smart Image Classification Using Deep Learning system. The
basic idea of the project is to classify the image into
categories using Deep Learning approach AlexNet-CNN. We
will first download images from internet and then categorize
them with high accuracy. Theproposedmethodisfoundtobe
better on many criteria as compared to existing studies as it
does not predict a single image category but multiple
categories of different types.Moreover, the proposedsystem
is designed and tested using a sufficiently large image
database downloaded from a standard and verified data
centre. Thus our project will provide high accuracy and
results.
References
[1] M. Shamim Hossain, Muneer Al-Hammadi and
Ghulam Muhammad, “Particle Swarm Optimized
Fuzzy Model for the Classification of Banana
Ripeness,” IEEE Sensors Journal, vol. 17, no. 15, pp.
4903-4915, Aug. 2018.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD31653 | Volume – 4 | Issue – 4 | May-June 2020 Page 1650
[2] Ali Abd Almisreb, Nursuriati Jamil and N. Md Din, ”Big
Data-Driven Service Composition Using Parallel
Clustered Particle Swarm Optimization in Mobile
Environment,” IEEE Transactions on Services
Computing, vol. 9, no. 5, pp. 806-817,
September/October 2018.
[3] A. U. Tajane, J. M. Patil, A. S. Shahane, P. A. Dhulekar,
Dr. S. T. Gandhe and G. M. Phade, “Classification of
fruits using computer vision and a multiclass
support vector machine,” Sensors, vol. 12, no. 9, pp.
12489- 12505, Sep. 2018.
[4] N. A. J. Sufri, N. A. Rahmad, N. F. Ghazali, N. Shahar and
M. A. Asari, “Fruit classification using computer vision
and feed forward neural network,” Journal of Food
Engineering, vol. 143, pp. 167-177, Dec. 2019.
[5] S. Lu, Z. Lu, P. Phillips, S. Wang, J. Wu, and Y. Zhang,
“Fruit classification by HPA-SLFN,” 8th IEEE
International Conference on Wireless
Communications & Signal Processing (WCSP),
Yangzhou, China, Oct. 2016.
[6] A. Rocha, D. C. Hauagge, J. Wainer, S. Goldenstein,
“Automatic fruit and vegetable classification from
images,” Computers and Electronics in Agriculture,
vol. 70, no. 1, pp. 96-104, Jan. 2010.
[7] C. S. Nandi, T. Bipan and C. Koley. ”A machine vision-
based maturity prediction system for sorting of
harvested mangoes,” IEEE Transactions on
Instrumentation and Measurement, vol. 63, no. 7, pp.
1722-1730, Jul. 2014.
[8] S. R. Dubey and A. S. Jalal, “Robust approach for fruit
and vegetableclassification,” Procedia Engineering,vol.
38, pp. 3449-3453, 2012.
[9] G. Muhammad, “Date fruits classification using texture
descriptors and shape- size features,” Engineering
Applications of Artificial Intelligence, vol. 37, pp. 361-
367, 2015.
AUTHORS PROFILE
Dr. Sachine K. Korde Assistant Professor
InPravaraRuralEngineeringCollege,Loni.
Manoj J. Munda BE Computer (Student)
Yogesh B. Chintamani BE Computer
(Student)
Yasir L. Pirjade BE Computer (Student)
Akshay V. Gurme BE Computer
(Student)

More Related Content

What's hot

Test PDF
Test PDFTest PDF
Test PDFAlgnuD
 
MULTI-LEVEL FEATURE FUSION BASED TRANSFER LEARNING FOR PERSON RE-IDENTIFICATION
MULTI-LEVEL FEATURE FUSION BASED TRANSFER LEARNING FOR PERSON RE-IDENTIFICATIONMULTI-LEVEL FEATURE FUSION BASED TRANSFER LEARNING FOR PERSON RE-IDENTIFICATION
MULTI-LEVEL FEATURE FUSION BASED TRANSFER LEARNING FOR PERSON RE-IDENTIFICATIONgerogepatton
 
International Journal of Image Processing (IJIP) Volume (3) Issue (6)
International Journal of Image Processing (IJIP) Volume (3) Issue (6)International Journal of Image Processing (IJIP) Volume (3) Issue (6)
International Journal of Image Processing (IJIP) Volume (3) Issue (6)CSCJournals
 
An assistive model of obstacle detection based on deep learning: YOLOv3 for v...
An assistive model of obstacle detection based on deep learning: YOLOv3 for v...An assistive model of obstacle detection based on deep learning: YOLOv3 for v...
An assistive model of obstacle detection based on deep learning: YOLOv3 for v...IJECEIAES
 
Deep Learning for X ray Image to Text Generation
Deep Learning for X ray Image to Text GenerationDeep Learning for X ray Image to Text Generation
Deep Learning for X ray Image to Text Generationijtsrd
 
IRJET - Facial In-Painting using Deep Learning in Machine Learning
IRJET -  	  Facial In-Painting using Deep Learning in Machine LearningIRJET -  	  Facial In-Painting using Deep Learning in Machine Learning
IRJET - Facial In-Painting using Deep Learning in Machine LearningIRJET Journal
 
5.local community detection algorithm based on minimal cluster
5.local community detection algorithm based on minimal cluster5.local community detection algorithm based on minimal cluster
5.local community detection algorithm based on minimal clusterVenkat Projects
 
Weave-D - 2nd Progress Evaluation Presentation
Weave-D - 2nd Progress Evaluation PresentationWeave-D - 2nd Progress Evaluation Presentation
Weave-D - 2nd Progress Evaluation Presentationlasinducharith
 
Smriti's research paper
Smriti's research paperSmriti's research paper
Smriti's research paperSmriti Tikoo
 
Modelling Framework of a Neural Object Recognition
Modelling Framework of a Neural Object RecognitionModelling Framework of a Neural Object Recognition
Modelling Framework of a Neural Object RecognitionIJERA Editor
 
Adversarial Multi Scale Features Learning for Person Re Identification
Adversarial Multi Scale Features Learning for Person Re IdentificationAdversarial Multi Scale Features Learning for Person Re Identification
Adversarial Multi Scale Features Learning for Person Re Identificationijtsrd
 
IRJET- Comparative Study of Different Techniques for Text as Well as Object D...
IRJET- Comparative Study of Different Techniques for Text as Well as Object D...IRJET- Comparative Study of Different Techniques for Text as Well as Object D...
IRJET- Comparative Study of Different Techniques for Text as Well as Object D...IRJET Journal
 
Top 10 neural networks
Top 10 neural networksTop 10 neural networks
Top 10 neural networksijsc
 
Research on object detection and recognition using machine learning algorithm...
Research on object detection and recognition using machine learning algorithm...Research on object detection and recognition using machine learning algorithm...
Research on object detection and recognition using machine learning algorithm...YousefElbayomi
 
Proposing a new method of image classification based on the AdaBoost deep bel...
Proposing a new method of image classification based on the AdaBoost deep bel...Proposing a new method of image classification based on the AdaBoost deep bel...
Proposing a new method of image classification based on the AdaBoost deep bel...TELKOMNIKA JOURNAL
 
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...Editor IJMTER
 
REVIEW ON GENERIC OBJECT RECOGNITION TECHNIQUES: CHALLENGES AND OPPORTUNITIES
REVIEW ON GENERIC OBJECT RECOGNITION TECHNIQUES: CHALLENGES AND OPPORTUNITIES REVIEW ON GENERIC OBJECT RECOGNITION TECHNIQUES: CHALLENGES AND OPPORTUNITIES
REVIEW ON GENERIC OBJECT RECOGNITION TECHNIQUES: CHALLENGES AND OPPORTUNITIES IAEME Publication
 
IRJET- Deep Learning Techniques for Object Detection
IRJET-  	  Deep Learning Techniques for Object DetectionIRJET-  	  Deep Learning Techniques for Object Detection
IRJET- Deep Learning Techniques for Object DetectionIRJET Journal
 
IRJET - Content based Image Classification
IRJET -  	  Content based Image ClassificationIRJET -  	  Content based Image Classification
IRJET - Content based Image ClassificationIRJET Journal
 

What's hot (20)

Test PDF
Test PDFTest PDF
Test PDF
 
MULTI-LEVEL FEATURE FUSION BASED TRANSFER LEARNING FOR PERSON RE-IDENTIFICATION
MULTI-LEVEL FEATURE FUSION BASED TRANSFER LEARNING FOR PERSON RE-IDENTIFICATIONMULTI-LEVEL FEATURE FUSION BASED TRANSFER LEARNING FOR PERSON RE-IDENTIFICATION
MULTI-LEVEL FEATURE FUSION BASED TRANSFER LEARNING FOR PERSON RE-IDENTIFICATION
 
International Journal of Image Processing (IJIP) Volume (3) Issue (6)
International Journal of Image Processing (IJIP) Volume (3) Issue (6)International Journal of Image Processing (IJIP) Volume (3) Issue (6)
International Journal of Image Processing (IJIP) Volume (3) Issue (6)
 
An assistive model of obstacle detection based on deep learning: YOLOv3 for v...
An assistive model of obstacle detection based on deep learning: YOLOv3 for v...An assistive model of obstacle detection based on deep learning: YOLOv3 for v...
An assistive model of obstacle detection based on deep learning: YOLOv3 for v...
 
Deep Learning for X ray Image to Text Generation
Deep Learning for X ray Image to Text GenerationDeep Learning for X ray Image to Text Generation
Deep Learning for X ray Image to Text Generation
 
IRJET - Facial In-Painting using Deep Learning in Machine Learning
IRJET -  	  Facial In-Painting using Deep Learning in Machine LearningIRJET -  	  Facial In-Painting using Deep Learning in Machine Learning
IRJET - Facial In-Painting using Deep Learning in Machine Learning
 
5.local community detection algorithm based on minimal cluster
5.local community detection algorithm based on minimal cluster5.local community detection algorithm based on minimal cluster
5.local community detection algorithm based on minimal cluster
 
Weave-D - 2nd Progress Evaluation Presentation
Weave-D - 2nd Progress Evaluation PresentationWeave-D - 2nd Progress Evaluation Presentation
Weave-D - 2nd Progress Evaluation Presentation
 
Smriti's research paper
Smriti's research paperSmriti's research paper
Smriti's research paper
 
Modelling Framework of a Neural Object Recognition
Modelling Framework of a Neural Object RecognitionModelling Framework of a Neural Object Recognition
Modelling Framework of a Neural Object Recognition
 
Adversarial Multi Scale Features Learning for Person Re Identification
Adversarial Multi Scale Features Learning for Person Re IdentificationAdversarial Multi Scale Features Learning for Person Re Identification
Adversarial Multi Scale Features Learning for Person Re Identification
 
IRJET- Comparative Study of Different Techniques for Text as Well as Object D...
IRJET- Comparative Study of Different Techniques for Text as Well as Object D...IRJET- Comparative Study of Different Techniques for Text as Well as Object D...
IRJET- Comparative Study of Different Techniques for Text as Well as Object D...
 
Top 10 neural networks
Top 10 neural networksTop 10 neural networks
Top 10 neural networks
 
Research on object detection and recognition using machine learning algorithm...
Research on object detection and recognition using machine learning algorithm...Research on object detection and recognition using machine learning algorithm...
Research on object detection and recognition using machine learning algorithm...
 
Proposing a new method of image classification based on the AdaBoost deep bel...
Proposing a new method of image classification based on the AdaBoost deep bel...Proposing a new method of image classification based on the AdaBoost deep bel...
Proposing a new method of image classification based on the AdaBoost deep bel...
 
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
 
REVIEW ON GENERIC OBJECT RECOGNITION TECHNIQUES: CHALLENGES AND OPPORTUNITIES
REVIEW ON GENERIC OBJECT RECOGNITION TECHNIQUES: CHALLENGES AND OPPORTUNITIES REVIEW ON GENERIC OBJECT RECOGNITION TECHNIQUES: CHALLENGES AND OPPORTUNITIES
REVIEW ON GENERIC OBJECT RECOGNITION TECHNIQUES: CHALLENGES AND OPPORTUNITIES
 
Avinash_CV_long
Avinash_CV_longAvinash_CV_long
Avinash_CV_long
 
IRJET- Deep Learning Techniques for Object Detection
IRJET-  	  Deep Learning Techniques for Object DetectionIRJET-  	  Deep Learning Techniques for Object Detection
IRJET- Deep Learning Techniques for Object Detection
 
IRJET - Content based Image Classification
IRJET -  	  Content based Image ClassificationIRJET -  	  Content based Image Classification
IRJET - Content based Image Classification
 

Similar to Image Classification using Deep Learning

A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...ijtsrd
 
Application To Monitor And Manage People In Crowded Places Using Neural Networks
Application To Monitor And Manage People In Crowded Places Using Neural NetworksApplication To Monitor And Manage People In Crowded Places Using Neural Networks
Application To Monitor And Manage People In Crowded Places Using Neural NetworksIJSRED
 
Age Invariant Face Recognition
Age Invariant Face RecognitionAge Invariant Face Recognition
Age Invariant Face Recognitionijtsrd
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image Retrievalijtsrd
 
Deep Learning Applications and Image Processing
Deep Learning Applications and Image ProcessingDeep Learning Applications and Image Processing
Deep Learning Applications and Image Processingijtsrd
 
RETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODS
RETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODSRETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODS
RETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODSIRJET Journal
 
IRJET- Classifying Chest Pathology Images using Deep Learning Techniques
IRJET- Classifying Chest Pathology Images using Deep Learning TechniquesIRJET- Classifying Chest Pathology Images using Deep Learning Techniques
IRJET- Classifying Chest Pathology Images using Deep Learning TechniquesIRJET Journal
 
Broadcasting Forensics Using Machine Learning Approaches
Broadcasting Forensics Using Machine Learning ApproachesBroadcasting Forensics Using Machine Learning Approaches
Broadcasting Forensics Using Machine Learning Approachesijtsrd
 
Deep Unified Model for Intrusion Detection Based on Convolutional Neural Network
Deep Unified Model for Intrusion Detection Based on Convolutional Neural NetworkDeep Unified Model for Intrusion Detection Based on Convolutional Neural Network
Deep Unified Model for Intrusion Detection Based on Convolutional Neural NetworkYogeshIJTSRD
 
Techniques Used For Extracting Useful Information From Images
Techniques Used For Extracting Useful Information From ImagesTechniques Used For Extracting Useful Information From Images
Techniques Used For Extracting Useful Information From ImagesJill Crawford
 
Image Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningImage Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningPRATHAMESH REGE
 
A Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question AnsweringA Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question AnsweringIRJET Journal
 
Age and gender detection using deep learning
Age and gender detection using deep learningAge and gender detection using deep learning
Age and gender detection using deep learningIRJET Journal
 
A SURVEY ON KIDNEY STONE DETECTION USING IMAGE PROCESSING AND DEEP LEARNING
A SURVEY ON KIDNEY STONE DETECTION USING IMAGE PROCESSING AND DEEP LEARNINGA SURVEY ON KIDNEY STONE DETECTION USING IMAGE PROCESSING AND DEEP LEARNING
A SURVEY ON KIDNEY STONE DETECTION USING IMAGE PROCESSING AND DEEP LEARNINGIRJET Journal
 
ANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNING
ANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNINGANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNING
ANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNINGIRJET Journal
 
IRJET- Spot Me - A Smart Attendance System based on Face Recognition
IRJET- Spot Me - A Smart Attendance System based on Face RecognitionIRJET- Spot Me - A Smart Attendance System based on Face Recognition
IRJET- Spot Me - A Smart Attendance System based on Face RecognitionIRJET Journal
 
Skin Cancer Detection using Image Processing in Real Time
Skin Cancer Detection using Image Processing in Real TimeSkin Cancer Detection using Image Processing in Real Time
Skin Cancer Detection using Image Processing in Real Timeijtsrd
 

Similar to Image Classification using Deep Learning (20)

A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
 
Application To Monitor And Manage People In Crowded Places Using Neural Networks
Application To Monitor And Manage People In Crowded Places Using Neural NetworksApplication To Monitor And Manage People In Crowded Places Using Neural Networks
Application To Monitor And Manage People In Crowded Places Using Neural Networks
 
Age Invariant Face Recognition
Age Invariant Face RecognitionAge Invariant Face Recognition
Age Invariant Face Recognition
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image Retrieval
 
Deep Learning Applications and Image Processing
Deep Learning Applications and Image ProcessingDeep Learning Applications and Image Processing
Deep Learning Applications and Image Processing
 
RETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODS
RETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODSRETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODS
RETINAL IMAGE CLASSIFICATION USING NEURAL NETWORK BASED ON A CNN METHODS
 
IRJET- Classifying Chest Pathology Images using Deep Learning Techniques
IRJET- Classifying Chest Pathology Images using Deep Learning TechniquesIRJET- Classifying Chest Pathology Images using Deep Learning Techniques
IRJET- Classifying Chest Pathology Images using Deep Learning Techniques
 
Broadcasting Forensics Using Machine Learning Approaches
Broadcasting Forensics Using Machine Learning ApproachesBroadcasting Forensics Using Machine Learning Approaches
Broadcasting Forensics Using Machine Learning Approaches
 
14. 23759.pdf
14. 23759.pdf14. 23759.pdf
14. 23759.pdf
 
Deep Unified Model for Intrusion Detection Based on Convolutional Neural Network
Deep Unified Model for Intrusion Detection Based on Convolutional Neural NetworkDeep Unified Model for Intrusion Detection Based on Convolutional Neural Network
Deep Unified Model for Intrusion Detection Based on Convolutional Neural Network
 
Techniques Used For Extracting Useful Information From Images
Techniques Used For Extracting Useful Information From ImagesTechniques Used For Extracting Useful Information From Images
Techniques Used For Extracting Useful Information From Images
 
Image Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningImage Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learning
 
A Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question AnsweringA Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question Answering
 
Ijetcas14 465
Ijetcas14 465Ijetcas14 465
Ijetcas14 465
 
Age and gender detection using deep learning
Age and gender detection using deep learningAge and gender detection using deep learning
Age and gender detection using deep learning
 
A SURVEY ON KIDNEY STONE DETECTION USING IMAGE PROCESSING AND DEEP LEARNING
A SURVEY ON KIDNEY STONE DETECTION USING IMAGE PROCESSING AND DEEP LEARNINGA SURVEY ON KIDNEY STONE DETECTION USING IMAGE PROCESSING AND DEEP LEARNING
A SURVEY ON KIDNEY STONE DETECTION USING IMAGE PROCESSING AND DEEP LEARNING
 
ANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNING
ANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNINGANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNING
ANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNING
 
Ic3414861499
Ic3414861499Ic3414861499
Ic3414861499
 
IRJET- Spot Me - A Smart Attendance System based on Face Recognition
IRJET- Spot Me - A Smart Attendance System based on Face RecognitionIRJET- Spot Me - A Smart Attendance System based on Face Recognition
IRJET- Spot Me - A Smart Attendance System based on Face Recognition
 
Skin Cancer Detection using Image Processing in Real Time
Skin Cancer Detection using Image Processing in Real TimeSkin Cancer Detection using Image Processing in Real Time
Skin Cancer Detection using Image Processing in Real Time
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 

Image Classification using Deep Learning

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 4 Issue 4, June 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD31653 | Volume – 4 | Issue – 4 | May-June 2020 Page 1648 Image Classification using Deep Learning Dr. Sachin K. Korde, Manoj J. Munda, Yogesh B. Chintamani, Yasir L. Pirjade, Akshay V. Gurme Department of Computer Engineering, Pravara Rural Engineering College, Loni, Pune University, Pune, Maharashtra, India ABSTRACT Most of the existing image recognitions systems are based on physical parameters of the images whereas image processing methodologies relies on extraction of color, shape and edge features. Thus Transfer Learning is an efficient approach of solving classification problem with little amount of data. There are many deep learning algorithms but most tested one is AlexNet. It is well-known Convolution Neural Network (AlexNet CNN) for recognition of images using deep learning. So for recognition and detection of the image we have proposed Deep Learning approach in this project which can analyse thousands of images which may take a lot for a human to do. Pretrained convolutional neural network i.e. AlexNet is trainedby usingthefeatures such as textures, colors and shape. The model is trained on more than 1000 images and can classify images into categories which we have defined. The trained model is tested on various standard and own recorded datasets consist of rotational, translated and shifted images. Thus when a image is passed to the system it will apply AlexNet and return the results with a image category in which the image lies with high accuracy. Thusourproject tendstoreducetime and cost of image recognition systems using deep learning. KEYWORDS: Image Recognition, CNN, Transfer Learning, Median Filter, Deep Learning and AlexNet How to cite this paper: Dr. Sachin K. Korde | Manoj J. Munda | Yogesh B. Chintamani | Yasir L. Pirjade | Akshay V. Gurme "Image Classification using Deep Learning" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-4 | Issue-4, June 2020, pp.1648-1650, URL: www.ijtsrd.com/papers/ijtsrd31653.pdf Copyright © 2020 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) I. INTRODUCTION Image Processing is a hot topic today. One of the most sought after topic in image processing is Convolution Neural Network (CNN) which has a great accuracy than other techniques. So this CNN technology can be used to create a very helpful applications which willsavetimeand money that has to paid for doing the same work by a human with less accuracy. It can traverse through thousands of images and return accurate results. Currently most sought after image processing is Deep Learning. Many Deep Learning algorithmsaredevelopedand used. But the most tested and used CNN is AlexNet-CNN which has high accuracy. This kind of CNN can be used to classify images which can be used in crimefightingandmany more applications. In order to solve this problem, We are designinga project which will classify imagesintocategories from thousands of images accurately using Alext-CNN Deep and Transfer Learning technique. The proposed system additionally will be able to help in -  To improve current image recognition systems.  Classify images in to similar categories.  To analyse thousands of images at a go.  To apply AlexNet-CNN.  To implement and run the concept of Deep Learning.  To maintain image database needed for AlexNet-CNN II. Literature Survey Image classification using deep learning is done by few researchers all over world. In[1]2018 M.Shamim Hossain, Muneer Al-Hammadi and Ghulam Muhammad, explains Fruit classification isanimportanttaskfor manyindustrial applications. A fruit classification system may be used to help a supermarket cashier identify the fruit species and prices. It may also be used to help people decide whether specific fruit species are meeting their dietary requirements. In this paper, we propose an efficient framework for fruit classification using deep learning. More specifically, the framework[7][8] is based on two different deep learning architectures. The first is a proposed light model of six convolutional neural network layers, while the second is a fine-tuned visual geometry group-16 pre-trained deep learning model. Two color- image datasets, one of which is publicly available,areused to evaluate the proposed framework. In[2] 2018 Ali Abd Almisreb, Nursuriati Jamil and N. Mdin explains Transfer Learning is an efficient approach of solving classification problemwith littleamountofdata. In this paper, we applied Transfer Learning to the well- known AlexNet Convolution Neural Network (AlexNet CNN) for human recognition based on ear images. We adopted and fine-tuned AlexNet CNN to suit our problem domain. In[3] 2018 A.U.Tajane, J.M.Patil, A.S.Shahane, P.A.Dhulekar, Dr. S.T.Gandhe and G.M.Phade explains automatic coin recognition and identification system plays vital role in vending machine, slot machine and in several banking IJTSRD31653
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD31653 | Volume – 4 | Issue – 4 | May-June 2020 Page 1649 related equipment’s. Most of theexisting coinrecognitions systems are based on physical parameters of the coins whereas image processing methodologies relies on extraction of color, shape and edge features. For recognition and detectionofIndian coinwehaveproposed Deep Learning approach in this paper. Pre trained convolutional neural network i.e. AlexNet is trained by using the features such as textures, colors and shape. In[4] 2019 N. A. J. Sufri, N. A. Rahmad, N. F. Ghazali, N. Shahar and M. A. Asari explains visually impaired people faced a problem in identifying and recognizing the different types of banknote due to some reasons. This problem draws researchers’ attention to introduce an automated banknote recognition system that can be divided into a vision-based system and sensor-based system. The main aim of this study is to have deeper analysis on the effect of region and orientation on the performance of Machine Learning and Deep Learning respectively using MalaysianRinggitbanknotes(RM1,RM 5, RM 10, RM 20, RM 50 and RM 100). III. Working Methodology An easy way to comply with the conference paper formatting requirements is to use this document as a template and simply type your text into it. IV. Mathematical Modules Set theory applied to the project A. Pre-Process:- Set (P)={P0,P1,P2,P3,P4,P5}  P0 ∈ P = Download Images.  P1 ∈ P = Label Images.  P2 ∈ P = Apply Median Filter algorithm to remove noise.  P3 ∈ P = Save and Label images after noise removal.  P4 ∈ P = view results.  P5 ∈ P = Categorize images in different folders for AlexNet-CNN. B. AlexNet-CNN:- Set (A) = {A0,A1,A2,A3,P4,A4,A5}  A0 ∈ F = Initialize AlexNet-CNN.  A1 ∈ F = Pass Test Image.  A2 ∈ F = Train ALexNet-CNN.  A3 ∈ F = Get Results.  P4 ∈ F = View Results.  A4 ∈ F = Show CNN result data.  A5 ∈ F = View most matched category of Image. C. Venn diagram of intersection of two sets:- Fig 1: Venn diagram D. Probability of our Project Modules 1. In Pre-process Module:- We have two possibilities of removing noise in images i.e whether median filter algorithm is properly applied or not. P (present) = 1/2 P (not) =1/2 Hence, P (Median-Filter) = P (present) + P (not) =1/2 + 1/2 = 1 2. In AlexNet-CNN Module:- We have two possibilities of a successful classification of image i.e. whether AlexNet-CNN is properly trained with image database or not. P (present)=1/2 P (not) =1/2 Hence, P (AlexNet-CNN) = P (present) + P (not) =1/2 + 1/2 = 1 3. Conditions:- A. Success Conditions: The system will take a input image from user and classify theimagein to the imagecategory accurately. B. Failure Conditions: For real-time information gathering internet is must. V. Design Fig 2: System Architecture VI. Conclusion In this project, wearedevelopinganovelapproachtoprovide Smart Image Classification Using Deep Learning system. The basic idea of the project is to classify the image into categories using Deep Learning approach AlexNet-CNN. We will first download images from internet and then categorize them with high accuracy. Theproposedmethodisfoundtobe better on many criteria as compared to existing studies as it does not predict a single image category but multiple categories of different types.Moreover, the proposedsystem is designed and tested using a sufficiently large image database downloaded from a standard and verified data centre. Thus our project will provide high accuracy and results. References [1] M. Shamim Hossain, Muneer Al-Hammadi and Ghulam Muhammad, “Particle Swarm Optimized Fuzzy Model for the Classification of Banana Ripeness,” IEEE Sensors Journal, vol. 17, no. 15, pp. 4903-4915, Aug. 2018.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD31653 | Volume – 4 | Issue – 4 | May-June 2020 Page 1650 [2] Ali Abd Almisreb, Nursuriati Jamil and N. Md Din, ”Big Data-Driven Service Composition Using Parallel Clustered Particle Swarm Optimization in Mobile Environment,” IEEE Transactions on Services Computing, vol. 9, no. 5, pp. 806-817, September/October 2018. [3] A. U. Tajane, J. M. Patil, A. S. Shahane, P. A. Dhulekar, Dr. S. T. Gandhe and G. M. Phade, “Classification of fruits using computer vision and a multiclass support vector machine,” Sensors, vol. 12, no. 9, pp. 12489- 12505, Sep. 2018. [4] N. A. J. Sufri, N. A. Rahmad, N. F. Ghazali, N. Shahar and M. A. Asari, “Fruit classification using computer vision and feed forward neural network,” Journal of Food Engineering, vol. 143, pp. 167-177, Dec. 2019. [5] S. Lu, Z. Lu, P. Phillips, S. Wang, J. Wu, and Y. Zhang, “Fruit classification by HPA-SLFN,” 8th IEEE International Conference on Wireless Communications & Signal Processing (WCSP), Yangzhou, China, Oct. 2016. [6] A. Rocha, D. C. Hauagge, J. Wainer, S. Goldenstein, “Automatic fruit and vegetable classification from images,” Computers and Electronics in Agriculture, vol. 70, no. 1, pp. 96-104, Jan. 2010. [7] C. S. Nandi, T. Bipan and C. Koley. ”A machine vision- based maturity prediction system for sorting of harvested mangoes,” IEEE Transactions on Instrumentation and Measurement, vol. 63, no. 7, pp. 1722-1730, Jul. 2014. [8] S. R. Dubey and A. S. Jalal, “Robust approach for fruit and vegetableclassification,” Procedia Engineering,vol. 38, pp. 3449-3453, 2012. [9] G. Muhammad, “Date fruits classification using texture descriptors and shape- size features,” Engineering Applications of Artificial Intelligence, vol. 37, pp. 361- 367, 2015. AUTHORS PROFILE Dr. Sachine K. Korde Assistant Professor InPravaraRuralEngineeringCollege,Loni. Manoj J. Munda BE Computer (Student) Yogesh B. Chintamani BE Computer (Student) Yasir L. Pirjade BE Computer (Student) Akshay V. Gurme BE Computer (Student)