good first issue
Good for newcomers
#
d2l
Here are 27 public repositories matching this topic...
This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.
nlp
data-science
computer-vision
deep-learning
mxnet
book
pytorch
d2l
pytorch-implmention
dive-into-deep-learning
-
Updated
Sep 27, 2021 - Jupyter Notebook
Một cuốn sách về Học Sâu đề cập đến nhiều framework phổ biến, được sử dụng trên 300 trường Đại học từ 55 đất nước bao gồm MIT, Stanford, Harvard, và Cambridge.
python
machine-learning
computer-vision
deep-learning
mxnet
tensorflow
keras
pytorch
kaggle
d2l
vietnamese-language
mlbvn
-
Updated
Apr 11, 2022 - Python
The Java implementation of Dive into Deep Learning (D2L.ai)
java
nlp
data-science
machine-learning
natural-language-processing
computer-vision
deep-learning
mxnet
book
tensorflow
jupyter-notebook
pytorch
kaggle
d2l
computer-vison
djl
-
Updated
Apr 11, 2022 - Jupyter Notebook
This repository contains Tensorflow 2 code for Attention Mechanisms chapter of Dive into Deep Learning (D2L) book.
-
Updated
Jan 22, 2022 - Jupyter Notebook
Dive to Deep Learning with Pytorch C++ API
opencv
machine-learning
computer-vision
deep-learning
cpp
pytorch
vgg
naive-bayes-classifier
lenet
densenet
resnet
alexnet
googlenet
d2l
network-in-network
opencv-cpp
libtorch
pytorch-cpp
matplotlib-cpp
-
Updated
Jun 13, 2020 - C++
A easy tool to download usc den video using just one right click. Using tampermonkey and node.js
-
Updated
Apr 7, 2020 - JavaScript
Adds a few Quality of Life tweaks to the online educational platform Brightspace Desire2Learn (D2L).
-
Updated
Jan 22, 2021 - TypeScript
This repository contains Tensorflow 2 code for Generative Adversarial Networks chapter of Dive into Deep Learning (D2L) book.
deep-learning
tensorflow
generative-adversarial-network
gan
gans
d2l
d2l-generative-adversarial-networks
-
Updated
Jan 22, 2022 - Jupyter Notebook
[WIP] Dive into Deep Learning (Vietnamese Version) https://github.com/d2l-ai/d2l-en
-
Updated
Apr 3, 2019
Slides for Dive into Deep Learning book
-
Updated
Feb 21, 2021
Learn from *Dive into Deep Learning*, take notes, and do some modification.
-
Updated
Nov 10, 2020 - Python
This repo provides Pytorch implementation for codes in the book "Dive Into Deep Learning" (http://d2l.ai/) and course Berkeley STAT 157 (https://courses.d2l.ai), which gives a brief tutorial on deep learning methods.
data-science
computer-vision
deep-learning
time-series
pytorch
deep-learning-tutorial
d2l
sequential-models
dive-into-deep-learning
-
Updated
Sep 30, 2020 - Jupyter Notebook
An angular application to easily view and save, data-sets retrieved using Brightspace APIs. Using a Go backend
-
Updated
Aug 20, 2017 - TypeScript
yasnippet snippets for D2L/Brightspace CSV Question format
-
Updated
Feb 29, 2020 - YASnippet
Formats and pivots data from Brightspace by D2L intelligent agents and survey reports
-
Updated
Dec 17, 2021 - Python
Brightspace/Desire2Learn's Python "D2LValence_Util" package.
-
Updated
Aug 19, 2019 - Python
本项目用OneFlow实现《动手学深度学习 第二版》(Dive into Deep Learning)中的代码
-
Updated
Sep 27, 2021
Practise colabs of self taught deep learning from #d2l
-
Updated
Jun 17, 2020 - Jupyter Notebook
Dive Into Deep Learning (d2l.ai), Using Jax & DeepMind's dm-haiku
-
Updated
Nov 14, 2020 - Jupyter Notebook
Extension to improve the Brightspace/D2L user experience.
-
Updated
Nov 20, 2019 - JavaScript
This is a series of R Programs used to randomly generate questions and answers within WMU's D2L E-learning system. Several nice features are included or in production, such as user-friendly function wrappers and clear comments to outline the code. The final results are thousands of multiple-choice questions as D2L-compatible CSV and JPG files.
-
Updated
Jul 16, 2020 - R
Improve this page
Add a description, image, and links to the d2l topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the d2l topic, visit your repo's landing page and select "manage topics."
Change
tensor.datatotensor.detach()due topytorch/pytorch#6990 (comment)
tensor.detach()is more robust thantensor.data.