All Projects → deepjavalibrary → d2l-java

deepjavalibrary / d2l-java

Licence: Unknown and 2 other licenses found Licenses found Unknown LICENSE MIT-0 LICENSE-SAMPLECODE Unknown LICENSE-SUMMARY
The Java implementation of Dive into Deep Learning (D2L.ai)

Programming Languages

Jupyter Notebook
11667 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to d2l-java

Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+7115.96%)
Mutual labels:  mxnet, kaggle
D2l Pytorch
This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.
Stars: ✭ 3,810 (+3953.19%)
Mutual labels:  mxnet, d2l
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 (+327.66%)
Mutual labels:  mxnet, kaggle
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 (+12492.55%)
Mutual labels:  mxnet, kaggle
Djl
An Engine-Agnostic Deep Learning Framework in Java
Stars: ✭ 2,262 (+2306.38%)
Mutual labels:  mxnet, djl
kaggle-dstl-satellite-imagery-feature-detection
6th place solution
Stars: ✭ 16 (-82.98%)
Mutual labels:  mxnet, kaggle
djl
An Engine-Agnostic Deep Learning Framework in Java
Stars: ✭ 3,080 (+3176.6%)
Mutual labels:  mxnet, djl
Dog-Breed-Identification-Gluon
Kaggle 120种狗分类,Gluon实现
Stars: ✭ 45 (-52.13%)
Mutual labels:  mxnet, kaggle
AIML-Human-Attributes-Detection-with-Facial-Feature-Extraction
This is a Human Attributes Detection program with facial features extraction. It detects facial coordinates using FaceNet model and uses MXNet facial attribute extraction model for extracting 40 types of facial attributes. This solution also detects Emotion, Age and Gender along with facial attributes.
Stars: ✭ 48 (-48.94%)
Mutual labels:  mxnet
baidu-salers-logo-prediction
baidu contest, url: http://dianshi.baidu.com/gemstone/competitions/detail?raceId=17
Stars: ✭ 16 (-82.98%)
Mutual labels:  mxnet
kaggle
Kaggle solutions
Stars: ✭ 17 (-81.91%)
Mutual labels:  kaggle
NER BiLSTM CRF Chinese
BiLSTM_CRF中文实体命名识别
Stars: ✭ 46 (-51.06%)
Mutual labels:  mxnet
dynamic-training-with-apache-mxnet-on-aws
Dynamic training with Apache MXNet reduces cost and time for training deep neural networks by leveraging AWS cloud elasticity and scale. The system reduces training cost and time by dynamically updating the training cluster size during training, with minimal impact on model training accuracy.
Stars: ✭ 51 (-45.74%)
Mutual labels:  mxnet
MXNetDotNet
.NET wrapper for Apache MXNet written in C#
Stars: ✭ 13 (-86.17%)
Mutual labels:  mxnet
imaterialist-furniture-2018
Kaggle competition
Stars: ✭ 76 (-19.15%)
Mutual labels:  kaggle
Algorithm
ml & dl & kaggle
Stars: ✭ 24 (-74.47%)
Mutual labels:  kaggle
kaggle-open-images-2019-instance-segmentation
Simple solution for Open Images 2019 - Instance Segmentation competition using maskrcnn-benchmark.
Stars: ✭ 38 (-59.57%)
Mutual labels:  kaggle
kaggle-human-protein-atlas-image-classification
Kaggle 2018 @ Human Protein Atlas Image Classification
Stars: ✭ 34 (-63.83%)
Mutual labels:  kaggle
NonLocalandSEnet
MXNet implementation of Non-Local and Squeeze-Excitation network
Stars: ✭ 24 (-74.47%)
Mutual labels:  mxnet
data-visualization-deck-gl
A experiment to visualize Tree in NewYork and Flight record data. Using Deck.gl and Kaggle
Stars: ✭ 54 (-42.55%)
Mutual labels:  kaggle

Dive into Deep Learning (Java version)

This project is modified 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 adapted the book to to use Java and the Deep Java Library(DJL).

All the notebook here can be downloaded and run using Java Kernel. We also compiled the book into a website.

This project is currently being developed and maintained by AWS and the DJL community.

How to run Jupyter Notebook in Java

Online

You can run online by clicking: Binder

Or Colab: Colab

Local

Please follow the instruction here for how to run notebook using Java kernel.

How to contribute to this book

Please follow the contributor guide here

We have the following chapters implemented

About Deep Java Library

Deep Java Library (DJL) is a Deep Learning Framework written in Java, supporting both training and inference. DJL is built on top of modern Deep Learning frameworks (TenserFlow, PyTorch, MXNet, etc). You can easily use DJL to train your model or deploy your favorite models from a variety of engines without any additional conversion. It contains a powerful ModelZoo design that allows you to manage trained models and load them in a single line. The built-in ModelZoo currently supports more than 70 pre-trained and ready to use models from GluonCV, HuggingFace, TorchHub and Keras.

Follow our GitHub, demo repository, Slack channel and twitter for more documentation and examples of DJL!

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].