SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 72
Deep Learning Methods for Selecting Appropriate Cosmetic Products
for Various Skin Types: A Survey
Swati Solanki1, Gayatri Jain (Pandi)2
1Student of Masters of Engineering, Ahmedabad, Dept. of Computer Engineering,
L. J. Institute of Engineering & Technology, Gujarat, India
2Head of Department, Ahmedabad, Dept. of Computer Engineering, L. J. Institute of Engineering & Technology,
Gujarat, India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Now days, cosmetic product plays major role in
personality appearance. With online shopping and E-
commerce websites customers are given number of products.
Selecting best product for our skin is difficult for us. Therefore
we propose a predictive system which gives exact idea about
which product is best for our skin type. The composition is
based on the skin types which can be oily, dry or neutral. Inour
proposed system we will implement the best composition of
cosmetic product using deep learning architectures like Deep
Neural Network.Theproposedmethodtakesinputfeatureslike
product ingredients, product suitability for skin type etc which
are passed to the input layer and then to the hidden layers for
automatic feature learning . Finally we get composition of
cosmetic product on the output layer. The suggestion for the
composition will better than the traditional system. By using
deep learning methods we will ease the challenging task of IT
industry in cosmetic and beauty care.
Key Words: Deep Learning, Deep Neural Network,
Cosmetic Product Composition.
1. INTRODUCTION
Over the years beauty industry becomes more and more
vast, and so the products offered by this industry and the
customers are also increased. So based on this expansion of
products and consumers, the selection of appropriate
cosmetic product becomes very important. As cosmetic
products plays important role in personal appearance there
is need for selecting best product for one’s according to
personal factor (i.e. skin type).Finding perfect cosmetic for
user’s skin type in notoriously tricky-as every individual
have unique skin texture. Even if we find product for
customer it can lead to skin trouble, which is very complex
issue. For solving this problem ofbeautyindustrywecanuse
machine learning’s framework- deep learning, as it works
fine with unstructured and large amount of data with
promising result.
In addition, a consumer may want to select a beauty product
based on several personal factors. Beauty consultants are
often very helpful in making product recommendations, a
number of modern techniques for marketing and Sales of
beauty products are unable to provide such a personal
advisor. For example, discount Stores, on-line purchase
arrangements, telephone ordering, and mail-in product
purchases often lack any significant communication
exchange other than that absolutely necessary to
consummate a product Sale. So it is needed to automatically
recommend the products. This could be generated by
selecting product information in a database based on the
personal information.
1.1. Cosmetic Product Composition
Cosmetic product refers to the products that one is using for
betterment of their appearance. It can include various types
of cosmetic items-Lipsticks, Kajal, Eyeliner, Foundation, Eye
shadow, Mascara, Compact, Face wash, Body lotion etc.
Cosmetic product composition comprises of so many steps
and tasks to find the harmony betweenthe eachoftheitemit
possesses. As everyone is not so good at choosing right
product for them, so this solution will definitely help them
out.
Fig-1: Composition of cosmetic procuts based on dry and
normal skin
1.2. Need for Deep Learning
In recent years, Deep Learning has provided many
researches in fields such as computer vision, natural
language processing, machine translation, chat bots and
many others. They providestableperformanceanddeprived
the property of learning feature representation from the
scratch. This influence also appliedtorecommendationarea,
where deep learning methods give significant result in
comparison totraditional methods.DeepNeural network are
composite in the manner that multiple neural building
blocks composed into a single differentiable function and
trained end-to-end. Contrary to linear models, deep neural
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 73
networks is capable of modeling the non-linearity in data
with nonlinear activations such as relu, sigmoid, tanh, etc.
makes it possible to capture the complex and intricate user
item interaction patterns.
Deep learning techniques possess high flexibility,especially
with the advent of many popular deep learning frameworks
such as TensorFlow a, Keras b, PyTorchc, Most of these tools
are developed in a modular way and have active community
and professional support. The good modularization makes
development and engineering a lot more efficient.
2. DEEP LEARNING (DL)
Deep Learning is a field of Machine Learning that allows
computational models that are composed of multiple
processing layers ofrepresentationandabstractionthathelp
to make sense of data such as images, sound and text.
Deep learning is a part of a broader family of machine
learning based on algorithms inspired by ANN [1]. Deep
learning algorithms such as Deep Neural Networks (DNN),
Deep Belief Networks (DBN) have been applied to fields
including computer vision, speech recognition, natural
language processing, audio-video recognition, bio-
informatics, medical image analysis, where they have
produced comparable and in some case better result to
human experts.
Basically Deep Neural Network is composed of number of
hidden layers it can be any number.Theinputlayertakes the
inputs.
a. https://www.tensor.ow.org/
b. https://keras.io/
c. https://pytorch.org/
The input cell is known as neuron and each neuron are
connected with some weight. The weight decides which
input is more important. Then the inputs are passed to
hidden layer. Each neuron has activation function, which
transfers non-linear relationships between inputs of each
cell before the finalized output.
Fig-2: Deep Learning Architecture with Two hidden layers
2.1. Deep Learning for Cosmetic Item Composition
Cosmetic Item composition is a sequence of task which
harmonizes the decision of which product is best for the
given skin types. As everyone is not good enough to make
decision about what to choose, the problem of cosmetic
product composition arises.Thesolutionofthisproblem will
be given by Deep Learning Technique as provides better
accuracy. The deep learning techniques are Deep Neural
Network (DNN), Recurrent Neural Network (RNN),
Convolution Neural Network (CNN) and Deep Belief
Network (DBN). These methods provide better result in
recommendationwithregardtotraditional recommendation
methods. While working with Deep Learning thereisbenefit
of better results for new problems.
Various Deep Learning Techniques:
DNN: Deep Neural Network (DNN) is an Artificial Neural
Network (ANN) with multiple layers between the input and
output layers. The DNN finds the correct mathematical
manipulation between the input and output, whether it be a
linear or non-linear relationship [3].
CNN: Convolutional Neural Network (CNN) is a special kind
of feedforward neural network with convolution layers and
pooling operations. It can capture the global and local
features and significantly enhancing the efficiency and
accuracy. It performs well in processing data with grid-like
topology [2].
RNN: Recurrent Neural Network (RNN) is suitable for
modeling sequential data. For remembering the former
computation there are loops and memories [2].
DBN: In machine learning, a deep belief network (DBN) is
a generative graphical model, or alternatively a class
of deep neural network, composed of multiple layers
of latent variables ("hidden units"), with connections
between the layers but not between units within each layer
[4].
AE: Autoencoder (AE) is an unsupervised model attempting
to reconstruct its input data in the output layer. In general,
the bottleneck layer (the middle-most layer) is used as a
salient feature representation of the input data. Variants of
autoencoders such as denoising autoencoder marginalized
denoising autoencoder, sparse autoencoder, contractive
autoencoder and variational autoencoder (VAE) [2].
4. RELATED WORK
Deep Learning is successful in Natural Language Processing
(NLP), computer vision, Speech recognition and otherfields.
It is also applied on recommendation area. Notable recent
application areas are music recommendation, news
recommendation, and session-based recommendation [13].
Tingting Li, Ruihe Qian et al, have proposed a Deep
Generative adversial network for makeup transfer of
makeup image to non-makeup image [16].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 74
Rio Iwabuchi, Yoko Nakajima et al., proposed the
Recommender system based on User Evaluation and
Cosmetic Ingredients. The focus of their research is
recommending the cosmetic item in which the ingredients
have high cosmetic effect using user ratings. So basically,
they have defined user categories with similar skin and
extract the user attributes (i.e. skin quality and age) which
are set by users at the time of registration. Foreachcosmetic
product, they derive a skin lotion with high ratio of cosmetic
effect tags. For determining this threshold they have used a
natural classification method. For ingredientextractionthey
have applied TF-IDF concept, which is used to find a word
that characterizes a sentence. They have calculated IF-IPF
value and sort them. Recommendation will be based on the
top ingredient of the sorted IF-IPF value [5].
In 2017, Yuki Matsunami et al., have proposed a Tag
recommendation method for Cosmetic review in
recommender system. The aimofthisresearchisassigna tag
to review text. To evaluate the review text they have used
automatic scoring method. System reads a text and judges
the sentences and then extracts the k unit from that review
text and finally sums all theaspectbyanalyzingsentenceand
calculates the score for a target review. Then system
recommends a tag for evaluation expression that has a high
score [6].
Asami Okuda et al., have proposed methodofFindingsimilar
users based on their preferences against cosmetic Item
clusters. They proposed a method for creating clusters of
similar cosmetic items based on calculating the average
score for each aspect and making the cluster based on the
similarity of the scores. Based on similaruserthat wasfound
by clustering method the system then recommend the
suitable review [7].
In 2019, Christopher J. Holder et al., have defined a Visual
Siamese clustering for cosmetic product recommendation.
The focus of this work is to create a model capable of
matching images of new subjects based o visual similarity.
The solution is based on visual similarity of customer’s
feature and a set of people whose preference are already
known. Siamese network learn to cluster together images of
eyes belonging to the same person based on similarity of
visual features [8].
Yuncheng Li et al., have proposed mining fashion outfit
composition using an end-to-end deep learninganapproach
on set data. Authors have proposed a generic algorithm for
automated outfit generation with the help of Outfit Scoring
Function. Outfit scoring function works by four tasks,
Feature Extraction followed by Fusion Model,PoolingModel
and Classification Model [9].
5. PROPOSED WORK
Fig-2: Workflow of proposed method for cosmetic product
composition
As shown above the proposed model is divided in to five
stages:
Stage 1: Gathering of Cosmetic Dataset.
The cosmetic data from various websites @cosme and
@Nykaa gathered for this model evaluation.
Stage 2: Data Preprocessing
In Deep Learning models if you feed the garbage data, then
you should expect garbage result with high probability. So
data preprocessing step is necessary for cleansing of data
which is required for the given model. Data preprocessing
can be done by normalization, dealing with the missingdata.
Stage 3: Training of Deep Neural Network for Cosmetic
products composition
In this stage the training data will feed to the input layer of
DNN and then using the input layer cellsitthenforwardedto
the hidden layer, which process some steps for cosmetic
product composition andthe outputofthatwill forwardedto
the output layer, where we get the cosmetic product
composition.
Stage 4: Testing of Model
After training the model it is required to test the model for
whether the output given by it is accurate or not
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 75
Stage 5: Result
The cosmetic product composition will be given based on
skin types; dry, natural or oily.
The proposed model will use Deep Learning Technique for
cosmetic product composition for various skin types, which
will improve the composition quality. Deep Neural Network
will help in better performanceincompositiontask.Thiswill
lead to better and reliable cosmetic product composition.
6. CONCLUSION
Decision making in today’s world is more complex than the
past, as for consumers who are now confronted by various
kind of choice for each type of products and brands. This
approach provides the composition based on skin types (i.e.
dry, oily or natural). Our main aim is to serve better
composition of cosmetic products. By using Deep Learning
technique the proposed system will definitely help in better
composition of cosmetic products.
REFERENCES
[1] Jason Brownlee. “Whatis DeepLearning?”accessedon 29
November 2019,
https://machinelearningmastery.com/what-is-deep-
learning/.
[2] Ian Goodfellow, Yoshua Bengio, and Aaron
Courville.2016.DeepLearning.MITPress.http://www.deeplea
rningbook.org, pp-800.
[3] Wikipedia. “Deep Neural Network”, accessed on
30November,2019.https://en.wikipedia.org/wiki/Deep_lear
ning#Deep_neural_networks.
[4] Wikipedia. “Deep Belief network”, accessed on
30November,2019.julyhttps://en.wikipedia.org/wiki/Deep_
belief_network.
[5] Rio Iwabuchi et al, “Proposal of Recommender System
Based on User Evaluation and Cosmetic Ingredients”, IEEE
2017.
[6] Yuki Matsunami et al, “Tag Recommendation Method for
a Cosmetics Review Recommender System”, iiWAS’17, ACM
2017
[7] Asami Okuda et al, “Finding Similar Users Basedon Their
Preferences against Cosmetic Item Clusters”, iiWAS’17, ACM
2017.
[8] Christopher J. Holder et al, “Visual Siamese Clusteringfor
Cosmetic Product Recommendation”, ACCV 2018, Springer,
2017, 510-522.
[9] Yuncheng Li et al, “Mining Fashion Outfit composition
using an End-to-End deep learning approach for set data”,
IEEE transaction on multimedia 2017, IEEE, 2017.
[10] Jiwon Jiong, “For Your Skin Beauty: Mapping Cosmetic
Items with Bokeh”, accessed on 23 June 2019,
https://towardsdatascience.com/for-your-skin-beauty-
mapping-cosmetic-items-with-bokeh af7523ca68e5.
[11] Yun Fu, Shuyang Wang. “System for the beauty,
cosmetics and fashion”. United States Patents US
20170076474A1, 2017.
[12] Sid Salvi, Meghan Maupin, Nava Haghighi. System and
methods for formulizing personalized skin care product.
United States Patents US 20190237194A1, 2019.
[13] Alexandros Karatzoglou and Balázs Hidasi. “Deep
Learning for Recommender Systems”, RecSys’17,August 27–
31, 2017.
[14] Weiwei Guo, Huiji Gao, et al, “Deep Natural Language
Processing for Search and RecommenderSystems”. KDD’19,
ACM, 2019.
[15] Taleb Alashkar, Songyao Jiang et al, “Examples-Rules
Guided Deep Neural Network forMakeupRecommendation”
Association for the Advancement of Artificial Intelligence,
AAAI, 2017.
[16] Tingting Li, Ruihe Qian etal,“BeautyGAN:Instance-level
Facial Makeup Transfer with Deep Generative Adversarial
Network”, Multimedia (MM, 2018), ACM, 2018.
[17]Songsri Tangsripairoj, Kwanchanok Khongson et al,
“SkinProf: An Android Application for Smart Cosmetic and
Skincare Users”, International JointConferenceonComputer
Science and Software Engineering, JCCSE, 2018.
[18] Florian Strub, Romaric Gaudel et al, “Hybrid
Recommender System based on Autoencoders”, DLRS ’16,
September 15 2016, Boston, MA, USA, ACM, 2016.
[19]Valeriy Gavrishchaka, Zhenyi Yang, Rebecca Miao, and
Olga Senyukova. “Advantages of Hybrid Deep Learning
Frameworks in Applications with Limited Data”,
International Journal of Machine Learning and Computing
IJMLC, 2018.
[20] Gediminas Adomavicius and Alexander
Tuzhilin.“Toward the next generation of recommender
systems: A survey of the state-of-the-art and possible
extensions”. IEEE transactions on knowledge and data
engineering 17, 6 (2005), 734–749.
[21] Basiliyos Tilahun Betru, Charles Awono Onana, and
Bernabe Batchakui. 2017. “Deep Learning Methods on
Recommender System: A Survey of State-of-the-art”.
International Journal of ComputerApplications162,10(Mar
2017).
[22] Xiangnan He, Lizi Liao, Hanwang Zhang,LiqiangNie, Xia
Hu, and Tat-Seng Chua. 2017. Neural collaborative Filtering.
In WWW.173–182.
[23] Chenyi Lei, Dong Liu, Weiping Li, Zheng-Jun Zha, and
Houqiang Li. 2016. “Comparative Deep Learning of Hybrid
Representations for Image Recommendations”. In
Proceedings of the IEEE Conference on ComputerVisionand
Pattern Recognition. 2545–2553.
[24] Isshu Munemasa et al, “Deep Reinforcement Learning
for Recommender Systems”, International Conference on
Information and Communications Technology (ICOIACT),
IEEE, 2018.

More Related Content

What's hot

UNSUPERVISED LEARNING MODELS OF INVARIANT FEATURES IN IMAGES: RECENT DEVELOPM...
UNSUPERVISED LEARNING MODELS OF INVARIANT FEATURES IN IMAGES: RECENT DEVELOPM...UNSUPERVISED LEARNING MODELS OF INVARIANT FEATURES IN IMAGES: RECENT DEVELOPM...
UNSUPERVISED LEARNING MODELS OF INVARIANT FEATURES IN IMAGES: RECENT DEVELOPM...ijscai
 
Face Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image ProcessingFace Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image Processingpaperpublications3
 
FDW on wireless technologies information brochure may 2012
FDW on wireless technologies information brochure may 2012FDW on wireless technologies information brochure may 2012
FDW on wireless technologies information brochure may 2012T. L. Singal
 
Test PDF
Test PDFTest PDF
Test PDFAlgnuD
 
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
 
Speaker independent visual lip activity detection for human - computer inte...
Speaker   independent visual lip activity detection for human - computer inte...Speaker   independent visual lip activity detection for human - computer inte...
Speaker independent visual lip activity detection for human - computer inte...eSAT Journals
 
Final ieee software titles (2012 13)
Final ieee software titles (2012 13)Final ieee software titles (2012 13)
Final ieee software titles (2012 13)Irissolution
 
15 s archana reddy final paper--160-170
15 s archana reddy final paper--160-17015 s archana reddy final paper--160-170
15 s archana reddy final paper--160-170Alexander Decker
 
IRJET - Hand Gestures Recognition using Deep Learning
IRJET -  	  Hand Gestures Recognition using Deep LearningIRJET -  	  Hand Gestures Recognition using Deep Learning
IRJET - Hand Gestures Recognition using Deep LearningIRJET Journal
 
Constructed model for micro-content recognition in lip reading based deep lea...
Constructed model for micro-content recognition in lip reading based deep lea...Constructed model for micro-content recognition in lip reading based deep lea...
Constructed model for micro-content recognition in lip reading based deep lea...journalBEEI
 
Deep convolutional neural network for hand sign language recognition using mo...
Deep convolutional neural network for hand sign language recognition using mo...Deep convolutional neural network for hand sign language recognition using mo...
Deep convolutional neural network for hand sign language recognition using mo...journalBEEI
 
Automated Java Code Generation (ICDIM 2006)
Automated Java Code Generation (ICDIM 2006)Automated Java Code Generation (ICDIM 2006)
Automated Java Code Generation (ICDIM 2006)IT Industry
 
Paper id 24201453
Paper id 24201453Paper id 24201453
Paper id 24201453IJRAT
 
Predicting depression using deep learning and ensemble algorithms on raw twit...
Predicting depression using deep learning and ensemble algorithms on raw twit...Predicting depression using deep learning and ensemble algorithms on raw twit...
Predicting depression using deep learning and ensemble algorithms on raw twit...IJECEIAES
 
Review of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasetsReview of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasetseSAT Journals
 
Review of facial expression recognition system and
Review of facial expression recognition system andReview of facial expression recognition system and
Review of facial expression recognition system andeSAT Publishing House
 
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
 

What's hot (18)

UNSUPERVISED LEARNING MODELS OF INVARIANT FEATURES IN IMAGES: RECENT DEVELOPM...
UNSUPERVISED LEARNING MODELS OF INVARIANT FEATURES IN IMAGES: RECENT DEVELOPM...UNSUPERVISED LEARNING MODELS OF INVARIANT FEATURES IN IMAGES: RECENT DEVELOPM...
UNSUPERVISED LEARNING MODELS OF INVARIANT FEATURES IN IMAGES: RECENT DEVELOPM...
 
Face Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image ProcessingFace Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image Processing
 
FDW on wireless technologies information brochure may 2012
FDW on wireless technologies information brochure may 2012FDW on wireless technologies information brochure may 2012
FDW on wireless technologies information brochure may 2012
 
Test PDF
Test PDFTest PDF
Test PDF
 
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
 
Speaker independent visual lip activity detection for human - computer inte...
Speaker   independent visual lip activity detection for human - computer inte...Speaker   independent visual lip activity detection for human - computer inte...
Speaker independent visual lip activity detection for human - computer inte...
 
Final ieee software titles (2012 13)
Final ieee software titles (2012 13)Final ieee software titles (2012 13)
Final ieee software titles (2012 13)
 
15 s archana reddy final paper--160-170
15 s archana reddy final paper--160-17015 s archana reddy final paper--160-170
15 s archana reddy final paper--160-170
 
IRJET - Hand Gestures Recognition using Deep Learning
IRJET -  	  Hand Gestures Recognition using Deep LearningIRJET -  	  Hand Gestures Recognition using Deep Learning
IRJET - Hand Gestures Recognition using Deep Learning
 
Constructed model for micro-content recognition in lip reading based deep lea...
Constructed model for micro-content recognition in lip reading based deep lea...Constructed model for micro-content recognition in lip reading based deep lea...
Constructed model for micro-content recognition in lip reading based deep lea...
 
Deep convolutional neural network for hand sign language recognition using mo...
Deep convolutional neural network for hand sign language recognition using mo...Deep convolutional neural network for hand sign language recognition using mo...
Deep convolutional neural network for hand sign language recognition using mo...
 
Automated Java Code Generation (ICDIM 2006)
Automated Java Code Generation (ICDIM 2006)Automated Java Code Generation (ICDIM 2006)
Automated Java Code Generation (ICDIM 2006)
 
Paper id 24201453
Paper id 24201453Paper id 24201453
Paper id 24201453
 
DPP Assignment 1
DPP Assignment 1DPP Assignment 1
DPP Assignment 1
 
Predicting depression using deep learning and ensemble algorithms on raw twit...
Predicting depression using deep learning and ensemble algorithms on raw twit...Predicting depression using deep learning and ensemble algorithms on raw twit...
Predicting depression using deep learning and ensemble algorithms on raw twit...
 
Review of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasetsReview of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasets
 
Review of facial expression recognition system and
Review of facial expression recognition system andReview of facial expression recognition system and
Review of facial expression recognition system and
 
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
 

Similar to IRJET- Deep Learning Methods for Selecting Appropriate Cosmetic Products based on Various Skin Types: A Survey

IRJET - E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET -  	  E-Assistant: An Interactive Bot for Banking Sector using NLP ProcessIRJET -  	  E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET - E-Assistant: An Interactive Bot for Banking Sector using NLP ProcessIRJET Journal
 
SILINGO – SIGN LANGUAGE DETECTION/ RECOGNITION USING CONVOLUTIONAL NEURAL NET...
SILINGO – SIGN LANGUAGE DETECTION/ RECOGNITION USING CONVOLUTIONAL NEURAL NET...SILINGO – SIGN LANGUAGE DETECTION/ RECOGNITION USING CONVOLUTIONAL NEURAL NET...
SILINGO – SIGN LANGUAGE DETECTION/ RECOGNITION USING CONVOLUTIONAL NEURAL NET...IRJET Journal
 
IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...
IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...
IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...IRJET Journal
 
IRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind AssistanceIRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind AssistanceIRJET Journal
 
IRJET - Mobile Chatbot for Information Search
 IRJET - Mobile Chatbot for Information Search IRJET - Mobile Chatbot for Information Search
IRJET - Mobile Chatbot for Information SearchIRJET Journal
 
Intelligent System For Face Mask Detection
Intelligent System For Face Mask DetectionIntelligent System For Face Mask Detection
Intelligent System For Face Mask DetectionIRJET Journal
 
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 NetworkIRJET Journal
 
IRJET- Machine Learning V/S Deep Learning
IRJET- Machine Learning V/S Deep LearningIRJET- Machine Learning V/S Deep Learning
IRJET- Machine Learning V/S Deep LearningIRJET Journal
 
Precaution for Covid-19 based on Mask detection and sensor
Precaution for Covid-19 based on Mask detection and sensorPrecaution for Covid-19 based on Mask detection and sensor
Precaution for Covid-19 based on Mask detection and sensorIRJET Journal
 
IRJET- Conextualization: Generalization and Empowering Content Domain
IRJET- Conextualization: Generalization and Empowering Content DomainIRJET- Conextualization: Generalization and Empowering Content Domain
IRJET- Conextualization: Generalization and Empowering Content DomainIRJET Journal
 
Gesture Recognition System using Computer Vision
Gesture Recognition System using Computer VisionGesture Recognition System using Computer Vision
Gesture Recognition System using Computer VisionIRJET Journal
 
Image Based Tool for Level 1 and Level 2 Autistic People
Image Based Tool for Level 1 and Level 2 Autistic PeopleImage Based Tool for Level 1 and Level 2 Autistic People
Image Based Tool for Level 1 and Level 2 Autistic PeopleIRJET Journal
 
Human Emotion Recognition using Machine Learning
Human Emotion Recognition using Machine LearningHuman Emotion Recognition using Machine Learning
Human Emotion Recognition using Machine Learningijtsrd
 
Sign Language Recognition
Sign Language RecognitionSign Language Recognition
Sign Language RecognitionIRJET Journal
 
SURVEY ON SMART VIRTUAL VOICE ASSISTANT
SURVEY ON SMART VIRTUAL VOICE ASSISTANTSURVEY ON SMART VIRTUAL VOICE ASSISTANT
SURVEY ON SMART VIRTUAL VOICE ASSISTANTIRJET Journal
 
Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningIRJET Journal
 
Sign Language Detection using Action Recognition
Sign Language Detection using Action RecognitionSign Language Detection using Action Recognition
Sign Language Detection using Action RecognitionIRJET Journal
 
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLESIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLEIRJET Journal
 
Age and Gender Classification using Convolutional Neural Network
Age and Gender Classification using Convolutional Neural NetworkAge and Gender Classification using Convolutional Neural Network
Age and Gender Classification using Convolutional Neural NetworkIRJET Journal
 

Similar to IRJET- Deep Learning Methods for Selecting Appropriate Cosmetic Products based on Various Skin Types: A Survey (20)

IRJET - E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET -  	  E-Assistant: An Interactive Bot for Banking Sector using NLP ProcessIRJET -  	  E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET - E-Assistant: An Interactive Bot for Banking Sector using NLP Process
 
SILINGO – SIGN LANGUAGE DETECTION/ RECOGNITION USING CONVOLUTIONAL NEURAL NET...
SILINGO – SIGN LANGUAGE DETECTION/ RECOGNITION USING CONVOLUTIONAL NEURAL NET...SILINGO – SIGN LANGUAGE DETECTION/ RECOGNITION USING CONVOLUTIONAL NEURAL NET...
SILINGO – SIGN LANGUAGE DETECTION/ RECOGNITION USING CONVOLUTIONAL NEURAL NET...
 
IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...
IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...
IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...
 
IRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind AssistanceIRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind Assistance
 
IRJET - Mobile Chatbot for Information Search
 IRJET - Mobile Chatbot for Information Search IRJET - Mobile Chatbot for Information Search
IRJET - Mobile Chatbot for Information Search
 
Intelligent System For Face Mask Detection
Intelligent System For Face Mask DetectionIntelligent System For Face Mask Detection
Intelligent System For Face Mask Detection
 
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- Machine Learning V/S Deep Learning
IRJET- Machine Learning V/S Deep LearningIRJET- Machine Learning V/S Deep Learning
IRJET- Machine Learning V/S Deep Learning
 
Precaution for Covid-19 based on Mask detection and sensor
Precaution for Covid-19 based on Mask detection and sensorPrecaution for Covid-19 based on Mask detection and sensor
Precaution for Covid-19 based on Mask detection and sensor
 
IRJET- Conextualization: Generalization and Empowering Content Domain
IRJET- Conextualization: Generalization and Empowering Content DomainIRJET- Conextualization: Generalization and Empowering Content Domain
IRJET- Conextualization: Generalization and Empowering Content Domain
 
Gesture Recognition System using Computer Vision
Gesture Recognition System using Computer VisionGesture Recognition System using Computer Vision
Gesture Recognition System using Computer Vision
 
Fake News Detection using Deep Learning
Fake News Detection using Deep LearningFake News Detection using Deep Learning
Fake News Detection using Deep Learning
 
Image Based Tool for Level 1 and Level 2 Autistic People
Image Based Tool for Level 1 and Level 2 Autistic PeopleImage Based Tool for Level 1 and Level 2 Autistic People
Image Based Tool for Level 1 and Level 2 Autistic People
 
Human Emotion Recognition using Machine Learning
Human Emotion Recognition using Machine LearningHuman Emotion Recognition using Machine Learning
Human Emotion Recognition using Machine Learning
 
Sign Language Recognition
Sign Language RecognitionSign Language Recognition
Sign Language Recognition
 
SURVEY ON SMART VIRTUAL VOICE ASSISTANT
SURVEY ON SMART VIRTUAL VOICE ASSISTANTSURVEY ON SMART VIRTUAL VOICE ASSISTANT
SURVEY ON SMART VIRTUAL VOICE ASSISTANT
 
Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine Learning
 
Sign Language Detection using Action Recognition
Sign Language Detection using Action RecognitionSign Language Detection using Action Recognition
Sign Language Detection using Action Recognition
 
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLESIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
 
Age and Gender Classification using Convolutional Neural Network
Age and Gender Classification using Convolutional Neural NetworkAge and Gender Classification using Convolutional Neural Network
Age and Gender Classification using Convolutional Neural Network
 

More from IRJET Journal

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...IRJET Journal
 
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 STRUCTUREIRJET Journal
 
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...IRJET Journal
 
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 CharacteristicsIRJET Journal
 
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...IRJET Journal
 
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-...IRJET Journal
 
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...IRJET Journal
 
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...IRJET Journal
 
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 ADASIRJET Journal
 
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,...IRJET Journal
 
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 ProIRJET Journal
 
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...IRJET Journal
 
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 SystemIRJET Journal
 
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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
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 ...IRJET Journal
 
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.IRJET Journal
 
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...IRJET Journal
 
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 DesignIRJET Journal
 
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...IRJET Journal
 

More from 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...
 

Recently uploaded

Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
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...ranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
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
 

Recently uploaded (20)

Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
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, ...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
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...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
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...
 

IRJET- Deep Learning Methods for Selecting Appropriate Cosmetic Products based on Various Skin Types: A Survey

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 72 Deep Learning Methods for Selecting Appropriate Cosmetic Products for Various Skin Types: A Survey Swati Solanki1, Gayatri Jain (Pandi)2 1Student of Masters of Engineering, Ahmedabad, Dept. of Computer Engineering, L. J. Institute of Engineering & Technology, Gujarat, India 2Head of Department, Ahmedabad, Dept. of Computer Engineering, L. J. Institute of Engineering & Technology, Gujarat, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Now days, cosmetic product plays major role in personality appearance. With online shopping and E- commerce websites customers are given number of products. Selecting best product for our skin is difficult for us. Therefore we propose a predictive system which gives exact idea about which product is best for our skin type. The composition is based on the skin types which can be oily, dry or neutral. Inour proposed system we will implement the best composition of cosmetic product using deep learning architectures like Deep Neural Network.Theproposedmethodtakesinputfeatureslike product ingredients, product suitability for skin type etc which are passed to the input layer and then to the hidden layers for automatic feature learning . Finally we get composition of cosmetic product on the output layer. The suggestion for the composition will better than the traditional system. By using deep learning methods we will ease the challenging task of IT industry in cosmetic and beauty care. Key Words: Deep Learning, Deep Neural Network, Cosmetic Product Composition. 1. INTRODUCTION Over the years beauty industry becomes more and more vast, and so the products offered by this industry and the customers are also increased. So based on this expansion of products and consumers, the selection of appropriate cosmetic product becomes very important. As cosmetic products plays important role in personal appearance there is need for selecting best product for one’s according to personal factor (i.e. skin type).Finding perfect cosmetic for user’s skin type in notoriously tricky-as every individual have unique skin texture. Even if we find product for customer it can lead to skin trouble, which is very complex issue. For solving this problem ofbeautyindustrywecanuse machine learning’s framework- deep learning, as it works fine with unstructured and large amount of data with promising result. In addition, a consumer may want to select a beauty product based on several personal factors. Beauty consultants are often very helpful in making product recommendations, a number of modern techniques for marketing and Sales of beauty products are unable to provide such a personal advisor. For example, discount Stores, on-line purchase arrangements, telephone ordering, and mail-in product purchases often lack any significant communication exchange other than that absolutely necessary to consummate a product Sale. So it is needed to automatically recommend the products. This could be generated by selecting product information in a database based on the personal information. 1.1. Cosmetic Product Composition Cosmetic product refers to the products that one is using for betterment of their appearance. It can include various types of cosmetic items-Lipsticks, Kajal, Eyeliner, Foundation, Eye shadow, Mascara, Compact, Face wash, Body lotion etc. Cosmetic product composition comprises of so many steps and tasks to find the harmony betweenthe eachoftheitemit possesses. As everyone is not so good at choosing right product for them, so this solution will definitely help them out. Fig-1: Composition of cosmetic procuts based on dry and normal skin 1.2. Need for Deep Learning In recent years, Deep Learning has provided many researches in fields such as computer vision, natural language processing, machine translation, chat bots and many others. They providestableperformanceanddeprived the property of learning feature representation from the scratch. This influence also appliedtorecommendationarea, where deep learning methods give significant result in comparison totraditional methods.DeepNeural network are composite in the manner that multiple neural building blocks composed into a single differentiable function and trained end-to-end. Contrary to linear models, deep neural
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 73 networks is capable of modeling the non-linearity in data with nonlinear activations such as relu, sigmoid, tanh, etc. makes it possible to capture the complex and intricate user item interaction patterns. Deep learning techniques possess high flexibility,especially with the advent of many popular deep learning frameworks such as TensorFlow a, Keras b, PyTorchc, Most of these tools are developed in a modular way and have active community and professional support. The good modularization makes development and engineering a lot more efficient. 2. DEEP LEARNING (DL) Deep Learning is a field of Machine Learning that allows computational models that are composed of multiple processing layers ofrepresentationandabstractionthathelp to make sense of data such as images, sound and text. Deep learning is a part of a broader family of machine learning based on algorithms inspired by ANN [1]. Deep learning algorithms such as Deep Neural Networks (DNN), Deep Belief Networks (DBN) have been applied to fields including computer vision, speech recognition, natural language processing, audio-video recognition, bio- informatics, medical image analysis, where they have produced comparable and in some case better result to human experts. Basically Deep Neural Network is composed of number of hidden layers it can be any number.Theinputlayertakes the inputs. a. https://www.tensor.ow.org/ b. https://keras.io/ c. https://pytorch.org/ The input cell is known as neuron and each neuron are connected with some weight. The weight decides which input is more important. Then the inputs are passed to hidden layer. Each neuron has activation function, which transfers non-linear relationships between inputs of each cell before the finalized output. Fig-2: Deep Learning Architecture with Two hidden layers 2.1. Deep Learning for Cosmetic Item Composition Cosmetic Item composition is a sequence of task which harmonizes the decision of which product is best for the given skin types. As everyone is not good enough to make decision about what to choose, the problem of cosmetic product composition arises.Thesolutionofthisproblem will be given by Deep Learning Technique as provides better accuracy. The deep learning techniques are Deep Neural Network (DNN), Recurrent Neural Network (RNN), Convolution Neural Network (CNN) and Deep Belief Network (DBN). These methods provide better result in recommendationwithregardtotraditional recommendation methods. While working with Deep Learning thereisbenefit of better results for new problems. Various Deep Learning Techniques: DNN: Deep Neural Network (DNN) is an Artificial Neural Network (ANN) with multiple layers between the input and output layers. The DNN finds the correct mathematical manipulation between the input and output, whether it be a linear or non-linear relationship [3]. CNN: Convolutional Neural Network (CNN) is a special kind of feedforward neural network with convolution layers and pooling operations. It can capture the global and local features and significantly enhancing the efficiency and accuracy. It performs well in processing data with grid-like topology [2]. RNN: Recurrent Neural Network (RNN) is suitable for modeling sequential data. For remembering the former computation there are loops and memories [2]. DBN: In machine learning, a deep belief network (DBN) is a generative graphical model, or alternatively a class of deep neural network, composed of multiple layers of latent variables ("hidden units"), with connections between the layers but not between units within each layer [4]. AE: Autoencoder (AE) is an unsupervised model attempting to reconstruct its input data in the output layer. In general, the bottleneck layer (the middle-most layer) is used as a salient feature representation of the input data. Variants of autoencoders such as denoising autoencoder marginalized denoising autoencoder, sparse autoencoder, contractive autoencoder and variational autoencoder (VAE) [2]. 4. RELATED WORK Deep Learning is successful in Natural Language Processing (NLP), computer vision, Speech recognition and otherfields. It is also applied on recommendation area. Notable recent application areas are music recommendation, news recommendation, and session-based recommendation [13]. Tingting Li, Ruihe Qian et al, have proposed a Deep Generative adversial network for makeup transfer of makeup image to non-makeup image [16].
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 74 Rio Iwabuchi, Yoko Nakajima et al., proposed the Recommender system based on User Evaluation and Cosmetic Ingredients. The focus of their research is recommending the cosmetic item in which the ingredients have high cosmetic effect using user ratings. So basically, they have defined user categories with similar skin and extract the user attributes (i.e. skin quality and age) which are set by users at the time of registration. Foreachcosmetic product, they derive a skin lotion with high ratio of cosmetic effect tags. For determining this threshold they have used a natural classification method. For ingredientextractionthey have applied TF-IDF concept, which is used to find a word that characterizes a sentence. They have calculated IF-IPF value and sort them. Recommendation will be based on the top ingredient of the sorted IF-IPF value [5]. In 2017, Yuki Matsunami et al., have proposed a Tag recommendation method for Cosmetic review in recommender system. The aimofthisresearchisassigna tag to review text. To evaluate the review text they have used automatic scoring method. System reads a text and judges the sentences and then extracts the k unit from that review text and finally sums all theaspectbyanalyzingsentenceand calculates the score for a target review. Then system recommends a tag for evaluation expression that has a high score [6]. Asami Okuda et al., have proposed methodofFindingsimilar users based on their preferences against cosmetic Item clusters. They proposed a method for creating clusters of similar cosmetic items based on calculating the average score for each aspect and making the cluster based on the similarity of the scores. Based on similaruserthat wasfound by clustering method the system then recommend the suitable review [7]. In 2019, Christopher J. Holder et al., have defined a Visual Siamese clustering for cosmetic product recommendation. The focus of this work is to create a model capable of matching images of new subjects based o visual similarity. The solution is based on visual similarity of customer’s feature and a set of people whose preference are already known. Siamese network learn to cluster together images of eyes belonging to the same person based on similarity of visual features [8]. Yuncheng Li et al., have proposed mining fashion outfit composition using an end-to-end deep learninganapproach on set data. Authors have proposed a generic algorithm for automated outfit generation with the help of Outfit Scoring Function. Outfit scoring function works by four tasks, Feature Extraction followed by Fusion Model,PoolingModel and Classification Model [9]. 5. PROPOSED WORK Fig-2: Workflow of proposed method for cosmetic product composition As shown above the proposed model is divided in to five stages: Stage 1: Gathering of Cosmetic Dataset. The cosmetic data from various websites @cosme and @Nykaa gathered for this model evaluation. Stage 2: Data Preprocessing In Deep Learning models if you feed the garbage data, then you should expect garbage result with high probability. So data preprocessing step is necessary for cleansing of data which is required for the given model. Data preprocessing can be done by normalization, dealing with the missingdata. Stage 3: Training of Deep Neural Network for Cosmetic products composition In this stage the training data will feed to the input layer of DNN and then using the input layer cellsitthenforwardedto the hidden layer, which process some steps for cosmetic product composition andthe outputofthatwill forwardedto the output layer, where we get the cosmetic product composition. Stage 4: Testing of Model After training the model it is required to test the model for whether the output given by it is accurate or not
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 75 Stage 5: Result The cosmetic product composition will be given based on skin types; dry, natural or oily. The proposed model will use Deep Learning Technique for cosmetic product composition for various skin types, which will improve the composition quality. Deep Neural Network will help in better performanceincompositiontask.Thiswill lead to better and reliable cosmetic product composition. 6. CONCLUSION Decision making in today’s world is more complex than the past, as for consumers who are now confronted by various kind of choice for each type of products and brands. This approach provides the composition based on skin types (i.e. dry, oily or natural). Our main aim is to serve better composition of cosmetic products. By using Deep Learning technique the proposed system will definitely help in better composition of cosmetic products. REFERENCES [1] Jason Brownlee. “Whatis DeepLearning?”accessedon 29 November 2019, https://machinelearningmastery.com/what-is-deep- learning/. [2] Ian Goodfellow, Yoshua Bengio, and Aaron Courville.2016.DeepLearning.MITPress.http://www.deeplea rningbook.org, pp-800. [3] Wikipedia. “Deep Neural Network”, accessed on 30November,2019.https://en.wikipedia.org/wiki/Deep_lear ning#Deep_neural_networks. [4] Wikipedia. “Deep Belief network”, accessed on 30November,2019.julyhttps://en.wikipedia.org/wiki/Deep_ belief_network. [5] Rio Iwabuchi et al, “Proposal of Recommender System Based on User Evaluation and Cosmetic Ingredients”, IEEE 2017. [6] Yuki Matsunami et al, “Tag Recommendation Method for a Cosmetics Review Recommender System”, iiWAS’17, ACM 2017 [7] Asami Okuda et al, “Finding Similar Users Basedon Their Preferences against Cosmetic Item Clusters”, iiWAS’17, ACM 2017. [8] Christopher J. Holder et al, “Visual Siamese Clusteringfor Cosmetic Product Recommendation”, ACCV 2018, Springer, 2017, 510-522. [9] Yuncheng Li et al, “Mining Fashion Outfit composition using an End-to-End deep learning approach for set data”, IEEE transaction on multimedia 2017, IEEE, 2017. [10] Jiwon Jiong, “For Your Skin Beauty: Mapping Cosmetic Items with Bokeh”, accessed on 23 June 2019, https://towardsdatascience.com/for-your-skin-beauty- mapping-cosmetic-items-with-bokeh af7523ca68e5. [11] Yun Fu, Shuyang Wang. “System for the beauty, cosmetics and fashion”. United States Patents US 20170076474A1, 2017. [12] Sid Salvi, Meghan Maupin, Nava Haghighi. System and methods for formulizing personalized skin care product. United States Patents US 20190237194A1, 2019. [13] Alexandros Karatzoglou and Balázs Hidasi. “Deep Learning for Recommender Systems”, RecSys’17,August 27– 31, 2017. [14] Weiwei Guo, Huiji Gao, et al, “Deep Natural Language Processing for Search and RecommenderSystems”. KDD’19, ACM, 2019. [15] Taleb Alashkar, Songyao Jiang et al, “Examples-Rules Guided Deep Neural Network forMakeupRecommendation” Association for the Advancement of Artificial Intelligence, AAAI, 2017. [16] Tingting Li, Ruihe Qian etal,“BeautyGAN:Instance-level Facial Makeup Transfer with Deep Generative Adversarial Network”, Multimedia (MM, 2018), ACM, 2018. [17]Songsri Tangsripairoj, Kwanchanok Khongson et al, “SkinProf: An Android Application for Smart Cosmetic and Skincare Users”, International JointConferenceonComputer Science and Software Engineering, JCCSE, 2018. [18] Florian Strub, Romaric Gaudel et al, “Hybrid Recommender System based on Autoencoders”, DLRS ’16, September 15 2016, Boston, MA, USA, ACM, 2016. [19]Valeriy Gavrishchaka, Zhenyi Yang, Rebecca Miao, and Olga Senyukova. “Advantages of Hybrid Deep Learning Frameworks in Applications with Limited Data”, International Journal of Machine Learning and Computing IJMLC, 2018. [20] Gediminas Adomavicius and Alexander Tuzhilin.“Toward the next generation of recommender systems: A survey of the state-of-the-art and possible extensions”. IEEE transactions on knowledge and data engineering 17, 6 (2005), 734–749. [21] Basiliyos Tilahun Betru, Charles Awono Onana, and Bernabe Batchakui. 2017. “Deep Learning Methods on Recommender System: A Survey of State-of-the-art”. International Journal of ComputerApplications162,10(Mar 2017). [22] Xiangnan He, Lizi Liao, Hanwang Zhang,LiqiangNie, Xia Hu, and Tat-Seng Chua. 2017. Neural collaborative Filtering. In WWW.173–182. [23] Chenyi Lei, Dong Liu, Weiping Li, Zheng-Jun Zha, and Houqiang Li. 2016. “Comparative Deep Learning of Hybrid Representations for Image Recommendations”. In Proceedings of the IEEE Conference on ComputerVisionand Pattern Recognition. 2545–2553. [24] Isshu Munemasa et al, “Deep Reinforcement Learning for Recommender Systems”, International Conference on Information and Communications Technology (ICOIACT), IEEE, 2018.