SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 277
Age and Gender Classification using Convolutional Neural Network
Ms. Suhasini1, Ms. T C Apoorva2, Mr. Vinay M3, Mr. Sunil M S4, Ms. Harshitha M N5
1 Assistant Professor, Dept. of Computer Science and Engineering, Maharaja Institute of Technology,Thandavapura
2,3,4,5 Students, Dept, of Computer Science and Engineering, Maharaja Institute of Technology, Thandavapura
------------------------------------------------------------------***-----------------------------------------------------------------
Abstract - Due to its numerous applications in
various facial analysis challenges, automatic prediction of
age and gender from face images has received a lot of
interest recently. The available models, however, are still
below theneeded accuracy level, which is required for the
usage of these models in real-world applications due to
the significant intra-class variance of face images (such as
difference in lighting, position, scale, and opacity). In this
study, we offer a classification model that can accurately
identify the gender and age range of facial images using
convolutional neural networks
Key Words: Convolutional Neural Network, Machine
learning, Age classification, Gender Detection.
1. INTRODUCTION
Age, gender, mood, and other characteristics can
all be inferred from a person's face. Numerous dynamic
aspects that alter over time, such as age, hairstyles,
expressions, etc., have an impact on it. Age and gender are
regarded as crucial biometric characteristics for
identifying humans. For the purpose of human
identification and verification, biometric recognition
gathers data on a person's physiological and behavioral
traits (security models). Age, gender, ethnicity, height,
and face measurements are examples of soft biometrics.
Hardbiometrics are measurements of the body (physical,
behavioral, and biological). To speed up data traversal or
tocategorize unlabeled subjects for different gender and
age groups, soft-biometric features can be retrieved, such
as skin color, hair color, the distance between the eye and
nose,facial shape, etc.
Additionally, with the ubiquitous use of
computers,biometric identification is becoming more and
more necessary in sectors like healthcare and home
automation. Through pattern recognition, computer
vision, and picture analysis, it has recently become
possible to automatically determine one's physical
presence and verify their identification. Age is one of the
biometric characteristics taken into account. Numerous
factors, including DNAalteration, metabolic changes, sun
exposure, variations in face tissues, reorganization of the
facial bones, and others, contribute to aging. The aging
of the face has a negative
impact on facial recognition systems. This concept is
crucialto the new fields of computer vision research that
will be investigated.
1.1 Overview with Problem Statement
With the expansion of real-world applications has
expanded day-to-day living, researchers have shown
more interest in the soft biometrics sector to close the
communication gaps between humans and machines.
Age, gender, ethnicity, height, face dimensions, and other
soft biometrics are included.
Machines cannot classify patterns as effectively and
powerfully as the human brain can. Therefore, our goal is
touse technology to imitate the ability of the human brain
to determine a person's age and gender. This problem can
be solved by developing an application for age and
gender detection that can accurately determine a
person's age and gender. The age and gender of the person
are determined by using their human face as the input.
The person's age and gender are the output.
1.2 Challenges and Applications
Age estimation and facial gender classification provide
numerous difficulties. Two classes that can be either male
or female are subject to gender prediction. While a
machine cannot easily classify gender, a human can.
Numerous methods and models have been criticized for
gender classification based on extra data from hairstyles,
body shape, attire, and facial traits. As of now, it is not
possible todetermine actual age while estimating age. In
order to determine age from facial photos, age grouping
is still used.Additionally, there aren't enough high-quality
datasets for estimating age and classifying gender to
support extensive research.
Partial occlusions and poor-quality photos are the most
frequent issues when it comes to face detection or
age/gender classification. Due to the model's limited data
set and difficulty in making predictions, these directly
affectthe outcome findings. When a human is making the
forecast,the same rules still apply. It is more difficult for a
human to comprehend what is being viewed in a low-
quality image and, as a result, to predict the future.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 278
Age recognition is important in police investigations and
intelligence departments because it aids in locating the
actual suspect based on his age. They may receive a
filtered result of that person who has committed a
criminal act or any other activity. When it comes to
software, the actual and predicted ages are roughly the
same, indicating its dependability, and this dependability
serves as a trust factor for many other useful operations
in daily life.
We propose a scheme in this paper to bridge the gap
between automatic face recognition and age and gender
prediction. When there is a large-scale improvement in
face recognition, a link between face recognition and
Convolution Neural Network (CNN) is proposed, and by
studying it further, we created a system in which a
limited number of face data sets are used to accurately
predict ageand gender.
2. SYSTEM ANALYSIS AND DESIGN
2.1 Machine learning techniques:
The various machine learning approaches
utilized for categorization and implementation in this
system are covered in this section. The optimal model
for the system has been determined by comparing the
results of all of these models.
Deep learning techniques for computer vision:
In recent times, deep learning techniques
proved to be a big success in the Computer Vision
discipline. Deep learning enables multi-layered
computing models to determine and interpret data with
multiple abstraction levels and imitates how the
information is perceived and translated by the brain. So,
it implicitly captures large-scale data structures. Deep
learning has outperformed many of the previously
existing techniques. Deep learning has enabled various
techniques in computer vision to increaseaccuracy and
efficiency, which includes object detection, action
recognition, human emotion recognition, and others.
Further, types of deep learning techniques will be
discussed with their comprehensive details.
Convolutional Neural Networks(CNN):
Convolutional Network Network (CNN) was
first proposed in 1962, and it consists of the following
layers.
• Convolutional Layer: As it is known that CNN
utilizes various kernels, so the convolutional operation
of the layer increased the learning time of the developed
affects the length and height, and not the depth.
•
• Pooling Layers: It reduces the spatial dimensions
of the input volume for the next convolutional layer. It
only
model.
Fully connected Layers: Several connected
neural network layers have been used to perform any
high-level reasoning.
There are some difficulties that might also arise with
CNN, such as overfitting, which is due to the CNN
training of a large number of parameters. The solution
to it is the pretraining of parameters, which accelerates
the learning process of the model as well as improves
the generalising capability of the model. In short, CNN
has outperformed the usual and traditional machine
learning algorithms.
3. IMPLEMENTATION
Python programming language, as well as
numerous computer vision and machine learning
packages and libraries, will be used throughout the
research implementation. The primary goal of the
project will be to create a Python-based, Tensorflow-
compatible high-levelconvolutional neural network API.
Python, in and of itself, is a high-level programming
language. Python is open-source, object-oriented, and
has simple readability and coding. Because it contains so
many packages, it is widely used in Big Data, Machine
Learning, and Computer Vision. Furthermore, Python
was chosen for this experiment because it is free to use,
compatible with the Windows operating system, and
contains all of the necessary librariesfor face recognition,
emotion detection, and gender classification.
which part of an image is the face, then train our
classifier for that dataset of images, and finally, predict
the face. OpenCV, a Python open-source library for
computer vision, will be used for this. A Haar cascade
frontal face default classifier will be used for face
detection, which is a pretrained model that is freely
available online. A default Haar classifier will be used for
gender and age prediction. The first step will be to detect
the face in the image using some test images. All of the
images used in the training are freely available online
and open-source.The entire experiment will be
implemented in Keras with Tensorflow as the backend.
The entire Convolutional Neural Network will be built on
these, as well as the OpenCV computer vision library. Keras
can determine whether the model's current epoch
outperformed the previously saved epoch. In this case,
the best model weights will be saved in a file that will
allow the weights to be loaded directly without
retraining if the model needs to be used in another
Face identification consists of three steps. Detect
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 279
Gender identification is the process of
determining whether a person is male or female. It is a
binary model because there are only two options: male
or female. The primary libraries for Gender
Classification are OpenCV andKeras.
situation. Keras has modularity, extensibility, and
Python nativeness when compared to other similar
libraries.
4. RESULTS
By analyzing human facial features in real-time, this
model can predict ages ranging from 0 to 80 and classify
genders as Male or Female. Because the model predicts
agein real-time, it is subject to change with each webcam
frame.
Figure 1: Age and Gender prediction of age range 0-2
Figure 1: Age and Gender prediction of age range 8-12
Figure 1: Age and Gender prediction of age range 60-100
5. CONCLUSIONS
A thorough literature review of various Machine
Learning and Deep Learning techniques is used to
discuss all of the techniques and methods that have
already been implemented in this field. Facial images
have become increasingly important in recent decades,
owing primarily to their promising real-world
applications in a variety of emerging fields. The
proposed system is capable of classifying gender as
either male or female and predicting age from 0 to 80.
The model's accuracy is calculated separately to
provide a more accurate comparison and interpretation
of the study. The proposed architecture was built
methodically to improve accuracy and reduce the
number of parameters. Gender classification and age
prediction have been manually tested, and the results
have been astounding. Because gender classification is
considered a binary problem in this study, it has proven
to be very efficient withthe use of Keras and achieves an
overall accuracy of about 90%. Age prediction is affected
by a variety of external factors, including lighting effects,
facial expressions, and skin tones, but it also produces
impressive results.
Figure 1,2 and 3 shows the prediction results of the
developed model.
ACKNOWLEDGEMENT
We would like to express our sincere gratitude
to Prof. Suhasini, who served as our project advisor.
Prof. Suhasini directed us through this project, offered
usimportant advice, and helped us develop it beyond our
expectations. Second, we would like to express our
gratitude to Dr. Ranjith K N, our project coordinator, for
her ongoing support and assistance in helping us for
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
our principal,
for giving us the chance to complete this wonderful
project on the topic of "Age and Gender Classification
Using Convolutional Neural Network." This project has
also assisted us in conducting extensive research and
learning how to implement it.
REFERENCES
[1] Asad Mustafa, Kevin Meehan, Gender Classification
and Age Prediction using CNN and ResNet in Real-
Time, Department of Computing Letterkenny
Institute of
completing this project within the allotted time.
Additionally, we would like to extend our sincere
gratitude to our department's head, Dr. Ranjith K N, for
giving us access to a platform where we can attempt to
work on project development and illustrate the real-
world applications of our academic curriculum. We
would like to thank Dr. Y T Krishne Gowda,
Technology Letterkenny, Ireland, ORCiD:
[2] Thakshila R, Kalansuriya, Anuja T, Facial Image
Classification Based on Age and Gender, Dharmaratne
University of Colombo School of Computing,
University of Colombo No 35, Reid Avenue, Colombo7.
[3] Vijay Prakash Dwivedi, Deepak Kumar Singh, Saurav
Jha, Ranvijay, Gender Classification of Blog Authors:
With Feature Engineering and Deep Learning using
LSTM Networks, Computer Science and Engineering
Department MNNIT Allahabad UP, India.
[4] Mohammed Kamel Benkaddour, Sara Lahlali, Maroua
Trabelsi, Human Age and Gender Classification using
Convolutional Neural Network, University Kasdi
Marbah, Department of Computer Science and
Information Technology, FNTIC Faculty, Ouargla,
Algeria.
[5] Hiromi Kondo, Fumiyo N. Kondo, Convolutional
Neural Networks on Multichannel Time Series of
Smartphone Applications for Gender or Age Range
Classification, Toyota Motor Corporation Customer
First Promotion Group C&A Operations Div. Aichi,
Japan, University of Tsukuba Division of Policy and
Planning SciencesFaculty of Engineering, Information
and Systems Ibaraki, Japan.
0000-0001- 5447-5878.
[6] Avishek Garain , (Member, Ieee), Biswarup Ray ,
Pawan Kumar Singh , (Member, Ieee), Ali Ahmadian ,
(Member, Ieee), Norazak Senu , And Ram Sarkar ,
(Senior Member, IEEE), A Deep Learning Model for
Classification of Age and Gender From Facial Images,
Department of Computer Science and Engineering,
[7] Insha Rafique, Awais Hamid, Sheraz Naseer,
MuhammadAsad, Muhammad Awais, Talha Yasir, Age
and Gender Prediction using Deep Convolutional
Neural Networks, Department of Software
Engineering University of Management and
Technology Lahore, Pakistan.
[8] Md. Nahidul Islam Opu, Tanha Kabir Koly, Annesha Das
and Ashim Dey, A Lightweight Deep Convolutional
Neural Network Model for Real-Time Age and Gender
Prediction, Department of Computer Science &
Engineering Chittagong University of Engineering and
Technology Chittagong-4349, Bangladesh
[9] Azliza Mohd Ali, Plamen Angelov, Gender and Age
Classification of Human Faces for Automatic Detection
of Anomalous Human Behaviour, 2017 3rd IEEE
International Conference on Cybernetics (CYBCONF),
DOI: 10.1109/CYBConf.2017.7985780
Jadavpur University, Kolkata. 700032, India,
Department of Information Technology, Jadavpur
University, Kolkata 700106, India , Institute of
Industry Revolution 4.0, The National University of
Malaysia (UKM), Selangor 43600, Malaysia, Institute
for Mathematical Research, University Putra
Malaysia, Serdang 43400, Malaysia
[11] Xuan Liu, Junbao Li, Cong Hu, Jeng-Shyang Pan, Deep
convolutional neural networks-based age and gender
classification with facial images, 2017 First
International Conference on
Electronics Instrumentation & Information Systems
(EIIS), DOI: 10.1109/EIIS.2017.8298719.
[12] Mohammed Kamel Benkaddour, Sara Lahlali, Maroua
Trabelsi, Human Age and Gender Classification using
Convolutional Neural Network, 2020 2nd
International Workshop on Human-Centric Smart
Environments for Health and Well-being (IHSH).
[13] Gil Levi, Tal Hassncer, Age and gender classification
using convolutional neural networks, 2015 IEEE
Conference on Computer Vision and Pattern
Recognition Workshops
DIO:10.1109/CVPRW.2015.7301352.
[10] Seok Hee Lee, Hyuk Jin Kwon, Hyung Il Koo, Nam Ik
Cho, Age and gender classification using wide
convolutional neural network and Gabor filter, 2018
International Workshop on Advanced Image
Technology (IWAIT), DOI:
10.1109/IWAIT.2018.8369721.
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 280
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
[15] Syed Taskeen Rahman, Asiful Arefeen, Shashoto
Sharif Mridul, Asir Intisar Khan, Samia Subrina,
Human Age and Gender Estimation using Facial
Image Processing, 2020 IEEE Region 10 Symposium
(TENSYMP), DOI:
10.1109/TENSYMP50017.2020.9230933.
[16] Sandeep Kumar, Sukhwinder Singh, Jagdish Kumar, A
study on face recognition techniques with age and
gender classification, Published in: 2017
International Conference on Computing,
Communication and Automation DOI:
10.1109/CCAA.2017.8229960.
[17] Sandeep Kumar, Sukhwinder Singh, Jagdish Kumar, A
study on face recognition techniques with age and
gender classification, 2017 International Conference
onComputing, Communication and Automation. DOI:
10.1109/CCAA.2017.8229960.
[18] Jun Beom Ko, Wonjune Lee, Sung Eun Choi, Jahie Kim,
Agender classification method using age information,
2014 International Conference on Electronics,
Information and Communication,
DOI:
estimation and gender classification of facial images
based on Local Directional Pattern, 2014 IEEE 3rd
International Conference on Cloud Computing and
Intelligence Systems, DOI:
10.1109/CCIS.2014.7175711.
[20] Chi Xu, Yasushi Makihara; Ruochen Liao, Hirotaka
Niitsuma; Xiang Li, Yasushi Yagi, Jianfeng Lu, Real-
Time Gait-Based Age Estimation and Gender
Classification
[14] Avishek Garain, Biswarup Ray, Pawan Kumar Singh,
Ali Ahmadian, Norazak Senu, Ram Sarkar, A Deep
Learning Model for Classification of Age and Gender
From Facial Images, DOI:
10.1109/ACCESS.2021.3085971.
10.1109/ELINFOCOM.2014.6914362.
[19] Min Hu, Yaona Zheng, Fuji Ren, He Jiang, Age
from a Single Image, 2021 IEEE Winter
Conference on Applications of Computer Vision
(WACV).
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 281
and Engineering.
BIOGRAPHIES
T C Apoorva, Student of Maharaja
Institute Of Technology
Thandavapura, Mysore. Pursuing
Bachelor's of Engineering Degree
in Computer Science and
Engineering.
Vinay M, Student of Maharaja
Institute Of Technology
Thandavapura, Mysore. Pursuing
Bachelor's of Engineering Degree
in Computer Science and
Engineering.
Sunil M S, Student of Maharaja
Institute Of Technology
Thandavapura, Mysore. Pursuing
Bachelor's of Engineering Degree
in Computer Science and
Engineering.
Suhasini, Professor at Maharaja
Institute Of Technology
Thandavapura, Mysore,
Department of Computer Science
and Engineering.
Harshitha M N, Student of
Maharaja Institute Of Technology
Thandavapura, Mysore. Pursuing
Bachelor's of Engineering Degree
Computer Science

Contenu connexe

Similaire à Age and Gender Classification using Convolutional Neural Network

Face Recognition Based Attendance System with Auto Alert to Guardian using Ca...
Face Recognition Based Attendance System with Auto Alert to Guardian using Ca...Face Recognition Based Attendance System with Auto Alert to Guardian using Ca...
Face Recognition Based Attendance System with Auto Alert to Guardian using Ca...
ijtsrd
 

Similaire à Age and Gender Classification using Convolutional Neural Network (20)

Vehicle Driver Age Estimation using Neural Networks
Vehicle Driver Age Estimation using Neural NetworksVehicle Driver Age Estimation using Neural Networks
Vehicle Driver Age Estimation using Neural Networks
 
IRJET- Persons Identification Tool for Visually Impaired - Digital Eye
IRJET-  	  Persons Identification Tool for Visually Impaired - Digital EyeIRJET-  	  Persons Identification Tool for Visually Impaired - Digital Eye
IRJET- Persons Identification Tool for Visually Impaired - Digital Eye
 
Ijarcce 27
Ijarcce 27Ijarcce 27
Ijarcce 27
 
Literature Review on Gender Prediction Model using CNN Algorithm
Literature Review on Gender Prediction Model using CNN AlgorithmLiterature Review on Gender Prediction Model using CNN Algorithm
Literature Review on Gender Prediction Model using CNN Algorithm
 
AUTOMATION OF ATTENDANCE USING DEEP LEARNING
AUTOMATION OF ATTENDANCE USING DEEP LEARNINGAUTOMATION OF ATTENDANCE USING DEEP LEARNING
AUTOMATION OF ATTENDANCE USING DEEP LEARNING
 
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
 
A Survey on different techniques used for age and gender classification
A Survey on different techniques used for age and gender classificationA Survey on different techniques used for age and gender classification
A Survey on different techniques used for age and gender classification
 
Facial Expression Identification System
Facial Expression Identification SystemFacial Expression Identification System
Facial Expression Identification System
 
top journals
top journalstop journals
top journals
 
Facial Emotion Recognition: A Survey
Facial Emotion Recognition: A SurveyFacial Emotion Recognition: A Survey
Facial Emotion Recognition: A Survey
 
Face Recognition Based Attendance System with Auto Alert to Guardian using Ca...
Face Recognition Based Attendance System with Auto Alert to Guardian using Ca...Face Recognition Based Attendance System with Auto Alert to Guardian using Ca...
Face Recognition Based Attendance System with Auto Alert to Guardian using Ca...
 
FACEMASK AND PHYSICAL DISTANCING DETECTION USING TRANSFER LEARNING TECHNIQUE
FACEMASK AND PHYSICAL DISTANCING DETECTION USING TRANSFER LEARNING TECHNIQUEFACEMASK AND PHYSICAL DISTANCING DETECTION USING TRANSFER LEARNING TECHNIQUE
FACEMASK AND PHYSICAL DISTANCING DETECTION USING TRANSFER LEARNING TECHNIQUE
 
IRJET- Skin Disease Detection using Neural Network
IRJET- Skin Disease Detection using Neural NetworkIRJET- Skin Disease Detection using Neural Network
IRJET- Skin Disease Detection using Neural Network
 
IRJET- Automated Detection of Gender from Face Images
IRJET-  	  Automated Detection of Gender from Face ImagesIRJET-  	  Automated Detection of Gender from Face Images
IRJET- Automated Detection of Gender from Face Images
 
Development of video-based emotion recognition using deep learning with Googl...
Development of video-based emotion recognition using deep learning with Googl...Development of video-based emotion recognition using deep learning with Googl...
Development of video-based emotion recognition using deep learning with Googl...
 
IRJET- A Comprehensive Survey and Detailed Study on Various Face Recognition ...
IRJET- A Comprehensive Survey and Detailed Study on Various Face Recognition ...IRJET- A Comprehensive Survey and Detailed Study on Various Face Recognition ...
IRJET- A Comprehensive Survey and Detailed Study on Various Face Recognition ...
 
IRJET-Human Face Detection and Identification using Deep Metric Learning
IRJET-Human Face Detection and Identification using Deep Metric LearningIRJET-Human Face Detection and Identification using Deep Metric Learning
IRJET-Human Face Detection and Identification using Deep Metric Learning
 
Report
ReportReport
Report
 
Intelligent System For Face Mask Detection
Intelligent System For Face Mask DetectionIntelligent System For Face Mask Detection
Intelligent System For Face Mask Detection
 
Survey on Human Behavior Recognition using CNN
Survey on Human Behavior Recognition using CNNSurvey on Human Behavior Recognition using CNN
Survey on Human Behavior Recognition using CNN
 

Plus de IRJET Journal

Plus de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Dernier

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 

Dernier (20)

Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 

Age and Gender Classification using Convolutional Neural Network

  • 1. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 277 Age and Gender Classification using Convolutional Neural Network Ms. Suhasini1, Ms. T C Apoorva2, Mr. Vinay M3, Mr. Sunil M S4, Ms. Harshitha M N5 1 Assistant Professor, Dept. of Computer Science and Engineering, Maharaja Institute of Technology,Thandavapura 2,3,4,5 Students, Dept, of Computer Science and Engineering, Maharaja Institute of Technology, Thandavapura ------------------------------------------------------------------***----------------------------------------------------------------- Abstract - Due to its numerous applications in various facial analysis challenges, automatic prediction of age and gender from face images has received a lot of interest recently. The available models, however, are still below theneeded accuracy level, which is required for the usage of these models in real-world applications due to the significant intra-class variance of face images (such as difference in lighting, position, scale, and opacity). In this study, we offer a classification model that can accurately identify the gender and age range of facial images using convolutional neural networks Key Words: Convolutional Neural Network, Machine learning, Age classification, Gender Detection. 1. INTRODUCTION Age, gender, mood, and other characteristics can all be inferred from a person's face. Numerous dynamic aspects that alter over time, such as age, hairstyles, expressions, etc., have an impact on it. Age and gender are regarded as crucial biometric characteristics for identifying humans. For the purpose of human identification and verification, biometric recognition gathers data on a person's physiological and behavioral traits (security models). Age, gender, ethnicity, height, and face measurements are examples of soft biometrics. Hardbiometrics are measurements of the body (physical, behavioral, and biological). To speed up data traversal or tocategorize unlabeled subjects for different gender and age groups, soft-biometric features can be retrieved, such as skin color, hair color, the distance between the eye and nose,facial shape, etc. Additionally, with the ubiquitous use of computers,biometric identification is becoming more and more necessary in sectors like healthcare and home automation. Through pattern recognition, computer vision, and picture analysis, it has recently become possible to automatically determine one's physical presence and verify their identification. Age is one of the biometric characteristics taken into account. Numerous factors, including DNAalteration, metabolic changes, sun exposure, variations in face tissues, reorganization of the facial bones, and others, contribute to aging. The aging of the face has a negative impact on facial recognition systems. This concept is crucialto the new fields of computer vision research that will be investigated. 1.1 Overview with Problem Statement With the expansion of real-world applications has expanded day-to-day living, researchers have shown more interest in the soft biometrics sector to close the communication gaps between humans and machines. Age, gender, ethnicity, height, face dimensions, and other soft biometrics are included. Machines cannot classify patterns as effectively and powerfully as the human brain can. Therefore, our goal is touse technology to imitate the ability of the human brain to determine a person's age and gender. This problem can be solved by developing an application for age and gender detection that can accurately determine a person's age and gender. The age and gender of the person are determined by using their human face as the input. The person's age and gender are the output. 1.2 Challenges and Applications Age estimation and facial gender classification provide numerous difficulties. Two classes that can be either male or female are subject to gender prediction. While a machine cannot easily classify gender, a human can. Numerous methods and models have been criticized for gender classification based on extra data from hairstyles, body shape, attire, and facial traits. As of now, it is not possible todetermine actual age while estimating age. In order to determine age from facial photos, age grouping is still used.Additionally, there aren't enough high-quality datasets for estimating age and classifying gender to support extensive research. Partial occlusions and poor-quality photos are the most frequent issues when it comes to face detection or age/gender classification. Due to the model's limited data set and difficulty in making predictions, these directly affectthe outcome findings. When a human is making the forecast,the same rules still apply. It is more difficult for a human to comprehend what is being viewed in a low- quality image and, as a result, to predict the future. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 278 Age recognition is important in police investigations and intelligence departments because it aids in locating the actual suspect based on his age. They may receive a filtered result of that person who has committed a criminal act or any other activity. When it comes to software, the actual and predicted ages are roughly the same, indicating its dependability, and this dependability serves as a trust factor for many other useful operations in daily life. We propose a scheme in this paper to bridge the gap between automatic face recognition and age and gender prediction. When there is a large-scale improvement in face recognition, a link between face recognition and Convolution Neural Network (CNN) is proposed, and by studying it further, we created a system in which a limited number of face data sets are used to accurately predict ageand gender. 2. SYSTEM ANALYSIS AND DESIGN 2.1 Machine learning techniques: The various machine learning approaches utilized for categorization and implementation in this system are covered in this section. The optimal model for the system has been determined by comparing the results of all of these models. Deep learning techniques for computer vision: In recent times, deep learning techniques proved to be a big success in the Computer Vision discipline. Deep learning enables multi-layered computing models to determine and interpret data with multiple abstraction levels and imitates how the information is perceived and translated by the brain. So, it implicitly captures large-scale data structures. Deep learning has outperformed many of the previously existing techniques. Deep learning has enabled various techniques in computer vision to increaseaccuracy and efficiency, which includes object detection, action recognition, human emotion recognition, and others. Further, types of deep learning techniques will be discussed with their comprehensive details. Convolutional Neural Networks(CNN): Convolutional Network Network (CNN) was first proposed in 1962, and it consists of the following layers. • Convolutional Layer: As it is known that CNN utilizes various kernels, so the convolutional operation of the layer increased the learning time of the developed affects the length and height, and not the depth. • • Pooling Layers: It reduces the spatial dimensions of the input volume for the next convolutional layer. It only model. Fully connected Layers: Several connected neural network layers have been used to perform any high-level reasoning. There are some difficulties that might also arise with CNN, such as overfitting, which is due to the CNN training of a large number of parameters. The solution to it is the pretraining of parameters, which accelerates the learning process of the model as well as improves the generalising capability of the model. In short, CNN has outperformed the usual and traditional machine learning algorithms. 3. IMPLEMENTATION Python programming language, as well as numerous computer vision and machine learning packages and libraries, will be used throughout the research implementation. The primary goal of the project will be to create a Python-based, Tensorflow- compatible high-levelconvolutional neural network API. Python, in and of itself, is a high-level programming language. Python is open-source, object-oriented, and has simple readability and coding. Because it contains so many packages, it is widely used in Big Data, Machine Learning, and Computer Vision. Furthermore, Python was chosen for this experiment because it is free to use, compatible with the Windows operating system, and contains all of the necessary librariesfor face recognition, emotion detection, and gender classification. which part of an image is the face, then train our classifier for that dataset of images, and finally, predict the face. OpenCV, a Python open-source library for computer vision, will be used for this. A Haar cascade frontal face default classifier will be used for face detection, which is a pretrained model that is freely available online. A default Haar classifier will be used for gender and age prediction. The first step will be to detect the face in the image using some test images. All of the images used in the training are freely available online and open-source.The entire experiment will be implemented in Keras with Tensorflow as the backend. The entire Convolutional Neural Network will be built on these, as well as the OpenCV computer vision library. Keras can determine whether the model's current epoch outperformed the previously saved epoch. In this case, the best model weights will be saved in a file that will allow the weights to be loaded directly without retraining if the model needs to be used in another Face identification consists of three steps. Detect
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 279 Gender identification is the process of determining whether a person is male or female. It is a binary model because there are only two options: male or female. The primary libraries for Gender Classification are OpenCV andKeras. situation. Keras has modularity, extensibility, and Python nativeness when compared to other similar libraries. 4. RESULTS By analyzing human facial features in real-time, this model can predict ages ranging from 0 to 80 and classify genders as Male or Female. Because the model predicts agein real-time, it is subject to change with each webcam frame. Figure 1: Age and Gender prediction of age range 0-2 Figure 1: Age and Gender prediction of age range 8-12 Figure 1: Age and Gender prediction of age range 60-100 5. CONCLUSIONS A thorough literature review of various Machine Learning and Deep Learning techniques is used to discuss all of the techniques and methods that have already been implemented in this field. Facial images have become increasingly important in recent decades, owing primarily to their promising real-world applications in a variety of emerging fields. The proposed system is capable of classifying gender as either male or female and predicting age from 0 to 80. The model's accuracy is calculated separately to provide a more accurate comparison and interpretation of the study. The proposed architecture was built methodically to improve accuracy and reduce the number of parameters. Gender classification and age prediction have been manually tested, and the results have been astounding. Because gender classification is considered a binary problem in this study, it has proven to be very efficient withthe use of Keras and achieves an overall accuracy of about 90%. Age prediction is affected by a variety of external factors, including lighting effects, facial expressions, and skin tones, but it also produces impressive results. Figure 1,2 and 3 shows the prediction results of the developed model. ACKNOWLEDGEMENT We would like to express our sincere gratitude to Prof. Suhasini, who served as our project advisor. Prof. Suhasini directed us through this project, offered usimportant advice, and helped us develop it beyond our expectations. Second, we would like to express our gratitude to Dr. Ranjith K N, our project coordinator, for her ongoing support and assistance in helping us for
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 our principal, for giving us the chance to complete this wonderful project on the topic of "Age and Gender Classification Using Convolutional Neural Network." This project has also assisted us in conducting extensive research and learning how to implement it. REFERENCES [1] Asad Mustafa, Kevin Meehan, Gender Classification and Age Prediction using CNN and ResNet in Real- Time, Department of Computing Letterkenny Institute of completing this project within the allotted time. Additionally, we would like to extend our sincere gratitude to our department's head, Dr. Ranjith K N, for giving us access to a platform where we can attempt to work on project development and illustrate the real- world applications of our academic curriculum. We would like to thank Dr. Y T Krishne Gowda, Technology Letterkenny, Ireland, ORCiD: [2] Thakshila R, Kalansuriya, Anuja T, Facial Image Classification Based on Age and Gender, Dharmaratne University of Colombo School of Computing, University of Colombo No 35, Reid Avenue, Colombo7. [3] Vijay Prakash Dwivedi, Deepak Kumar Singh, Saurav Jha, Ranvijay, Gender Classification of Blog Authors: With Feature Engineering and Deep Learning using LSTM Networks, Computer Science and Engineering Department MNNIT Allahabad UP, India. [4] Mohammed Kamel Benkaddour, Sara Lahlali, Maroua Trabelsi, Human Age and Gender Classification using Convolutional Neural Network, University Kasdi Marbah, Department of Computer Science and Information Technology, FNTIC Faculty, Ouargla, Algeria. [5] Hiromi Kondo, Fumiyo N. Kondo, Convolutional Neural Networks on Multichannel Time Series of Smartphone Applications for Gender or Age Range Classification, Toyota Motor Corporation Customer First Promotion Group C&A Operations Div. Aichi, Japan, University of Tsukuba Division of Policy and Planning SciencesFaculty of Engineering, Information and Systems Ibaraki, Japan. 0000-0001- 5447-5878. [6] Avishek Garain , (Member, Ieee), Biswarup Ray , Pawan Kumar Singh , (Member, Ieee), Ali Ahmadian , (Member, Ieee), Norazak Senu , And Ram Sarkar , (Senior Member, IEEE), A Deep Learning Model for Classification of Age and Gender From Facial Images, Department of Computer Science and Engineering, [7] Insha Rafique, Awais Hamid, Sheraz Naseer, MuhammadAsad, Muhammad Awais, Talha Yasir, Age and Gender Prediction using Deep Convolutional Neural Networks, Department of Software Engineering University of Management and Technology Lahore, Pakistan. [8] Md. Nahidul Islam Opu, Tanha Kabir Koly, Annesha Das and Ashim Dey, A Lightweight Deep Convolutional Neural Network Model for Real-Time Age and Gender Prediction, Department of Computer Science & Engineering Chittagong University of Engineering and Technology Chittagong-4349, Bangladesh [9] Azliza Mohd Ali, Plamen Angelov, Gender and Age Classification of Human Faces for Automatic Detection of Anomalous Human Behaviour, 2017 3rd IEEE International Conference on Cybernetics (CYBCONF), DOI: 10.1109/CYBConf.2017.7985780 Jadavpur University, Kolkata. 700032, India, Department of Information Technology, Jadavpur University, Kolkata 700106, India , Institute of Industry Revolution 4.0, The National University of Malaysia (UKM), Selangor 43600, Malaysia, Institute for Mathematical Research, University Putra Malaysia, Serdang 43400, Malaysia [11] Xuan Liu, Junbao Li, Cong Hu, Jeng-Shyang Pan, Deep convolutional neural networks-based age and gender classification with facial images, 2017 First International Conference on Electronics Instrumentation & Information Systems (EIIS), DOI: 10.1109/EIIS.2017.8298719. [12] Mohammed Kamel Benkaddour, Sara Lahlali, Maroua Trabelsi, Human Age and Gender Classification using Convolutional Neural Network, 2020 2nd International Workshop on Human-Centric Smart Environments for Health and Well-being (IHSH). [13] Gil Levi, Tal Hassncer, Age and gender classification using convolutional neural networks, 2015 IEEE Conference on Computer Vision and Pattern Recognition Workshops DIO:10.1109/CVPRW.2015.7301352. [10] Seok Hee Lee, Hyuk Jin Kwon, Hyung Il Koo, Nam Ik Cho, Age and gender classification using wide convolutional neural network and Gabor filter, 2018 International Workshop on Advanced Image Technology (IWAIT), DOI: 10.1109/IWAIT.2018.8369721. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 280
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 [15] Syed Taskeen Rahman, Asiful Arefeen, Shashoto Sharif Mridul, Asir Intisar Khan, Samia Subrina, Human Age and Gender Estimation using Facial Image Processing, 2020 IEEE Region 10 Symposium (TENSYMP), DOI: 10.1109/TENSYMP50017.2020.9230933. [16] Sandeep Kumar, Sukhwinder Singh, Jagdish Kumar, A study on face recognition techniques with age and gender classification, Published in: 2017 International Conference on Computing, Communication and Automation DOI: 10.1109/CCAA.2017.8229960. [17] Sandeep Kumar, Sukhwinder Singh, Jagdish Kumar, A study on face recognition techniques with age and gender classification, 2017 International Conference onComputing, Communication and Automation. DOI: 10.1109/CCAA.2017.8229960. [18] Jun Beom Ko, Wonjune Lee, Sung Eun Choi, Jahie Kim, Agender classification method using age information, 2014 International Conference on Electronics, Information and Communication, DOI: estimation and gender classification of facial images based on Local Directional Pattern, 2014 IEEE 3rd International Conference on Cloud Computing and Intelligence Systems, DOI: 10.1109/CCIS.2014.7175711. [20] Chi Xu, Yasushi Makihara; Ruochen Liao, Hirotaka Niitsuma; Xiang Li, Yasushi Yagi, Jianfeng Lu, Real- Time Gait-Based Age Estimation and Gender Classification [14] Avishek Garain, Biswarup Ray, Pawan Kumar Singh, Ali Ahmadian, Norazak Senu, Ram Sarkar, A Deep Learning Model for Classification of Age and Gender From Facial Images, DOI: 10.1109/ACCESS.2021.3085971. 10.1109/ELINFOCOM.2014.6914362. [19] Min Hu, Yaona Zheng, Fuji Ren, He Jiang, Age from a Single Image, 2021 IEEE Winter Conference on Applications of Computer Vision (WACV). © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 281 and Engineering. BIOGRAPHIES T C Apoorva, Student of Maharaja Institute Of Technology Thandavapura, Mysore. Pursuing Bachelor's of Engineering Degree in Computer Science and Engineering. Vinay M, Student of Maharaja Institute Of Technology Thandavapura, Mysore. Pursuing Bachelor's of Engineering Degree in Computer Science and Engineering. Sunil M S, Student of Maharaja Institute Of Technology Thandavapura, Mysore. Pursuing Bachelor's of Engineering Degree in Computer Science and Engineering. Suhasini, Professor at Maharaja Institute Of Technology Thandavapura, Mysore, Department of Computer Science and Engineering. Harshitha M N, Student of Maharaja Institute Of Technology Thandavapura, Mysore. Pursuing Bachelor's of Engineering Degree Computer Science