ckshitij's Stars
rShetty/awesome-distributed-systems
Awesome list of distributed systems resources
lei-hsia/grokking-system-design
Grokking system design
DreamOfTheRedChamber/system-design-interviews
binhnguyennus/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
cmawer/pycon-2017-eda-tutorial
Resources for the PyCon 2017 tutorial, "Exploratory data analysis in python"
udacity/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
EKami/deep_learning_A-Z
This repository contains my projects from the Deep learning A-Z course from superdatascience.com
keras-team/keras
Deep Learning for humans
deeplearning4j/deeplearning4j
Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learn...
ptwobrussell/Mining-the-Social-Web-2nd-Edition
The official online compendium for Mining the Social Web, 2nd Edition (O'Reilly, 2013)
brightmart/text_classification
all kinds of text classification models and more with deep learning
Bash-it/bash-it
A community Bash framework.
adam-p/markdown-here
Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
jgorset/facepy
Facepy makes it really easy to use Facebook's Graph API with Python
mediawiki-utilities/python-mwdiffs
A set of utilities for computing revision diffs from MediaWiki data.
yasoob/intermediatePython
yoonkim/CNN_sentence
CNNs for sentence classification
ParrotPrediction/docker-course-xgboost
Materials for an online-course - "Practical XGBoost in Python"
daxiongshu/tradeshift-text-classification
This is the 1st place solution of a kaggle machine contest: Tradeshift Text Classification. http://www.kaggle.com/c/tradeshift-text-classification
chrisjmccormick/LSA_Classification
Text classification example in Python using Latent Semantic Analysis (LSA)
nadbordrozd/blog_stuff
experiments and snippets used on the blog
jiegzhan/multi-class-text-classification-cnn-rnn
Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN (GRU and LSTM) and Word Embeddings on Tensorflow.