udlbook
44a3e5f678
Created using Colab
2025-08-26 07:47:09 -04:00
udlbook
a644267053
Created using Colab
2025-08-26 07:09:18 -04:00
udlbook
16afbcdf83
Created using Colab
2025-03-24 15:35:15 -04:00
ullizen
03ebe5a039
Update 4_2_Clipping_functions.ipynb
2025-03-08 10:52:03 +01:00
udlbook
6c99c6b7eb
Created using Colab
2025-03-04 14:31:39 -05:00
Fred Hsu
2cca6dec75
Update 7_2_Backpropagation.ipynb to fix equation references
...
Some off by one errors in the equation references.
2025-02-27 15:39:46 -08:00
udlbook
49d74b66a9
Created using Colab
2025-02-16 10:25:23 -05:00
Mark Gotham
9649ce382b
"TO DO" > "TODO
...
In [commit 6072ad4 ](6072ad4 ), @KajvanRijn kindly changed all "TO DO" to "TODO" in the code blocks. That's useful. In addition, it should be changed (as here) in the instructions. Then there's no doubt or issue for anyone searching all instances.
2025-02-11 15:11:06 +00:00
udlbook
666cbb02d5
Created using Colab
2025-02-01 14:56:25 -05:00
udlbook
6d76e47849
Created using Colab
2024-12-29 17:13:26 -05:00
udlbook
b5c65665b6
Update 10_4_Downsampling_and_Upsampling.ipynb
2024-12-18 09:06:15 -05:00
udlbook
dd9a56d96b
Created using Colab
2024-12-16 16:06:30 -05:00
udlbook
9b71ac0487
Merge pull request #243 from aleksandrskoselevs/patch-2
...
Update 15_2_Wasserstein_Distance.ipynb
2024-12-02 15:52:24 -05:00
udlbook
eaff933ff7
Created using Colab
2024-12-02 15:43:55 -05:00
Kaj van Rijn
6072ad4450
Change all TO DO to TODO
2024-11-22 15:34:52 +01:00
udlbook
6d425c04d4
Update 3_3_Shallow_Network_Regions.ipynb
2024-11-18 15:33:42 -05:00
aleksandrskoselevs
1adb96e006
Update 15_2_Wasserstein_Distance.ipynb
2024-10-30 09:19:22 +01:00
udlbook
3801b8d52d
Created using Colab
2024-10-24 16:45:43 -04:00
udlbook
5eb264540d
Created using Colab
2024-10-24 16:40:27 -04:00
udlbook
7ba844f2b5
Created using Colab
2024-10-24 16:04:27 -04:00
aleksandrskoselevs
be86733a93
Update 15_2_Wasserstein_Distance.ipynb
...
Scaling of the distance matrix was not mentioned in the book.
2024-10-22 12:11:15 +02:00
aleksandrskoselevs
8c6e40daee
Update 13_4_Graph_Attention_Networks.ipynb
...
`phi` is defined in the book as a column vector
2024-10-11 10:54:05 +02:00
udlbook
c3b97af456
Created using Colab
2024-09-16 09:21:22 -04:00
udlbook
e1df2156a3
Created using Colab
2024-09-16 09:19:49 -04:00
udlbook
f887835646
Created using Colab
2024-09-16 09:18:12 -04:00
udlbook
e9c8d846f2
Created using Colab
2024-09-16 07:36:27 -04:00
udlbook
747ec9efe1
Merge pull request #227 from aleksandrskoselevs/main
...
Notebook 9_5_Augmentation - Removed duplicate weight initialization
2024-08-23 18:17:17 -04:00
aleksandrskoselevs
3aeb8db4cd
cleaner diff
2024-08-23 10:29:52 +02:00
aleksandrskoselevs
305a055079
Revert "Remove duplicate weight initialization"
...
This reverts commit 87cf590af9 .
2024-08-23 10:29:04 +02:00
aleksandrskoselevs
87cf590af9
Remove duplicate weight initialization
2024-08-23 09:57:38 +02:00
muddlebee
ccedbb72e7
fix(8.1) : error in Chap08\8_1_MNIST_1D_Performance.ipynb
2024-08-17 19:20:02 +05:30
muddlebee
b423a67855
fix(8.1) : error in Chap08\8_1_MNIST_1D_Performance.ipynb
2024-08-17 03:50:15 +05:30
muddlebee
3c8dab14e6
fix(8.1) : error in Chap08\8_1_MNIST_1D_Performance.ipynb
2024-08-17 03:48:56 +05:30
Jan Hrček
fed3962bce
Fix markdown headings
2024-07-30 11:25:47 +02:00
Jan Hrček
c5fafbca97
Fix duplicate word occurrences in notebooks
2024-07-30 11:16:30 +02:00
udlbook
5f16e0f9bc
Fixed problem with example label.
2024-07-29 18:52:49 -04:00
udlbook
afd20d0364
Update 17_1_Latent_Variable_Models.ipynb
2024-07-22 15:03:17 -04:00
udlbook
0d135f1ee7
Fixed problems with MNIST1D
2024-07-19 15:55:44 -04:00
Chris Endemann
ccbbc4126e
Update 8_3_Double_Descent.ipynb
...
Apologies, accidentally removed the "open in colab" button in the pull request you accepted earlier today. This corrects the mistake!
2024-07-10 14:15:21 -05:00
Chris Endemann
f9e45c976c
Merge branch 'udlbook:main' into main
2024-07-10 09:43:18 -05:00
Chris Endemann
b005cec9c1
Update 8_3_Double_Descent.ipynb
...
I added a little code to include a vertical dashed line on the plot representing where total_weights = number of train observations. I also moved n_epochs as an argument to fit_model() so learners can play around with the impact of n_epochs more easily.
2024-07-10 09:42:38 -05:00
SwayStar123
a2a86c27bc
Update 12_2_Multihead_Self_Attention.ipynb
...
title number is incorrect, its actually 12.2
2024-07-06 17:19:13 +05:30
udlbook
c1f0181653
Update 10_4_Downsampling_and_Upsampling.ipynb
2024-07-02 14:24:36 -04:00
udlbook
5730c05547
Create LICENSE (MIT)
2024-07-01 09:34:05 -04:00
udlbook
1cf21ea61a
Created using Colab
2024-06-17 15:11:34 -04:00
udlbook
1ee756cf9a
Update 17_3_Importance_Sampling.ipynb
2024-06-11 15:07:57 -04:00
udlbook
742d922ce7
Created using Colab
2024-06-07 15:21:45 -04:00
udlbook
5ba28e5b56
Update 12_2_Multihead_Self_Attention.ipynb
2024-06-05 16:11:17 -04:00
SwayStar123
56c31efc90
Update 7_2_Backpropagation.ipynb
2024-05-23 14:59:55 +05:30
SwayStar123
35b6f67bbf
Update 6_5_Adam.ipynb
2024-05-22 12:59:03 +05:30