#
d2l
Here are 17 public repositories matching this topic...
This project reproduces the book Dive Into Deep Learning (www.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 6, 2020 - Jupyter Notebook
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
Sep 3, 2020 - Jupyter Notebook
A easy tool to download usc den video using just one right click. Using tampermonkey and node.js
-
Updated
Apr 7, 2020 - JavaScript
[WIP] Dive into Deep Learning (Vietnamese Version) https://github.com/d2l-ai/d2l-en
-
Updated
Apr 3, 2019
An angular application to easily view and save, data-sets retrieved using Brightspace APIs. Using a Go backend
-
Updated
Aug 20, 2017 - TypeScript
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++
Brightspace/Desire2Learn's Python "D2LValence_Util" package.
-
Updated
Aug 19, 2019 - Python
Practise colabs of self taught deep learning from #d2l
-
Updated
Jun 17, 2020 - Jupyter Notebook
Learn from *Dive into Deep Learning*, take notes, and do some modification.
-
Updated
Jul 20, 2020 - Python
yasnippet snippets for D2L/Brightspace CSV Question format
-
Updated
Feb 29, 2020 - YASnippet
Nightwatch test for OCSB students to automate their mandatory daily attendance.
-
Updated
Apr 10, 2017 - 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
Dive Into Deep Learning (d2l.ai), Using Jax & DeepMind's dm-haiku
-
Updated
Apr 17, 2020 - Jupyter Notebook
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.