Code Monkey home page Code Monkey logo

emotion-recognition's Introduction

Hi there ๐Ÿ‘‹

I am Suyog Jadhav, a master's student at UiT Norway.

  • ๐Ÿ”ญ Iโ€™m currently researching on theoretical aspects of computer vision.
  • ๐ŸŽ“ Iโ€™m currently pursuing a master's in computer science.
  • ๐Ÿ“– I'm looking forward to learning the mathematics behind machine learning.
  • ๐Ÿ’ป Apart from deep learning, I also take interest in speedcubing, graphic design, photography, 3D pen art and other creative endeavors.
  • ๐Ÿ“ซ Reach out to me @IAmSuyogJadhav on all major social platforms.
  • โœ’๏ธ I occasionally write blogs on suyogjadhav.com
  • โšก Fun fact: I once wrote a piece of code that worked without any errors right away.

Visitor Count!

Hits

emotion-recognition's People

Contributors

iamsuyogjadhav avatar ujjawaljaiswal2017 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

emotion-recognition's Issues

Biased predictions

There seems to be a high bias towards Neutral and Happiness classes. A possible reason might be the class imbalance. Try to investigate the class distribution and oversample deficient classes.

Class Imbalance seems to be the main cause of this issue. Whenever a dataset contains a lot of training examples from one class and very few from some of the other classes, the model we train over it tends to be biased towards the class with high no. of examples.

Possible solutions:

  1. Use the same dataset used by us (mentioned in the README) to train the model and use a weighted loss function that gives high weight for correctly classifying minority class.
  2. Use a bigger dataset (for e.g., AffectNet, consisting of close to 1M images) and use sampling techniques to oversample^ minority classes / undersample^^ majority classes.

^Oversampling: Increasing the no. of class examples by various methods, including duplication, flipping, rotating, randomly zooming etc.
^^Undersampling: Decreasing the no. of majority class examples.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.