tuhinsharma121
Sr. Principal Data Scientist @ Red Hat; Creator @pybandit; Contributor @pandas-dev @numpy @scipy @sklearn;
RedhatIndia
Pinned Repositories
pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
pybandit
A Python library for all popular multiarmed bandit algorithms.
deeplearning
Trying to build several model using deep learning mainly in text mining and time series analysis domain
eagleeye
A realtime ingestion and profiling engine for fast data.
federated-ml
Detect anomalies in network traffic data using Federated Machine Learning technique.
imdb-rec-sys
I want to crawl imdb movie data and want to recommend movies based on various features of individual movies
MXNetDemystified
Leveraging MXNet to solve interesting problems in Data Science using Deep Learning
nginx-gunicorn-fastapi
A standard skeleton of a python machine learning project
ocean-psychometric-profile
Implementation of a hierarchical CNN based model to detect Big Five personality traits
recsys-pgm
A Probabilistic Graphical Model based Recommender System
tuhinsharma121's Repositories
tuhinsharma121/github-license-recommender
Determines the least restrictive license for a manifest file of a project based on individual licenses of the packages present inside it.
tuhinsharma121/Abstractive-summarization-OpenNMT
Abstractive summarization leveraging opennmt
tuhinsharma121/AdversarialNetsPapers
The classical papers and codes about generative adversarial nets
tuhinsharma121/cdsw-caltech-gpu
Deep learning for image classification via transfer learning using Keras, PyTorch, and MXNet on Cloudera Data Science Workbench
tuhinsharma121/Custom-Object-Detection
Custom Object Detection with TensorFlow
tuhinsharma121/dcgan.torch
A torch implementation of http://arxiv.org/abs/1511.06434
tuhinsharma121/DeepLearningSandbox
Blog related code for
tuhinsharma121/DeepLogo
A brand logo recognition system using deep convolutional neural networks.
tuhinsharma121/Deformable-ConvNets
Deformable Convolutional Networks
tuhinsharma121/dlnd_dog_breed_identification
Kaggle dog breed identification implemented via gluon
tuhinsharma121/docker-ubuntu-python3
Dockerfile with Ubuntu and python 3
tuhinsharma121/DogBreed_gluon
kaggle Dog Breed Identification
tuhinsharma121/example-voting-app
Example Docker Compose app
tuhinsharma121/Federated-Learning
tuhinsharma121/FreeML
Data Science Resources (Mostly Free)
tuhinsharma121/GetOldTweets-python
A project written in Python to get old tweets, it bypass some limitations of Twitter Official API.
tuhinsharma121/Kaggle
tuhinsharma121/lda-topic-model
tuhinsharma121/Logo-Detection-YOLOv2
tuhinsharma121/movie-buff-crawler
tuhinsharma121/multiagent-competition
Repository for competitive multi-agent environments
tuhinsharma121/news-popularity-prediction
A set of methods that predict the future values of popularity indices for news posts using a variety of features.
tuhinsharma121/newsgroup-prediction
How to use Keras as a DL tool to predict the news category of a given corpus.
tuhinsharma121/NLP-and-ML-on-Myers-Briggs-Personality-Type-Dataset
BYO Tweets and predict your Myers-Briggs Personality Type
tuhinsharma121/notebooks
collection of iPython notebooks
tuhinsharma121/Object_Detection_demo_LIVE
This is the code for the "How to do Object Detection with OpenCV" live session by Siraj Raval on Youtube
tuhinsharma121/Predicting-Customer-Churn
Predicting Customer Churn; simple approach using random forest
tuhinsharma121/Predicting_Personality_Type
This project predicts Myers-Briggs personality types using natural language processing and classification modeling. Capstone project I completed as a student in the Data Science Immersive program at General Assembly
tuhinsharma121/RAKE
A python implementation of the Rapid Automatic Keyword Extraction
tuhinsharma121/tensorflow-speech-recognition
šSpeech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks