# ML-notes
notes about machine learning
很喜欢一句话:**应用之道,存乎一心**,与大家共勉
ps:如果我的笔记对你有帮助,给个star叭!
> 做了一段时间的笔记,发现真正去做project的时候,自己还是很生疏的,machine learning理论学习得再详尽,最终也还是要落于实践才行,这段时间我将陆续将自己所做的几个Assignment上传至github上,尽量注释详细,并使用多种方法进行对比验证:https://github.com/Sakura-gh/ML-assignments
##### pages
the github page is: https://Sakura-gh.github.io/ML-notes
you can also visit gitee page for quicker Internet in China: https://Sakura-gh.gitee.io/ml-notes
##### keras实践经验:
[keras-tips](https://github.com/Sakura-gh/ML-notes/blob/master/keras-tips.md)
##### html链接:
[1_Introduction]( https://sakura-gh.github.io/ML-notes/ML-notes-html/1_Introduction.html)
[2_Regression Case Study]( https://sakura-gh.github.io/ML-notes/ML-notes-html/2_Regression-Case-Study.html)
[3_Regression demo(Adagrad)]( https://sakura-gh.github.io/ML-notes/ML-notes-html/3_Regression-demo(Adagrad).html)
[4_Where does the error come from](https://sakura-gh.github.io/ML-notes/ML-notes-html/4_Where-does-the-error-come-from.html)
[5_Gradient Descent](https://sakura-gh.github.io/ML-notes/ML-notes-html/5_Gradient-Descent.html)
[6_Classification](https://sakura-gh.github.io/ML-notes/ML-notes-html/6_Classification.html)
[7_Logistic Regression](https://sakura-gh.github.io/ML-notes/ML-notes-html/7_Logistic-Regression.html)
[8_Deep Learning](https://sakura-gh.github.io/ML-notes/ML-notes-html/8_Deep-Learning.html)
[9_Backpropagation](https://sakura-gh.github.io/ML-notes/ML-notes-html/9_Backpropagation.html)
[10_Keras](https://sakura-gh.github.io/ML-notes/ML-notes-html/10_Keras.html)
[11_Convolutional Neural Network part1](https://sakura-gh.github.io/ML-notes/ML-notes-html/11_Convolutional-Neural-Network-part1.html)
[12_Convolutional Neural Network part2](https://sakura-gh.github.io/ML-notes/ML-notes-html/12_Convolutional-Neural-Network-part2.html)
[13_Tips for Deep Learning](https://sakura-gh.github.io/ML-notes/ML-notes-html/13_Tips-for-Deep-Learning.html)
[14_Why Deep](https://sakura-gh.github.io/ML-notes/ML-notes-html/14_Why-Deep.html)
##### csdn博客链接:
[机器学习系列1-机器学习概念及介绍](https://blog.csdn.net/weixin_44406200/article/details/104060561)
[机器学习系列2-回归案例研究](https://blog.csdn.net/weixin_44406200/article/details/104071036)
[梯度下降代码举例:Gradient Descent Demo(Adagrad)](https://blog.csdn.net/weixin_44406200/article/details/104075986)
[机器学习系列4-模型的误差来源及减少误差的方法](https://blog.csdn.net/weixin_44406200/article/details/104088554)
[机器学习系列5-梯度下降法](https://blog.csdn.net/weixin_44406200/article/details/104256006)
[机器学习系列6-分类问题(概率生成模型)](https://blog.csdn.net/weixin_44406200/article/details/104272160)
[机器学习系列7-逻辑回归](https://blog.csdn.net/weixin_44406200/article/details/104288916)
[机器学习系列8-深度学习简介](https://blog.csdn.net/weixin_44406200/article/details/104299958)
[机器学习系列9-反向传播](https://blog.csdn.net/weixin_44406200/article/details/104310991)
[机器学习系列10-手写数字识别(Keras2.0)](https://blog.csdn.net/weixin_44406200/article/details/104328947)
[机器学习系列11-卷积神经网络CNN part1](https://blog.csdn.net/weixin_44406200/article/details/104370738)
[机器学习系列12-卷积神经网络CNN part2](https://blog.csdn.net/weixin_44406200/article/details/104392592)
[机器学习系列13-深度学习的技巧和优化方法](https://blog.csdn.net/weixin_44406200/article/details/104430737)
[机器学习系列14-为什么要做“深度”学习](https://blog.csdn.net/weixin_44406200/article/details/104452873)
##### 代码链接:
[Gradient Descent Demo(Adagrad)]( https://sakura-gh.github.io/ML-notes/code/Gradient-Descent-Demo/Gradient-Descent-Demo.html)
[手写数字识别(Keras2.0)](https://github.com/Sakura-gh/ML-notes/blob/master/code/Digits-Detection/digits-detection.py)
[手写数字识别CNN实现(Keras2.0)](https://github.com/Sakura-gh/ML-notes/blob/master/code/Digits-Detection/digits-detection-cnn.py)
##### Assignments链接:
- [PM2.5预测:Regression](https://github.com/Sakura-gh/ML-assignments/tree/master/Assignment/Assignment1)
- [年收入预测:Classification](https://github.com/Sakura-gh/ML-assignments/tree/master/Assignment/Assignment2)
##### LICENSE:
GPL-2.0
##### 温馨提示:
图片加载可能会有些许缓慢,请耐心等待\\(\^o\^)/
没有合适的资源?快使用搜索试试~ 我知道了~
李宏毅深度学习.zip
共92个文件
png:40个
html:16个
md:16个
需积分: 50 13 下载量 69 浏览量
2021-12-16
11:31:49
上传
评论 2
收藏 64.02MB ZIP 举报
温馨提示
李宏毅老师的深度学习笔记和部分代码
资源详情
资源评论
资源推荐
收起资源包目录
李宏毅深度学习.zip (92个子文件)
李宏毅深度学习笔记
ML-notes-html
12_Convolutional-Neural-Network-part2.html 112KB
11_Convolutional-Neural-Network-part1.html 135KB
10_Keras.html 115KB
3_Regression-demo(Adagrad).html 104KB
2_Regression-Case-Study.html 678KB
14_Why-Deep.html 44KB
5_Gradient-Descent.html 356KB
6_Classification.html 338KB
8_Deep-Learning.html 105KB
7_Logistic-Regression.html 495KB
9_Backpropagation.html 446KB
13_Tips-for-Deep-Learning.html 443KB
4_Where-does-the-error-come-from.html 323KB
1_Introduction.html 27KB
ML-notes-md
6_Classification.md 22KB
5_Gradient Descent.md 17KB
1_Introduction.md 8KB
12_Convolutional Neural Network part2.md 24KB
10_Keras.md 23KB
9_Backpropagation.md 14KB
8_Deep Learning.md 20KB
13_Tips for Deep Learning.md 49KB
4_Where does the error come from.md 26KB
7_Logistic Regression.md 23KB
3_Regression demo(Adagrad).md 10KB
14_Why Deep.md 24KB
11_Convolutional Neural Network part1.md 35KB
2_Regression Case Study.md 31KB
img
results.png 164KB
regularization-illustration.png 619KB
Xcp-2.png 162KB
Xcp-3.png 171KB
learningMap.png 104KB
loss-figure.png 142KB
large-variance.png 344KB
Xcp-overfitting.png 114KB
transfer-Learning.png 831KB
unsupervised-Learning.png 1.68MB
reinforcement-Learning.png 208KB
estimator.png 339KB
Xcp-5.png 175KB
L1L2regularization.png 189KB
cross-validation.png 45KB
best-function.png 96KB
model.png 203KB
pokeman-parameters.png 439KB
semi-supervised-Learning.png 617KB
Xcp-compare.png 135KB
model-bias.png 498KB
new-results.png 212KB
model-selection.png 40KB
goodness-of-function.png 649KB
gradient-stuck.png 379KB
regularization.png 67KB
gradient-two-parameters.png 443KB
n-flod-cross-validation.png 66KB
gradient-descent.png 160KB
bias-variance.png 1.2MB
large-bias.png 114KB
hidden-factors.png 343KB
regularization-performance.png 158KB
bias-vs-variance.png 262KB
new-model.png 86KB
5000-tests.png 436KB
L1-L2.png 181KB
loss-function.png 94KB
Xcp-4.png 161KB
structured-Learning.png 393KB
index.html 23KB
LICENSE 18KB
.DS_Store 6KB
ML-notes-pdf
12_Convolutional Neural Network part2.pdf 9.94MB
11_Convolutional Neural Network part1.pdf 5.06MB
2_Regression Case Study.pdf 5.12MB
13_Tips for Deep Learning.pdf 6.78MB
6_Classification.pdf 4.26MB
8_Deep Learning.pdf 2.87MB
10_Keras.pdf 5.42MB
7_Logistic Regression.pdf 3.34MB
5_Gradient Descent.pdf 3.7MB
3_Regression demo(Adagrad).pdf 459KB
9_Backpropagation.pdf 1.54MB
1_Introduction.pdf 3.22MB
14_Why Deep.pdf 4.63MB
code
Digits-Detection
digits-detection.py 3KB
digits-detection-cnn.py 3KB
.DS_Store 6KB
Gradient-Descent-Demo
Gradient-Descent-Demo.ipynb 56KB
Gradient-Descent-Demo.html 359KB
GradientDescentDemo_official.ipynb 16KB
README.md 5KB
keras-tips.md 2KB
共 92 条
- 1
zrrrr
- 粉丝: 268
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 山东联通-海信IP501H-GK6323V100C-1+8G-4.4.2-当贝桌面-卡刷包
- IMG_6338.PNG
- 典范相关分析-CCorA:R语言实现代码+示例数据
- IMG_6337.PNG
- 首发花粥商城兼容彩虹商城简介模板
- C#/WinForm演示退火算法(源码)
- 如何在 IntelliJ IDEA 中去掉 Java 方法注释后的空行.md
- C语言版base64编解码算法实现
- iflytek TextBrewer Ner任务的增强版,TextBrewer是一个基于pytorch的、为实现NLP中的知识蒸馏任务而设计的工具包
- iflytek TextBrewer Ner任务的增强版,TextBrewer是一个基于pytorch的、为实现NLP中的知识蒸馏任务而设计的工具包
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0