Git Product home page Git Product logo

supekar's Projects

emotion-detection-on-raspberry-pi icon emotion-detection-on-raspberry-pi

Timed.py takes in images fed to it from raspberry pi camera module. It then extracts the emotions detected in the faces. The information regarding the the number of people and their corresponding emotions is assembled into a JSON packet as per the protocol set between the client side and server and sends the JSON packet to the server. This occurs periodically every 60 seconds according to the settings of the scheduler in timed.py

hidden-markov-model icon hidden-markov-model

This is an implementation of first order Hidden Markov Model for speech tagging. Feature engineering is done to create the 3 matrices for HMM model training, prior, emission and transmission matrices. These matrices are then used by forwardbackward.py that implements a first order HMM by using the forward backward algorithm. The program proceeds to calculate negative log likelihood and accuracy and stores them in a file

kubedirector icon kubedirector

Kubernetes Director (aka KubeDirector) for deploying and managing stateful applications on Kubernetes

logistic-regression icon logistic-regression

Logistic regression on movie review polarity dataset. feature_engineering.py implements feature engineering on the existing data set to convert it into a format that is suitable for processing to perform logistic regression. The logistic regression takes the feature engineered data of train, test and validation data to perform binary logistic regression on it. The accuracy and negative log likelihood were written into an output file

neural-net icon neural-net

Implemented a 1 hidden layer neural net with variable number of epochs, learning rate and number of hidden layer with numpy. neural.py implements the back propagation algorithm to update the weights. A final pass on the testing data after trainings the weights on number of epochs gives us the accuracy of the model on classification of 10 output labels.

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.