Building Emotion Detector from Scratch using Keras - [Tutorial]

in machine-learning •  7 years ago 

Screen Shot 2017-12-20 at 6.01.16 PM.jpg

Learn how to do multiclass classification and use custom datasets in Keras. The reader is assumed to be proficient with basics of machine learning, especially the reader should know how to use appropriate activation function at the readout layer.

The post explains the following

  • The problem statement in hand
  • How to use custom datasets and appropriately preprocess it using glob module.
  • Designing the Architecture of the network
  • Training the network using Keras

The tutorial is available below:

Building Emotional State Predictor using Deep Learning


Follow @brobear1995 for more such posts!
You may also like:

Introduction to Automatic Image Captioning

photo-1499744937866-d7e566a20a61.jpeg

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Congratulations @brobear1995! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

Award for the number of posts published
Award for the number of comments

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here

If you no longer want to receive notifications, reply to this comment with the word STOP

By upvoting this notification, you can help all Steemit users. Learn how here!

Thanks, great and simple tutorial! Seems to me it can be improved with more training examples and I might add that for production dlib's face detector is a bit slow. Also it would be nice to see how the system performs extracting facial features with dlib.shape_predictor.