├── LICENSE └── docs ├── .nojekyll ├── 02-Markdown快速入门.md ├── 03-Git快速入门.md ├── 04-数据操作及预处理.md ├── 05-线性代数.md ├── 06-矩阵计算.md ├── 07-自动求导.md ├── 08-线性回归.md ├── 09-Softmax回归.md ├── 10-多层感知机.md ├── 11-模型选择+过拟合和欠拟合.md ├── 12-权重衰退.md ├── 13-丢弃法.md ├── 14-数值稳定性&模型初始化&激活函数.md ├── 15-Kaggle加州房价预测案例.md ├── 16-Pytorch神经网络基础.md ├── 17-卷积神经网络.md ├── 18-填充和步幅.md ├── 19-卷积层通道.md ├── 20-池化层.md ├── 21-LeNet.md ├── 22-AlexNet.md ├── 23-VGG.md ├── 24-NiN.md ├── 25-含并行连结的网络.md ├── 26-批量归一化.md ├── 27-残差网络ResNet.md ├── 28-深度学习硬件和相关技术.md ├── 29-数据增广.md ├── 30-微调.md ├── 31-Kaggle_CIFAR10.md ├── 32-物体检测和数据集.md ├── 33-锚框.md ├── 34-物体检测算法.md ├── 35-SSD的实现.md ├── 36-语义分割.md ├── 37-转置卷积.md ├── 38-全连接神经网络.md ├── 39-样式迁移.md ├── 40-序列模型.md ├── 41-文本预处理.md ├── 42-语言模型.md ├── 43-循环神经网络RNN.md ├── 44-门控循环单元(GRU).md ├── 45-深层循环循环网络.md ├── 46-双向循环神经网络.md ├── 47-长短期记忆网络(LSTM).md ├── 48-机器翻译数据集.md ├── 49-编码器和解码器.md ├── 50-序列到序列学习(seq2seq).md ├── 51-束搜索.md ├── 52-注意力机制.md ├── 53-注意力分数.md ├── 54-使用注意力机制的seq2seq.md ├── 55-自注意力.md ├── 56-Transformer.md ├── 57-BERT.md ├── 58-优化算法.md ├── 59-课程总结与进阶学习.md ├── Images ├── 037-01.png ├── 037-02.jpg ├── 038-02.png ├── 038-03.png ├── 039-01.gif ├── 039-02.png ├── 040-01.png ├── 040-02.png ├── 040-03.png ├── 040-04.png ├── 040-05.png ├── 041-01.png ├── 041-02.png ├── 041-03.png ├── 043-01.gif ├── 043-02.png ├── 043-03.png ├── 043-04.png ├── 043-05.png ├── 043-06.gif ├── 043-07.gif ├── 043-addition.gif ├── 044-01.png ├── 044-02.png ├── 044-03.png ├── 044-04.gif ├── 045-01.png ├── 045-02.png ├── 046-01.png ├── 047-01.png ├── 047-02.gif ├── 047-03.png ├── 047-04.png ├── 048-01.png ├── 049-01.gif ├── 049-02.png ├── 049-02(2).jpg ├── 050-01.png ├── 050-02.png ├── 050-02.ppm ├── 050-03.jpg ├── 050-03.png ├── 051-01.gif ├── 052-01.png ├── 052-02.png ├── 052-03.png ├── 052-04.png ├── 052-05.png ├── 052-06.png ├── 053-01.png ├── 053-02.png ├── 054-01.gif ├── 054-02.png ├── 054-04.png ├── 054.03.png ├── 055-01.png ├── 055-02.png ├── 055-03.gif ├── 055-04.png ├── 056-01.png ├── 056-02.png ├── 056-03.png ├── 056-04.png ├── 056-05.png ├── 057-01.gif ├── 057-02.png ├── 057-03.jpg ├── 057-04.png ├── 058-02.png ├── 058-03.png ├── 058-04.jpg ├── 058-06.png ├── 058-07.png ├── 058-09.gif ├── 0rs9l.gif ├── 1_-eLjPY7UGSoQhSyW5qC6gw.gif ├── 1_3B8iO-se13vA2QfZ4OBRSw.png ├── 1_4LnmIbcIiHM0g8q_XJrD7A.gif ├── 1_4gGddZpKeNIPBoVxYECd5w.png ├── 1_56UGqknHwtMc9RHRRobL8Q.png ├── 1_9GTEzcO8KxxrfutmtsPs3Q.png ├── 1_Hz6t-tokG1niaUfmcysusw.jpeg ├── 1_L9SPSTIq_ptT6a5ejgzmAQ.png ├── 1_O9ulXVmjBustHGLi1zRthA.png ├── 1_REPHY47zAyzgbNKC6zlvBQ.png ├── 1_WfKerFhMvUGti7MWVQ81XQ.png ├── 1_bIY_8FE7dJaGk1kjU7iVSg.png ├── 1_fpmtYoP9e8hycFIILPfW5A.png ├── 1_ulfFYH5HbWpLTIfuebj5mQ.gif ├── 3-Figure1-1.png ├── 38-01.png ├── AI_develop1.jpg ├── AI_develop2.jpg ├── AMD_Nvidia.webp ├── AndrewNG_dropout.PNG ├── Batch_Normalization.gif ├── Comparison_convolution_correlation.svg ├── ConvImgEdge.png ├── DifferentKernel.png ├── L2_regular.png ├── LeNet.gif ├── P4HT.jpg ├── Results-normalization-imagenet-resnet50.png ├── SSD.jpg ├── Screenshot-2019-07-21-at-3.05.56-AM.png ├── Screenshot-from-2021-03-18-12-52-17.png ├── Test.jpg ├── The-lower-level-features-progressively-combine-to-form-higher-layer-features-in-deep_Q640.jpg ├── Weierstrass.jpg ├── WeierstrassFunction.svg ├── Weierstrass_Animation.gif ├── XOR.png ├── aHViPTcyNTE0JmNtZD1pdGVtZWRpdG9yaW1hZ2UmZmlsZW5hbWU9aXRlbWVkaXRvcmltYWdlXzVlODRmZTBhZGVlMGMuanBnJnZlcnNpb249MDAwMCZzaWc9ZmZhNjY3ZjgzOGU5ZTg2ODVjNzVjY2I0MDhkNWJkOGI.jpeg ├── adam_vs_sgd_momeunt.gif ├── andrew_ng_weight_init.PNG ├── apple-m1.jpg ├── arc.png ├── batch_norm.jpg ├── batch_norm2.jpg ├── batch_norm3.jpg ├── beauty_of_math.jpg ├── clamp.png ├── cnn_rgb.gif ├── computation_graph_andrew.PNG ├── conv-full-layer.gif ├── convolution.gif ├── cov_1x1.jpg ├── create_issue.png ├── d2l.png ├── data_normalization.png ├── dropout_or_not.png ├── fpga.jpg ├── git_tutorials_1.png ├── git_tutorials_2.png ├── git_tutorials_3.png ├── graph-normalization-methods.png ├── gray-user-journey.png ├── hardware.png ├── imagenet.jpg ├── images.png ├── inception-full.svg ├── inception.jpg ├── increasing-momentum.gif ├── information_bottleneck.jpg ├── kaggle_California.png ├── kaggle_data.jpg ├── latex_1.webp ├── latex_2.webp ├── latex_3.webp ├── latex_4.webp ├── linear_non_linear.png ├── logo.png ├── markdown2pdf.jpg ├── ml_history.png ├── model_zoo.png ├── modularization.jpg ├── moores_law.jpg ├── no_padding_strides.gif ├── non_convex_optimization.jpeg ├── non_linear_activation_benchmark.png ├── normalization.png ├── oneflow_arch.jpeg ├── optimizar_compare.gif ├── overfitting_2.png ├── parallel.jpg ├── pooling.gif ├── pytorch_gpu.png ├── resnet_50_benchmark.jpg ├── resnet_arch.png ├── rgb_cov1.gif ├── rgb_cov2.gif ├── semantics_segmentation.gif ├── sigmoid.png ├── sougou_cloud.jpg ├── soup.jpg ├── test_img.png ├── threadripper.jpg ├── thumb_photoshop-tutorial-r-separate-an-image-into-rgb-color-layers-57693846.png ├── train_wd_0_epoch_300.png ├── train_wd_10_epoch_300.png ├── train_wd_20_epoch_300.png ├── train_wd_5_epoch_300.png ├── vc.png ├── vgg.png ├── vgg_block.svg ├── why_deep_works.jpg ├── zn_abc.jpg ├── 多层感知机.jpg ├── 屏幕截图 2021-12-24 170823.png ├── 微信截图_20211216204557.png ├── 微信截图_20211216204706.png ├── 微信截图_20211216204749.png ├── 微信截图_20211216210434.png ├── 微信截图_20211217154852.png ├── 微信截图_20211221142847.png ├── 微信截图_20211221174519.png ├── 微信截图_20211229223931.png ├── 微信截图_20211229230829.png ├── 感知机.jfif ├── 曲线.png ├── 有隐藏层的感知机.gif ├── 栗子.png ├── 欠拟合.png ├── 正常拟合.png ├── 番01-01.png ├── 番01-02.png ├── 番01-03.png ├── 示意图.png ├── 边界框预测.png ├── 过拟合.png ├── 预测结果.png └── 高维度张量运算.png ├── LICENSE ├── README.md ├── _coverpage.md ├── _sidebar.md ├── extra ├── README.md ├── 番外01-矩阵运算的广播原理.md ├── 番外02-使用和购买GPU.md ├── 番外03-Linux常用命令.md └── 番外04-Kaggle竞赛实践经验.md └── index.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/LICENSE -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/02-Markdown快速入门.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/02-Markdown快速入门.md -------------------------------------------------------------------------------- /docs/03-Git快速入门.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/03-Git快速入门.md -------------------------------------------------------------------------------- /docs/04-数据操作及预处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/04-数据操作及预处理.md -------------------------------------------------------------------------------- /docs/05-线性代数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/05-线性代数.md -------------------------------------------------------------------------------- /docs/06-矩阵计算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/06-矩阵计算.md -------------------------------------------------------------------------------- /docs/07-自动求导.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/07-自动求导.md -------------------------------------------------------------------------------- /docs/08-线性回归.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/08-线性回归.md -------------------------------------------------------------------------------- /docs/09-Softmax回归.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/09-Softmax回归.md -------------------------------------------------------------------------------- /docs/10-多层感知机.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/10-多层感知机.md -------------------------------------------------------------------------------- /docs/11-模型选择+过拟合和欠拟合.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/11-模型选择+过拟合和欠拟合.md -------------------------------------------------------------------------------- /docs/12-权重衰退.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/12-权重衰退.md -------------------------------------------------------------------------------- /docs/13-丢弃法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/13-丢弃法.md -------------------------------------------------------------------------------- /docs/14-数值稳定性&模型初始化&激活函数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/14-数值稳定性&模型初始化&激活函数.md -------------------------------------------------------------------------------- /docs/15-Kaggle加州房价预测案例.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/15-Kaggle加州房价预测案例.md -------------------------------------------------------------------------------- /docs/16-Pytorch神经网络基础.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/16-Pytorch神经网络基础.md -------------------------------------------------------------------------------- /docs/17-卷积神经网络.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/17-卷积神经网络.md -------------------------------------------------------------------------------- /docs/18-填充和步幅.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/18-填充和步幅.md -------------------------------------------------------------------------------- /docs/19-卷积层通道.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/19-卷积层通道.md -------------------------------------------------------------------------------- /docs/20-池化层.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/20-池化层.md -------------------------------------------------------------------------------- /docs/21-LeNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/21-LeNet.md -------------------------------------------------------------------------------- /docs/22-AlexNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/22-AlexNet.md -------------------------------------------------------------------------------- /docs/23-VGG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/23-VGG.md -------------------------------------------------------------------------------- /docs/24-NiN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/24-NiN.md -------------------------------------------------------------------------------- /docs/25-含并行连结的网络.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/25-含并行连结的网络.md -------------------------------------------------------------------------------- /docs/26-批量归一化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/26-批量归一化.md -------------------------------------------------------------------------------- /docs/27-残差网络ResNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/27-残差网络ResNet.md -------------------------------------------------------------------------------- /docs/28-深度学习硬件和相关技术.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/28-深度学习硬件和相关技术.md -------------------------------------------------------------------------------- /docs/29-数据增广.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/29-数据增广.md -------------------------------------------------------------------------------- /docs/30-微调.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/30-微调.md -------------------------------------------------------------------------------- /docs/31-Kaggle_CIFAR10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/31-Kaggle_CIFAR10.md -------------------------------------------------------------------------------- /docs/32-物体检测和数据集.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/32-物体检测和数据集.md -------------------------------------------------------------------------------- /docs/33-锚框.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/33-锚框.md -------------------------------------------------------------------------------- /docs/34-物体检测算法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/34-物体检测算法.md -------------------------------------------------------------------------------- /docs/35-SSD的实现.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/35-SSD的实现.md -------------------------------------------------------------------------------- /docs/36-语义分割.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/36-语义分割.md -------------------------------------------------------------------------------- /docs/37-转置卷积.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/37-转置卷积.md -------------------------------------------------------------------------------- /docs/38-全连接神经网络.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/38-全连接神经网络.md -------------------------------------------------------------------------------- /docs/39-样式迁移.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/39-样式迁移.md -------------------------------------------------------------------------------- /docs/40-序列模型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/40-序列模型.md -------------------------------------------------------------------------------- /docs/41-文本预处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/41-文本预处理.md -------------------------------------------------------------------------------- /docs/42-语言模型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/42-语言模型.md -------------------------------------------------------------------------------- /docs/43-循环神经网络RNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/43-循环神经网络RNN.md -------------------------------------------------------------------------------- /docs/44-门控循环单元(GRU).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/44-门控循环单元(GRU).md -------------------------------------------------------------------------------- /docs/45-深层循环循环网络.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/45-深层循环循环网络.md -------------------------------------------------------------------------------- /docs/46-双向循环神经网络.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/46-双向循环神经网络.md -------------------------------------------------------------------------------- /docs/47-长短期记忆网络(LSTM).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/47-长短期记忆网络(LSTM).md -------------------------------------------------------------------------------- /docs/48-机器翻译数据集.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/48-机器翻译数据集.md -------------------------------------------------------------------------------- /docs/49-编码器和解码器.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/49-编码器和解码器.md -------------------------------------------------------------------------------- /docs/50-序列到序列学习(seq2seq).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/50-序列到序列学习(seq2seq).md -------------------------------------------------------------------------------- /docs/51-束搜索.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/51-束搜索.md -------------------------------------------------------------------------------- /docs/52-注意力机制.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/52-注意力机制.md -------------------------------------------------------------------------------- /docs/53-注意力分数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/53-注意力分数.md -------------------------------------------------------------------------------- /docs/54-使用注意力机制的seq2seq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/54-使用注意力机制的seq2seq.md -------------------------------------------------------------------------------- /docs/55-自注意力.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/55-自注意力.md -------------------------------------------------------------------------------- /docs/56-Transformer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/56-Transformer.md -------------------------------------------------------------------------------- /docs/57-BERT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/57-BERT.md -------------------------------------------------------------------------------- /docs/58-优化算法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/58-优化算法.md -------------------------------------------------------------------------------- /docs/59-课程总结与进阶学习.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/59-课程总结与进阶学习.md -------------------------------------------------------------------------------- /docs/Images/037-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/037-01.png -------------------------------------------------------------------------------- /docs/Images/037-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/037-02.jpg -------------------------------------------------------------------------------- /docs/Images/038-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/038-02.png -------------------------------------------------------------------------------- /docs/Images/038-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/038-03.png -------------------------------------------------------------------------------- /docs/Images/039-01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/039-01.gif -------------------------------------------------------------------------------- /docs/Images/039-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/039-02.png -------------------------------------------------------------------------------- /docs/Images/040-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/040-01.png -------------------------------------------------------------------------------- /docs/Images/040-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/040-02.png -------------------------------------------------------------------------------- /docs/Images/040-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/040-03.png -------------------------------------------------------------------------------- /docs/Images/040-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/040-04.png -------------------------------------------------------------------------------- /docs/Images/040-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/040-05.png -------------------------------------------------------------------------------- /docs/Images/041-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/041-01.png -------------------------------------------------------------------------------- /docs/Images/041-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/041-02.png -------------------------------------------------------------------------------- /docs/Images/041-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/041-03.png -------------------------------------------------------------------------------- /docs/Images/043-01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/043-01.gif -------------------------------------------------------------------------------- /docs/Images/043-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/043-02.png -------------------------------------------------------------------------------- /docs/Images/043-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/043-03.png -------------------------------------------------------------------------------- /docs/Images/043-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/043-04.png -------------------------------------------------------------------------------- /docs/Images/043-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/043-05.png -------------------------------------------------------------------------------- /docs/Images/043-06.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/043-06.gif -------------------------------------------------------------------------------- /docs/Images/043-07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/043-07.gif -------------------------------------------------------------------------------- /docs/Images/043-addition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/043-addition.gif -------------------------------------------------------------------------------- /docs/Images/044-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/044-01.png -------------------------------------------------------------------------------- /docs/Images/044-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/044-02.png -------------------------------------------------------------------------------- /docs/Images/044-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/044-03.png -------------------------------------------------------------------------------- /docs/Images/044-04.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/044-04.gif -------------------------------------------------------------------------------- /docs/Images/045-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/045-01.png -------------------------------------------------------------------------------- /docs/Images/045-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/045-02.png -------------------------------------------------------------------------------- /docs/Images/046-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/046-01.png -------------------------------------------------------------------------------- /docs/Images/047-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/047-01.png -------------------------------------------------------------------------------- /docs/Images/047-02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/047-02.gif -------------------------------------------------------------------------------- /docs/Images/047-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/047-03.png -------------------------------------------------------------------------------- /docs/Images/047-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/047-04.png -------------------------------------------------------------------------------- /docs/Images/048-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/048-01.png -------------------------------------------------------------------------------- /docs/Images/049-01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/049-01.gif -------------------------------------------------------------------------------- /docs/Images/049-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/049-02.png -------------------------------------------------------------------------------- /docs/Images/049-02(2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/049-02(2).jpg -------------------------------------------------------------------------------- /docs/Images/050-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/050-01.png -------------------------------------------------------------------------------- /docs/Images/050-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/050-02.png -------------------------------------------------------------------------------- /docs/Images/050-02.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/050-02.ppm -------------------------------------------------------------------------------- /docs/Images/050-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/050-03.jpg -------------------------------------------------------------------------------- /docs/Images/050-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/050-03.png -------------------------------------------------------------------------------- /docs/Images/051-01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/051-01.gif -------------------------------------------------------------------------------- /docs/Images/052-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/052-01.png -------------------------------------------------------------------------------- /docs/Images/052-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/052-02.png -------------------------------------------------------------------------------- /docs/Images/052-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/052-03.png -------------------------------------------------------------------------------- /docs/Images/052-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/052-04.png -------------------------------------------------------------------------------- /docs/Images/052-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/052-05.png -------------------------------------------------------------------------------- /docs/Images/052-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/052-06.png -------------------------------------------------------------------------------- /docs/Images/053-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/053-01.png -------------------------------------------------------------------------------- /docs/Images/053-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/053-02.png -------------------------------------------------------------------------------- /docs/Images/054-01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/054-01.gif -------------------------------------------------------------------------------- /docs/Images/054-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/054-02.png -------------------------------------------------------------------------------- /docs/Images/054-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/054-04.png -------------------------------------------------------------------------------- /docs/Images/054.03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/054.03.png -------------------------------------------------------------------------------- /docs/Images/055-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/055-01.png -------------------------------------------------------------------------------- /docs/Images/055-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/055-02.png -------------------------------------------------------------------------------- /docs/Images/055-03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/055-03.gif -------------------------------------------------------------------------------- /docs/Images/055-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/055-04.png -------------------------------------------------------------------------------- /docs/Images/056-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/056-01.png -------------------------------------------------------------------------------- /docs/Images/056-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/056-02.png -------------------------------------------------------------------------------- /docs/Images/056-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/056-03.png -------------------------------------------------------------------------------- /docs/Images/056-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/056-04.png -------------------------------------------------------------------------------- /docs/Images/056-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/056-05.png -------------------------------------------------------------------------------- /docs/Images/057-01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/057-01.gif -------------------------------------------------------------------------------- /docs/Images/057-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/057-02.png -------------------------------------------------------------------------------- /docs/Images/057-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/057-03.jpg -------------------------------------------------------------------------------- /docs/Images/057-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/057-04.png -------------------------------------------------------------------------------- /docs/Images/058-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/058-02.png -------------------------------------------------------------------------------- /docs/Images/058-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/058-03.png -------------------------------------------------------------------------------- /docs/Images/058-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/058-04.jpg -------------------------------------------------------------------------------- /docs/Images/058-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/058-06.png -------------------------------------------------------------------------------- /docs/Images/058-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/058-07.png -------------------------------------------------------------------------------- /docs/Images/058-09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/058-09.gif -------------------------------------------------------------------------------- /docs/Images/0rs9l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/0rs9l.gif -------------------------------------------------------------------------------- /docs/Images/1_-eLjPY7UGSoQhSyW5qC6gw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_-eLjPY7UGSoQhSyW5qC6gw.gif -------------------------------------------------------------------------------- /docs/Images/1_3B8iO-se13vA2QfZ4OBRSw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_3B8iO-se13vA2QfZ4OBRSw.png -------------------------------------------------------------------------------- /docs/Images/1_4LnmIbcIiHM0g8q_XJrD7A.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_4LnmIbcIiHM0g8q_XJrD7A.gif -------------------------------------------------------------------------------- /docs/Images/1_4gGddZpKeNIPBoVxYECd5w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_4gGddZpKeNIPBoVxYECd5w.png -------------------------------------------------------------------------------- /docs/Images/1_56UGqknHwtMc9RHRRobL8Q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_56UGqknHwtMc9RHRRobL8Q.png -------------------------------------------------------------------------------- /docs/Images/1_9GTEzcO8KxxrfutmtsPs3Q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_9GTEzcO8KxxrfutmtsPs3Q.png -------------------------------------------------------------------------------- /docs/Images/1_Hz6t-tokG1niaUfmcysusw.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_Hz6t-tokG1niaUfmcysusw.jpeg -------------------------------------------------------------------------------- /docs/Images/1_L9SPSTIq_ptT6a5ejgzmAQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_L9SPSTIq_ptT6a5ejgzmAQ.png -------------------------------------------------------------------------------- /docs/Images/1_O9ulXVmjBustHGLi1zRthA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_O9ulXVmjBustHGLi1zRthA.png -------------------------------------------------------------------------------- /docs/Images/1_REPHY47zAyzgbNKC6zlvBQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_REPHY47zAyzgbNKC6zlvBQ.png -------------------------------------------------------------------------------- /docs/Images/1_WfKerFhMvUGti7MWVQ81XQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_WfKerFhMvUGti7MWVQ81XQ.png -------------------------------------------------------------------------------- /docs/Images/1_bIY_8FE7dJaGk1kjU7iVSg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_bIY_8FE7dJaGk1kjU7iVSg.png -------------------------------------------------------------------------------- /docs/Images/1_fpmtYoP9e8hycFIILPfW5A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_fpmtYoP9e8hycFIILPfW5A.png -------------------------------------------------------------------------------- /docs/Images/1_ulfFYH5HbWpLTIfuebj5mQ.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/1_ulfFYH5HbWpLTIfuebj5mQ.gif -------------------------------------------------------------------------------- /docs/Images/3-Figure1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/3-Figure1-1.png -------------------------------------------------------------------------------- /docs/Images/38-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/38-01.png -------------------------------------------------------------------------------- /docs/Images/AI_develop1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/AI_develop1.jpg -------------------------------------------------------------------------------- /docs/Images/AI_develop2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/AI_develop2.jpg -------------------------------------------------------------------------------- /docs/Images/AMD_Nvidia.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/AMD_Nvidia.webp -------------------------------------------------------------------------------- /docs/Images/AndrewNG_dropout.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/AndrewNG_dropout.PNG -------------------------------------------------------------------------------- /docs/Images/Batch_Normalization.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/Batch_Normalization.gif -------------------------------------------------------------------------------- /docs/Images/Comparison_convolution_correlation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/Comparison_convolution_correlation.svg -------------------------------------------------------------------------------- /docs/Images/ConvImgEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/ConvImgEdge.png -------------------------------------------------------------------------------- /docs/Images/DifferentKernel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/DifferentKernel.png -------------------------------------------------------------------------------- /docs/Images/L2_regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/L2_regular.png -------------------------------------------------------------------------------- /docs/Images/LeNet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/LeNet.gif -------------------------------------------------------------------------------- /docs/Images/P4HT.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/P4HT.jpg -------------------------------------------------------------------------------- /docs/Images/Results-normalization-imagenet-resnet50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/Results-normalization-imagenet-resnet50.png -------------------------------------------------------------------------------- /docs/Images/SSD.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/SSD.jpg -------------------------------------------------------------------------------- /docs/Images/Screenshot-2019-07-21-at-3.05.56-AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/Screenshot-2019-07-21-at-3.05.56-AM.png -------------------------------------------------------------------------------- /docs/Images/Screenshot-from-2021-03-18-12-52-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/Screenshot-from-2021-03-18-12-52-17.png -------------------------------------------------------------------------------- /docs/Images/Test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/Test.jpg -------------------------------------------------------------------------------- /docs/Images/The-lower-level-features-progressively-combine-to-form-higher-layer-features-in-deep_Q640.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/The-lower-level-features-progressively-combine-to-form-higher-layer-features-in-deep_Q640.jpg -------------------------------------------------------------------------------- /docs/Images/Weierstrass.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/Weierstrass.jpg -------------------------------------------------------------------------------- /docs/Images/WeierstrassFunction.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/WeierstrassFunction.svg -------------------------------------------------------------------------------- /docs/Images/Weierstrass_Animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/Weierstrass_Animation.gif -------------------------------------------------------------------------------- /docs/Images/XOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/XOR.png -------------------------------------------------------------------------------- /docs/Images/aHViPTcyNTE0JmNtZD1pdGVtZWRpdG9yaW1hZ2UmZmlsZW5hbWU9aXRlbWVkaXRvcmltYWdlXzVlODRmZTBhZGVlMGMuanBnJnZlcnNpb249MDAwMCZzaWc9ZmZhNjY3ZjgzOGU5ZTg2ODVjNzVjY2I0MDhkNWJkOGI.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/aHViPTcyNTE0JmNtZD1pdGVtZWRpdG9yaW1hZ2UmZmlsZW5hbWU9aXRlbWVkaXRvcmltYWdlXzVlODRmZTBhZGVlMGMuanBnJnZlcnNpb249MDAwMCZzaWc9ZmZhNjY3ZjgzOGU5ZTg2ODVjNzVjY2I0MDhkNWJkOGI.jpeg -------------------------------------------------------------------------------- /docs/Images/adam_vs_sgd_momeunt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/adam_vs_sgd_momeunt.gif -------------------------------------------------------------------------------- /docs/Images/andrew_ng_weight_init.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/andrew_ng_weight_init.PNG -------------------------------------------------------------------------------- /docs/Images/apple-m1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/apple-m1.jpg -------------------------------------------------------------------------------- /docs/Images/arc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/arc.png -------------------------------------------------------------------------------- /docs/Images/batch_norm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/batch_norm.jpg -------------------------------------------------------------------------------- /docs/Images/batch_norm2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/batch_norm2.jpg -------------------------------------------------------------------------------- /docs/Images/batch_norm3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/batch_norm3.jpg -------------------------------------------------------------------------------- /docs/Images/beauty_of_math.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/beauty_of_math.jpg -------------------------------------------------------------------------------- /docs/Images/clamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/clamp.png -------------------------------------------------------------------------------- /docs/Images/cnn_rgb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/cnn_rgb.gif -------------------------------------------------------------------------------- /docs/Images/computation_graph_andrew.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/computation_graph_andrew.PNG -------------------------------------------------------------------------------- /docs/Images/conv-full-layer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/conv-full-layer.gif -------------------------------------------------------------------------------- /docs/Images/convolution.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/convolution.gif -------------------------------------------------------------------------------- /docs/Images/cov_1x1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/cov_1x1.jpg -------------------------------------------------------------------------------- /docs/Images/create_issue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/create_issue.png -------------------------------------------------------------------------------- /docs/Images/d2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/d2l.png -------------------------------------------------------------------------------- /docs/Images/data_normalization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/data_normalization.png -------------------------------------------------------------------------------- /docs/Images/dropout_or_not.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/dropout_or_not.png -------------------------------------------------------------------------------- /docs/Images/fpga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/fpga.jpg -------------------------------------------------------------------------------- /docs/Images/git_tutorials_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/git_tutorials_1.png -------------------------------------------------------------------------------- /docs/Images/git_tutorials_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/git_tutorials_2.png -------------------------------------------------------------------------------- /docs/Images/git_tutorials_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/git_tutorials_3.png -------------------------------------------------------------------------------- /docs/Images/graph-normalization-methods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/graph-normalization-methods.png -------------------------------------------------------------------------------- /docs/Images/gray-user-journey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/gray-user-journey.png -------------------------------------------------------------------------------- /docs/Images/hardware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/hardware.png -------------------------------------------------------------------------------- /docs/Images/imagenet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/imagenet.jpg -------------------------------------------------------------------------------- /docs/Images/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/images.png -------------------------------------------------------------------------------- /docs/Images/inception-full.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/inception-full.svg -------------------------------------------------------------------------------- /docs/Images/inception.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/inception.jpg -------------------------------------------------------------------------------- /docs/Images/increasing-momentum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/increasing-momentum.gif -------------------------------------------------------------------------------- /docs/Images/information_bottleneck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/information_bottleneck.jpg -------------------------------------------------------------------------------- /docs/Images/kaggle_California.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/kaggle_California.png -------------------------------------------------------------------------------- /docs/Images/kaggle_data.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/kaggle_data.jpg -------------------------------------------------------------------------------- /docs/Images/latex_1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/latex_1.webp -------------------------------------------------------------------------------- /docs/Images/latex_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/latex_2.webp -------------------------------------------------------------------------------- /docs/Images/latex_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/latex_3.webp -------------------------------------------------------------------------------- /docs/Images/latex_4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/latex_4.webp -------------------------------------------------------------------------------- /docs/Images/linear_non_linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/linear_non_linear.png -------------------------------------------------------------------------------- /docs/Images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/logo.png -------------------------------------------------------------------------------- /docs/Images/markdown2pdf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/markdown2pdf.jpg -------------------------------------------------------------------------------- /docs/Images/ml_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/ml_history.png -------------------------------------------------------------------------------- /docs/Images/model_zoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/model_zoo.png -------------------------------------------------------------------------------- /docs/Images/modularization.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/modularization.jpg -------------------------------------------------------------------------------- /docs/Images/moores_law.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/moores_law.jpg -------------------------------------------------------------------------------- /docs/Images/no_padding_strides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/no_padding_strides.gif -------------------------------------------------------------------------------- /docs/Images/non_convex_optimization.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/non_convex_optimization.jpeg -------------------------------------------------------------------------------- /docs/Images/non_linear_activation_benchmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/non_linear_activation_benchmark.png -------------------------------------------------------------------------------- /docs/Images/normalization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/normalization.png -------------------------------------------------------------------------------- /docs/Images/oneflow_arch.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/oneflow_arch.jpeg -------------------------------------------------------------------------------- /docs/Images/optimizar_compare.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/optimizar_compare.gif -------------------------------------------------------------------------------- /docs/Images/overfitting_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/overfitting_2.png -------------------------------------------------------------------------------- /docs/Images/parallel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/parallel.jpg -------------------------------------------------------------------------------- /docs/Images/pooling.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/pooling.gif -------------------------------------------------------------------------------- /docs/Images/pytorch_gpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/pytorch_gpu.png -------------------------------------------------------------------------------- /docs/Images/resnet_50_benchmark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/resnet_50_benchmark.jpg -------------------------------------------------------------------------------- /docs/Images/resnet_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/resnet_arch.png -------------------------------------------------------------------------------- /docs/Images/rgb_cov1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/rgb_cov1.gif -------------------------------------------------------------------------------- /docs/Images/rgb_cov2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/rgb_cov2.gif -------------------------------------------------------------------------------- /docs/Images/semantics_segmentation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/semantics_segmentation.gif -------------------------------------------------------------------------------- /docs/Images/sigmoid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/sigmoid.png -------------------------------------------------------------------------------- /docs/Images/sougou_cloud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/sougou_cloud.jpg -------------------------------------------------------------------------------- /docs/Images/soup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/soup.jpg -------------------------------------------------------------------------------- /docs/Images/test_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/test_img.png -------------------------------------------------------------------------------- /docs/Images/threadripper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/threadripper.jpg -------------------------------------------------------------------------------- /docs/Images/thumb_photoshop-tutorial-r-separate-an-image-into-rgb-color-layers-57693846.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/thumb_photoshop-tutorial-r-separate-an-image-into-rgb-color-layers-57693846.png -------------------------------------------------------------------------------- /docs/Images/train_wd_0_epoch_300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/train_wd_0_epoch_300.png -------------------------------------------------------------------------------- /docs/Images/train_wd_10_epoch_300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/train_wd_10_epoch_300.png -------------------------------------------------------------------------------- /docs/Images/train_wd_20_epoch_300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/train_wd_20_epoch_300.png -------------------------------------------------------------------------------- /docs/Images/train_wd_5_epoch_300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/train_wd_5_epoch_300.png -------------------------------------------------------------------------------- /docs/Images/vc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/vc.png -------------------------------------------------------------------------------- /docs/Images/vgg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/vgg.png -------------------------------------------------------------------------------- /docs/Images/vgg_block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/vgg_block.svg -------------------------------------------------------------------------------- /docs/Images/why_deep_works.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/why_deep_works.jpg -------------------------------------------------------------------------------- /docs/Images/zn_abc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/zn_abc.jpg -------------------------------------------------------------------------------- /docs/Images/多层感知机.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/多层感知机.jpg -------------------------------------------------------------------------------- /docs/Images/屏幕截图 2021-12-24 170823.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/屏幕截图 2021-12-24 170823.png -------------------------------------------------------------------------------- /docs/Images/微信截图_20211216204557.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/微信截图_20211216204557.png -------------------------------------------------------------------------------- /docs/Images/微信截图_20211216204706.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/微信截图_20211216204706.png -------------------------------------------------------------------------------- /docs/Images/微信截图_20211216204749.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/微信截图_20211216204749.png -------------------------------------------------------------------------------- /docs/Images/微信截图_20211216210434.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/微信截图_20211216210434.png -------------------------------------------------------------------------------- /docs/Images/微信截图_20211217154852.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/微信截图_20211217154852.png -------------------------------------------------------------------------------- /docs/Images/微信截图_20211221142847.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/微信截图_20211221142847.png -------------------------------------------------------------------------------- /docs/Images/微信截图_20211221174519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/微信截图_20211221174519.png -------------------------------------------------------------------------------- /docs/Images/微信截图_20211229223931.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/微信截图_20211229223931.png -------------------------------------------------------------------------------- /docs/Images/微信截图_20211229230829.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/微信截图_20211229230829.png -------------------------------------------------------------------------------- /docs/Images/感知机.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/感知机.jfif -------------------------------------------------------------------------------- /docs/Images/曲线.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/曲线.png -------------------------------------------------------------------------------- /docs/Images/有隐藏层的感知机.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/有隐藏层的感知机.gif -------------------------------------------------------------------------------- /docs/Images/栗子.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/栗子.png -------------------------------------------------------------------------------- /docs/Images/欠拟合.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/欠拟合.png -------------------------------------------------------------------------------- /docs/Images/正常拟合.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/正常拟合.png -------------------------------------------------------------------------------- /docs/Images/番01-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/番01-01.png -------------------------------------------------------------------------------- /docs/Images/番01-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/番01-02.png -------------------------------------------------------------------------------- /docs/Images/番01-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/番01-03.png -------------------------------------------------------------------------------- /docs/Images/示意图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/示意图.png -------------------------------------------------------------------------------- /docs/Images/边界框预测.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/边界框预测.png -------------------------------------------------------------------------------- /docs/Images/过拟合.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/过拟合.png -------------------------------------------------------------------------------- /docs/Images/预测结果.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/预测结果.png -------------------------------------------------------------------------------- /docs/Images/高维度张量运算.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/Images/高维度张量运算.png -------------------------------------------------------------------------------- /docs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/LICENSE -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/_coverpage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/_coverpage.md -------------------------------------------------------------------------------- /docs/_sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/_sidebar.md -------------------------------------------------------------------------------- /docs/extra/README.md: -------------------------------------------------------------------------------- 1 | # 番外篇 2 | 3 | 本章归纳了学习过程中一些零散的知识点,可以点击目录栏内子标题查看。 -------------------------------------------------------------------------------- /docs/extra/番外01-矩阵运算的广播原理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/extra/番外01-矩阵运算的广播原理.md -------------------------------------------------------------------------------- /docs/extra/番外02-使用和购买GPU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/extra/番外02-使用和购买GPU.md -------------------------------------------------------------------------------- /docs/extra/番外03-Linux常用命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/extra/番外03-Linux常用命令.md -------------------------------------------------------------------------------- /docs/extra/番外04-Kaggle竞赛实践经验.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/extra/番外04-Kaggle竞赛实践经验.md -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/green-dalii/d2l-note/HEAD/docs/index.html --------------------------------------------------------------------------------