Pinned Repositories
Active-Learning
Active Learning using Multi Label Image Dataset
BBC-Dataset-News-Classification
cannon-algorithm-in-c-using-mpi
covid19-tracker
Covid 19 Dashboard to Track the Pandemic Pattern
Covid19India
A Python3 Library to get India's Covid-19 Patient Count.
CoWin-Vaccination-Auto-Schedule
A Python Script to Schedule Vaccination Appointment.
CoWin-Vaccine-Slot-Monitoring-and-Auto-Booking
A Python Web Application for Checking vaccine slots by pincodes and auto slot booking.
get_tweets
india-covid19-tracker
India Covid 19 Dashboard to Track the Pandemic Pattern
Keras-Multi-Label-Image-Classification
Keras- Multi Label Image Classification
suraj-deshmukh's Repositories
suraj-deshmukh/get_tweets
suraj-deshmukh/awesome-deep-vision
A curated list of deep learning resources for computer vision
suraj-deshmukh/categorical-encoding
A library of sklearn compatible categorical variable encoders
suraj-deshmukh/connexion
Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation and OAuth2 support
suraj-deshmukh/convnets-keras
suraj-deshmukh/deep-learning-keras-euroscipy2016
# Deep Learning with Keras
suraj-deshmukh/deep-learning-models
Keras code and weights files for popular deep learning models.
suraj-deshmukh/dist-keras
Distributed deep learning with Keras and Apache Spark.
suraj-deshmukh/dl-models-for-qa
Keras DL models to answer 8th grade science multiple choice questions (Kaggle AllenAI competition).
suraj-deshmukh/doc-classify
Document classification.
suraj-deshmukh/FaceRecog-Keras
Face Recognition using Neural Networks implemented using keras library
suraj-deshmukh/headlines
Automatically generate headlines to short articles
suraj-deshmukh/imbalanced-learn
Python module to perform under sampling and over sampling with various techniques.
suraj-deshmukh/jobdescription2jobtitle
classify a job description (or noisy job title) into a ONET job title
suraj-deshmukh/keras-cam
Keras implementation of class activation mapping
suraj-deshmukh/keras-js
Run trained Keras models in the browser, with GPU support
suraj-deshmukh/kerasR
R interface to the keras library
suraj-deshmukh/lectures
Oxford Deep NLP 2017 course
suraj-deshmukh/machine-learning
Web-interface, and programmatic API for classification and regression predictions
suraj-deshmukh/music-auto_tagging-keras
Music auto-tagging models and trained weights in keras/theano
suraj-deshmukh/Neural-Style-Transfer
Implementation of Neural Style Transfer from the paper [A Neural Algorithm of Artistic Style](http://arxiv.org/abs/1508.06576) in Keras 1.0.6
suraj-deshmukh/Object-detection-with-deep-learning-and-sliding-window
Introduces an approach for object detection in an image with sliding window. The repository contains three files, make_data.py reads the image in gray scale and converts the image into a numpy array. The labels are also appended based on the file name. In this case, if the file name starts with "trn", then 1 is appended else 0. Finally, all the images and labels are saved into .npy file. The test-model-1.py file loads the images and converts the labels into two categories as we are doing binary classification of images. The model is built using keras with theano as backend. In this case, the best training accuracy was 80% since the data was just 500 images and the testing accuracy was 67%
suraj-deshmukh/question-answering
Question Answering System.
suraj-deshmukh/quiver
Interactive convnet features visualization for Keras
suraj-deshmukh/scikit-multilearn
A scikit-learn based module for multi-label et. al. classification
suraj-deshmukh/sklearn2pmml
Python library for converting Scikit-Learn pipelines to PMML
suraj-deshmukh/spark-sklearn
Scikit-learn integration package for Spark
suraj-deshmukh/talkbox
suraj-deshmukh/TensorFlow-Tutorials
Simple tutorials using Google's TensorFlow Framework
suraj-deshmukh/VQA_LSTM_CNN
Train a deeper LSTM and normalized CNN Visual Question Answering model. This current code can get 58.16 on OpenEnded and 63.09 on Multiple-Choice on test-standard.