HimanshuMittal01
Data Scientist | Prev led 0-1 million dollar B2B AI SaaS products | Code intelligent blocks | Caught in binge-watching esports...
TuringIndia
HimanshuMittal01's Stars
renatoviolin/xlnet
XLNet: fine tuning on RTX 2080 GPU - 8 GB
tensorflow/tensor2tensor
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
AastaNV/ChatBot
AastaNV/Face-Recognition
Demonstrate Plugin API for TensorRT2.1
dbolya/yolact
A simple, fully convolutional model for real-time instance segmentation.
avijit2verma/food-reco-gan
Food Recognition using Generative Adversarial Networks
CrookedNoob/Mask_RCNN-Multi-Class-Detection
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
akTwelve/tutorials
Tutorial content from ImmersiveLimit.com
DavidJanz/successor_uncertainties_atari
Code for paper "Successor Uncertainties: Exploration and Uncertainty in Temporal Difference Learning" by David Janz*, Jiri Hron*, Przemysław Mazur, Katja Hofmann, José Miguel Hernández-Lobato, Sebastian Tschiatschek. NeurIPS 2019. *Equal contribution
breeko/snake
google/dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
abreheret/PixelAnnotationTool
Annotate quickly images.
dennybritz/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
azihsoyn/flutter_mlkit
A Flutter plugin to use the Firebase ML Kit.
san-jeev/Week5-Project
ageitgey/face_recognition
The world's simplest facial recognition api for Python and the command line
aagrawal207/OpenCV-Face-Recognition
anjanatiha/Pneumonia-Detection-from-Chest-X-Ray-Images-with-Deep-Learning
Detecting Pneumonia in Chest X-ray Images using Convolutional Neural Network and Pretrained Models
pranjalchaubey/Transfer-Learning
Transfer Learning on the Kaggle Pneumonia Dataset
FlorianWoelki/pneumonia-detection
This is a simplified version of pneumonia detection using a chest x-ray dataset with the inceptionv3 image classifier.
serkansokmen/ml-workspace
ML experiments and snippets
omerbsezer/LSTM_RNN_Tutorials_with_Demo
LSTM-RNN Tutorial with LSTM and RNN Tutorial with Demo with Demo Projects such as Stock/Bitcoin Time Series Prediction, Sentiment Analysis, Music Generation using Keras-Tensorflow
thekevinscott/ml-classifier-ui
A UI tool for quickly training image classifiers in the browser
HimanshuMittal01/LSTM-Neural-Network-for-Time-Series-Prediction
LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data
llSourcell/Time_Series_Prediction
This is the code for "Time Series Prediction" By Siraj Raval on Youtube
alkaline-ml/pmdarima
A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
google-deepmind/multi_object_datasets
Multi-object image datasets with ground-truth segmentation masks and generative factors.
borisbanushev/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
namas191297/twitter_sentiment_analysis
Flask application used to analyze tweets and their sentiments based on a hashtag.
tensorflow/tfjs-examples
Examples built with TensorFlow.js