All Projects → developer-student-club-thapar → d2l-study-group

developer-student-club-thapar / d2l-study-group

Licence: other
Repository supporting the study group based on the course book 'D2L'. Material would be added as we progress through the course.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to d2l-study-group

bsu
🎓Repository for university labs on FAMCS, BSU
Stars: ✭ 91 (+810%)
Mutual labels:  study
gfstudy
go frame框架基础介绍
Stars: ✭ 89 (+790%)
Mutual labels:  study
laravository
Simplified Repository pattern implementation in Laravel
Stars: ✭ 14 (+40%)
Mutual labels:  implementation
Leetcode-solutions
Leetcode Grinder.
Stars: ✭ 14 (+40%)
Mutual labels:  implementation
Discord-Study-Bot
Discord-Study-Bot is a Study-Time-based leaderboard system in discord servers. This features an Overall leaderboard and leaderboards based on a Daily, Weekly, and Monthly basis.
Stars: ✭ 20 (+100%)
Mutual labels:  study
playground
A place to play programming
Stars: ✭ 21 (+110%)
Mutual labels:  study
Machine-Learning-Algorithms-From-Scratch
A collection of commonly used machine learning algorithms implemented in Python/Numpy
Stars: ✭ 43 (+330%)
Mutual labels:  implementation
fla.sh
💥 flashcards in your terminal
Stars: ✭ 99 (+890%)
Mutual labels:  study
Flashcard-Maker-Android
Flashcard Maker is a study app that helps to create e-flashcards. It is more convenient to have flashcards on your phone so that you don't carry all the paperwork. You can prepare flashcards in your PC as CSV file and import it from the app.
Stars: ✭ 55 (+450%)
Mutual labels:  study
AndroidStudy
Record the Android sample code to a personal study
Stars: ✭ 21 (+110%)
Mutual labels:  study
a-cnn-roadmap
A reading roadmap of CNN and Deep Learning basics.
Stars: ✭ 33 (+230%)
Mutual labels:  study
sicp
Yet another scheme to fathom the Structure and Interpretation of Computer Programs.
Stars: ✭ 17 (+70%)
Mutual labels:  study
studynotes
Repositório para armazenar todas as anotações de cursos feitos
Stars: ✭ 92 (+820%)
Mutual labels:  study
amongus-protocol
An implementation of the Among Us protocol in typescript.
Stars: ✭ 56 (+460%)
Mutual labels:  implementation
1earn
ffffffff0x 团队维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup
Stars: ✭ 3,715 (+37050%)
Mutual labels:  study
lkm-sandbox
Collection of Linux Kernel Modules and PoC to discover, learn and practice Linux Kernel Development
Stars: ✭ 36 (+260%)
Mutual labels:  study
erc721
The reference implementation of the ERC-721 non-fungible token standard.
Stars: ✭ 989 (+9790%)
Mutual labels:  implementation
study
✏️ What I Studied
Stars: ✭ 14 (+40%)
Mutual labels:  study
Normalizing Flows
Implementation of Normalizing flows on MNIST https://arxiv.org/abs/1505.05770
Stars: ✭ 14 (+40%)
Mutual labels:  implementation
jornada-big-tech
Jornada Big Tech: I will have 3 months to study and prepare myself for the Big Tech interviews. Repository containing all my study material.
Stars: ✭ 85 (+750%)
Mutual labels:  study


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 and Tensorflow.

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

Installation

🏷️chap_installation

Please follow the INSTALL.md to acquire all the tools and the code of the book which is necessary to begin our course.

Contributing

  • Please feel free to open a Pull Request to contribute a notebook in PyTorch or tensorflow 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].