Projects with this topic
-
Real-time Gender and Age Recognition from Audio
Updated -
MLP and CNN to classify TinyImage30 dataset. Fine Tuned models. Applied Grad-Cam to identify parts of the image that highly impact the classification based on model convolution gradients. Feature-2-Seq RNN encoder/decoder network trained on the COCO dataset. The produced model is able to predict reasonable captions for provided test images.
Updated -
-
Evaluation of various deep learning models for sentiment analysis You are given the reviews dataset. These are 194439 amazon reviews for cell phones and accessories taken from https://jmcauley.ucsd.edu/data/amazon/ Use the “reviewText” and “overall” fields from this file. The goal is to predict the rating given the review by modeling it as a multi-class classification problem. • Take the first 70% dataset for train, next 10% for validation/development, and remaining 20% for test. • Recurrent neural networks • RNNs: Train a single directional RNN with L layers. Vary the number of layers (as 1,2,3,4) and also size of layers (20, 50, 100, 200). Report accuracy on test set. • LSTMs: Train a single directional LSTM with L layers. Vary the number of layers (as 1,2,3,4) and also size of layers (20, 50, 100, 200). Report accuracy on test set. • BiLSTM: Train a single directional RNN with L layers. Vary the number of layers (as 1,2,3,4) and also size of layers (20, 50, 100, 200). Report accuracy on test set.
Updated -
Bistable Recurrent Cell (BRC) and neuromodulated BRC (nBRC) implementation in PyTorch
Updated -
Text generation model based on characters from friends. Originally forked from https://github.com/pender/chatbot-rnn
Updated -
Develop a cool feature in the smart-TV that can recognize five different gestures performed by the user which will help users control the TV without using a remote.
Updated -
Build a Bitcoin predictive model. (Inputs : Klines, Google Trend data. Future inputs implementation : Liquidations data)
Updated -
Toy character-level language model using GRU
Updated -
A sequence to sequence implementation (Encoder-Decoder network) in Keras for sorting a list of integers
Updated -
Executing infamous Deep learning algorithms + Neural Networks.
Updated -
A new semi supervised algorithm for classifying cross lingual texts
Updated