All Projects → dsgiitr → D2l Pytorch

dsgiitr / D2l Pytorch

Licence: apache-2.0
This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to D2l Pytorch

Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-98.9%)
Mutual labels:  jupyter-notebook, data-science, book
D2l Vn
Một cuốn sách tương tác về học sâu có mã nguồn, toán và thảo luận. Đề cập đến nhiều framework phổ biến (TensorFlow, Pytorch & MXNet) và được sử dụng tại 175 trường Đại học.
Stars: ✭ 402 (-89.45%)
Mutual labels:  data-science, book, mxnet
Fastbook
The fastai book, published as Jupyter Notebooks
Stars: ✭ 13,998 (+267.4%)
Mutual labels:  jupyter-notebook, data-science, book
D2l En
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 300 universities from 55 countries including Stanford, MIT, Harvard, and Cambridge.
Stars: ✭ 11,837 (+210.68%)
Mutual labels:  data-science, book, mxnet
Dive Into Dl Tensorflow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
Stars: ✭ 3,380 (-11.29%)
Mutual labels:  jupyter-notebook, book, dive-into-deep-learning
Articles
A repository for the source code, notebooks, data, files, and other assets used in the data science and machine learning articles on LearnDataSci
Stars: ✭ 350 (-90.81%)
Mutual labels:  jupyter-notebook, data-science
Python Seminar
Python for Data Science (Seminar Course at UC Berkeley; AY 250)
Stars: ✭ 302 (-92.07%)
Mutual labels:  jupyter-notebook, data-science
Cartola
Extração de dados da API do CartolaFC, análise exploratória dos dados e modelos preditivos em R e Python - 2014-20. [EN] Data munging, analysis and modeling of CartolaFC - the most popular fantasy football game in Brazil and maybe in the world. Data cover years 2014-19.
Stars: ✭ 304 (-92.02%)
Mutual labels:  jupyter-notebook, data-science
Adaptis
[ICCV19] AdaptIS: Adaptive Instance Selection Network, https://arxiv.org/abs/1909.07829
Stars: ✭ 314 (-91.76%)
Mutual labels:  jupyter-notebook, mxnet
Tensorwatch
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Stars: ✭ 3,191 (-16.25%)
Mutual labels:  jupyter-notebook, data-science
Apricot
apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine learning models quickly. See the documentation page: https://apricot-select.readthedocs.io/en/latest/index.html
Stars: ✭ 306 (-91.97%)
Mutual labels:  jupyter-notebook, data-science
Evidently
Interactive reports to analyze machine learning models during validation or production monitoring.
Stars: ✭ 304 (-92.02%)
Mutual labels:  jupyter-notebook, data-science
Pydataroad
open source for wechat-official-account (ID: PyDataLab)
Stars: ✭ 302 (-92.07%)
Mutual labels:  jupyter-notebook, data-science
Scikit Learn Videos
Jupyter notebooks from the scikit-learn video series
Stars: ✭ 3,254 (-14.59%)
Mutual labels:  jupyter-notebook, data-science
120 Ds Interview Questions
My Answer to 120 Data Science Interview Questions
Stars: ✭ 304 (-92.02%)
Mutual labels:  jupyter-notebook, data-science
Pycaret
An open-source, low-code machine learning library in Python
Stars: ✭ 4,594 (+20.58%)
Mutual labels:  jupyter-notebook, data-science
Erlemar.github.io
Data science portfolio
Stars: ✭ 309 (-91.89%)
Mutual labels:  jupyter-notebook, data-science
Kaggle public
阿水的数据竞赛开源分支
Stars: ✭ 335 (-91.21%)
Mutual labels:  jupyter-notebook, data-science
Machine Learning For Trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Stars: ✭ 4,979 (+30.68%)
Mutual labels:  jupyter-notebook, data-science
Experiments with python
experiments with python
Stars: ✭ 342 (-91.02%)
Mutual labels:  jupyter-notebook, data-science


UPDATE: Please see the orignal repo for the complete PyTorch port. We no longer maintain this repo.

This project is adapted from the original Dive Into Deep Learning book by Aston Zhang, Zachary C. Lipton, Mu Li, Alex J. Smola and all the community contributors. GitHub of the original book: https://github.com/d2l-ai/d2l-en. We have made an effort to modify the book and convert the MXnet code snippets into PyTorch.

Note: Some ipynb notebooks may not be rendered perfectly in Github. We suggest cloning the repo or using nbviewer to view the notebooks.

Chapters

Contributing

  • Please feel free to open a Pull Request to contribute a notebook in PyTorch for the rest of the chapters. Before starting out with the notebook, open an issue with the name of the notebook in order to contribute for the same. We will assign that issue to you (if no one has been assigned earlier).

  • Strictly follow the naming conventions for the IPython Notebooks and the subsections.

  • Also, if you think there's any section that requires more/better explanation, please use the issue tracker to open an issue and let us know about the same. We'll get back as soon as possible.

  • Find some code that needs improvement and submit a pull request.

  • Find a reference that we missed and submit a pull request.

  • Try not to submit huge pull requests since this makes them hard to understand and incorporate. Better send several smaller ones.

Support

If you like this repo and find it useful, please consider (★) starring it, so that it can reach a broader audience.

References

[1] Original Book Dive Into Deep Learning -> Github Repo

[2] Deep Learning - The Straight Dope

[3] PyTorch - MXNet Cheatsheet

Cite

If you use this work or code for your research please cite the original book with the following bibtex entry.

@book{zhang2020dive,
    title={Dive into Deep Learning},
    author={Aston Zhang and Zachary C. Lipton and Mu Li and Alexander J. Smola},
    note={\url{https://d2l.ai}},
    year={2020}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].