File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,8 @@ with Python and machine learning.
7
7
Our approach is inspired by a classical book,
8
8
[ The Little Schemer] ( http://www.ccs.neu.edu/home/matthias/BTLS/index.html ) .
9
9
10
- For now, there is only one chapter here, [ MNIST example dissected] ( mnist/ )
10
+ For now, there are only a few documents here:
11
+
12
+ * [ MNIST example dissected] ( mnist/ ) (only the first two chapters finished)
13
+ * [ Anatomy of the serialized MNIST model] ( load/state_dict.ipynb )
14
+ * [ libtorch classes and code generation] ( libtorch/1_libtorch_classes.md )
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ Explore the components of the
5
5
6
6
* Part 1: [ Loading the data] ( 1_mnist_load.ipynb )
7
7
* Part 2: [ Model components and forward propagation] ( 2_mnist_model.ipynb )
8
- * Part 3: [ Autodiff and backpropagation] ( 3_mnist_backprop.ipynb )
9
- * Part 4: [ Training the model] ( 4_mnist_train.ipynb )
10
- * Part 5: [ Visualizing the results] ( 5_mnist_visualize.ipynb )
8
+ * ~ Part 3: [ Autodiff and backpropagation] ( 3_mnist_backprop.ipynb ) ~
9
+ * ~ Part 4: [ Training the model] ( 4_mnist_train.ipynb ) ~
10
+ * ~ Part 5: [ Visualizing the results] ( 5_mnist_visualize.ipynb ) ~
You can’t perform that action at this time.
0 commit comments