Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBlackstone authored Jun 16, 2024
1 parent 068aa4f commit 8d2e6a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[Dive into Deep Learning](https://d2l.ai/index.html), with Julia programming language and Flux.jl.

## Warning ⚠️: All the contents of this book will be rewritten using Lux.jl soon after some Lux.jl functions are stabilized.

This tutorial mainly focuses on using pure julia to implement the code in *Dive into Deep Learning*, rather than explaining the specific principles of deep learning. If you know little about specific principles, please refer to the same chapter of the original book.

## Julia Code Implementation Standard
Expand Down Expand Up @@ -43,4 +45,4 @@ You'll install all the dependencies, this may take a few minutes.

Welcome to contribution! Just add `.ipynb` file in `notebooks` folder and create an entry in `_toc.yml`.

The website is built using [jupyter-book](https://github.com/executablebooks/jupyter-book). For faster ci build, we close notebook execution. It means you need to execute code cell locally, and save result to notebooks.
The website is built using [jupyter-book](https://github.com/executablebooks/jupyter-book). For faster ci build, we close notebook execution. It means you need to execute code cell locally, and save result to notebooks.

0 comments on commit 8d2e6a0

Please sign in to comment.