DanKomorny's Stars
rushter/data-science-blogs
A curated list of data science blogs
academic/awesome-datascience
:memo: An awesome Data Science repository to learn and apply for real world problems.
jakevdp/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
openai/retro
Retro Games in Gym
SerpentAI/SerpentAI
Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!
karpathy/neuraltalk2
Efficient Image Captioning code in Torch, runs on GPU
karpathy/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
wesm/pydata-book
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
amueller/introduction_to_ml_with_python
Notebooks and code for the book "Introduction to Machine Learning with Python"
dive-into-machine-learning/dive-into-machine-learning
Free ways to dive into machine learning with Python and Jupyter Notebook. Notebooks, courses, and other links. (First posted in 2016.)
donnemartin/data-science-ipython-notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
rasbt/pattern_classification
A collection of tutorials and examples for solving and understanding machine learning and pattern classification tasks
numenta/nupic-legacy
Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
ogrisel/notebooks
Some sample IPython notebooks for scikit-learn
sepandhaghighi/pycm
Multi-class confusion matrix library in Python
reiinakano/scikit-plot
An intuitive library to add plotting functionality to scikit-learn objects.
apache/superset
Apache Superset is a Data Visualization and Data Exploration Platform
rewonc/pastalog
Simple, realtime visualization of neural network training performance.
blaze/blaze
NumPy and Pandas interface to Big Data
bqplot/bqplot
Plotting library for IPython/Jupyter notebooks
bokeh/bokeh
Interactive Data Visualization in the browser, from Python
networkx/networkx
Network Analysis in Python
flennerhag/mlens
ML-Ensemble – high performance ensemble learning
aksnzhy/xlearn
High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.
apple/turicreate
Turi Create simplifies the development of custom machine learning models.
cogitare-ai/cogitare
🔥 Cogitare - A Modern, Fast, and Modular Deep Learning and Machine Learning framework for Python
catboost/catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
blei-lab/edward
A probabilistic programming language in TensorFlow. Deep generative models, variational inference.
eriklindernoren/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
tflearn/tflearn
Deep learning library featuring a higher-level API for TensorFlow.