tanpv's Stars
matterport/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
zhixuhao/unet
unet for image segmentation
janishar/mit-deep-learning-book-pdf
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
Alescontrela/Numpy-CNN
A numpy-only implementation of a Convolutional Neural Network, from the ground up.
buomsoo-kim/Easy-deep-learning-with-Keras
Keras tutorial for beginners (using TF backend)
iamtrask/Grokking-Deep-Learning
this repository accompanies the book "Grokking Deep Learning"
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
nuno-faria/tiler
👷 Build images with images
leestott/IrisData
Iris Data Example Python Numpy
keras-team/keras
Deep Learning for humans
notepad-plus-plus/notepad-plus-plus
Notepad++ official repository
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
bisguzar/twitter-scraper
Scrape the Twitter Frontend API without authentication.
modin-project/modin
Modin: Scale your Pandas workflows by changing a single line of code
chendaniely/pydatadc_2018-tidy
PyData 2018 tutorial for tidying data
udacity/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
MorvanZhou/PyTorch-Tutorial
Build your neural network easy and fast, 莫烦Python中文教学
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
apache/mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
d2l-ai/d2l-en
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
fchollet/deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
fastai/course-v3
The 3rd edition of course.fast.ai
MichalDanielDobrzanski/DeepLearningPython
neuralnetworksanddeeplearning.com integrated scripts for Python 3.5.2 and Theano with CUDA support
fastai/fastai
The fastai deep learning library
Kyubyong/numpy_exercises
Numpy exercises.
jvns/pandas-cookbook
Recipes for using Python's pandas library
pandas-dev/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
josephmisiti/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
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.