实例介绍
除了机器学习基石该门课配套的教材Learning from Data之外,还补充了高清配图,以及每个章节对应的学者的对应心得笔记
【实例截图】
【核心代码】
Learning-from-data-master
├── Learning from data.pdf
└── Learning-from-data-master
├── Chapter1
│ ├── Chapter 1 The Learning Problem.ipynb
│ ├── Chapter 1 The Learning Problem.pdf
│ ├── Problem 1.5 (Page 35).py
│ └── md
│ ├── Chapter 1 The Learning Problem.md
│ ├── output_12_0.png
│ ├── output_27_0.png
│ ├── output_27_1.png
│ ├── output_27_2.png
│ ├── output_31_0.png
│ ├── output_44_0.png
│ ├── output_50_0.png
│ ├── output_52_0.png
│ ├── output_54_0.png
│ ├── output_58_0.png
│ ├── output_63_1.png
│ ├── output_64_1.png
│ ├── output_65_1.png
│ ├── output_66_1.png
│ └── output_75_0.png
├── Chapter2
│ ├── Chapter2 Training versus Testing.ipynb
│ ├── Chapter2 Training versus Testing.pdf
│ └── md
│ ├── Chapter2 Training versus Testing.md
│ ├── output_105_0.png
│ ├── output_130_0.png
│ ├── output_21_0.png
│ ├── output_24_0.png
│ ├── output_25_0.png
│ ├── output_33_0.png
│ ├── output_34_0.png
│ ├── output_41_0.png
│ ├── output_52_0.png
│ ├── output_56_0.png
│ ├── output_69_0.png
│ ├── output_75_0.png
│ ├── output_77_0.png
│ ├── output_81_0.png
│ ├── output_83_0.png
│ └── output_95_0.png
├── Chapter3
│ ├── Chapter 3 The Linear Model.ipynb
│ ├── Chapter 3 The Linear Model.pdf
│ ├── md
│ │ ├── Chapter 3 The Linear Model.md
│ │ ├── output_101_0.png
│ │ ├── output_104_0.png
│ │ ├── output_108_0.png
│ │ ├── output_118_0.png
│ │ ├── output_120_1.png
│ │ ├── output_122_1.png
│ │ ├── output_126_1.png
│ │ ├── output_130_0.png
│ │ ├── output_132_1.png
│ │ ├── output_13_0.png
│ │ ├── output_13_1.png
│ │ ├── output_146_0.png
│ │ ├── output_148_0.png
│ │ ├── output_153_0.png
│ │ ├── output_30_0.png
│ │ ├── output_30_1.png
│ │ ├── output_37_0.png
│ │ ├── output_38_0.png
│ │ ├── output_39_0.png
│ │ ├── output_41_0.png
│ │ ├── output_42_0.png
│ │ ├── output_43_0.png
│ │ ├── output_45_0.png
│ │ ├── output_47_0.png
│ │ ├── output_50_0.png
│ │ ├── output_53_0.png
│ │ ├── output_68_0.png
│ │ ├── output_70_0.png
│ │ ├── output_72_0.png
│ │ ├── output_77_0.png
│ │ ├── output_81_0.png
│ │ ├── output_87_0.png
│ │ ├── output_89_0.png
│ │ ├── output_91_0.png
│ │ ├── output_97_0.png
│ │ ├── output_9_0.png
│ │ └── output_9_1.png
│ └── 代码
│ ├── Exercise 3.11 (Page 101).py
│ ├── Exercise 3.12 (Page 103).py
│ ├── Exercise 3.2 (Page 80).py
│ ├── Exercise 3.9 (Page 97).py
│ ├── Problem 3.1 (Page 109).py
│ ├── Problem 3.13 (Page 113).py
│ ├── Problem 3.17 (Page 115).py
│ ├── Problem 3.2 (Page 109).py
│ ├── Problem 3.3 (Page 109).py
│ ├── Problem 3.4 (Page 110).py
│ ├── Problem 3.5 (Page 110).py
│ └── Problem 3.7 (Page 111).py
├── Chapter4
│ ├── Chapter 4 Overfitting.pdf
│ ├── md
│ │ ├── Chapter 4 Overfitting.md
│ │ ├── output_26_0.png
│ │ ├── output_31_0.png
│ │ ├── output_36_1.png
│ │ ├── output_40_0.png
│ │ ├── output_43_0.png
│ │ ├── output_4_0.png
│ │ ├── output_6_0.png
│ │ ├── output_76_0.png
│ │ ├── output_78_0.png
│ │ └── output_8_0.png
│ ├── pickle
│ │ ├── Deterministic noise.pickle
│ │ └── Stochastic noise.pickle
│ └── 代码
│ ├── Problem 4.1 (Page 154).py
│ ├── Problem 4.19 (Page 161).py
│ ├── Problem 4.24(Page 163).py
│ ├── Problem 4.3 (Page 154).py
│ ├── Problem 4.4 (Page 155).py
│ ├── Problem 4.4 (d)(Page 155).py
│ ├── Problem 4.4 (f)(Page 155).py
│ └── Problem 4.4 (f1)(Page 155).py
├── Chapter5
│ ├── Chapter5 Three Learning Principles.pdf
│ └── md
│ └── Chapter5 Three Learning Principles.md
├── Chapter6
│ ├── Chapter 6 Similarity-Based Methods.pdf
│ ├── md
│ │ ├── Chapter 6 Similarity-Based Methods.md
│ │ ├── output_11_0.png
│ │ ├── output_14_0.png
│ │ ├── output_16_0.png
│ │ ├── output_16_1.png
│ │ ├── output_1_0.png
│ │ ├── output_3_0.png
│ │ ├── output_4_0.png
│ │ ├── output_7_0.png
│ │ └── output_8_0.png
│ └── 代码
│ ├── Exercise 6.3 (Page 9).py
│ ├── Problem 6.1 (Page 42).py
│ ├── Problem 6.2 (Page 42).py
│ └── Problem 6.4 (Page 42) .py
├── Chapter7
│ ├── Chapter7 Neural Networks.pdf
│ └── md
│ └── Chapter7 Neural Networks.md
├── Chapter8
│ ├── Chapter8 Support Vector Machines.pdf
│ ├── md
│ │ ├── Chapter8 Support Vector Machines.md
│ │ ├── output_17_0.png
│ │ ├── output_21_0.png
│ │ ├── output_25_0.png
│ │ ├── output_28_0.png
│ │ ├── output_30_0.png
│ │ ├── output_32_0.png
│ │ ├── output_33_0.png
│ │ ├── output_36_1.png
│ │ ├── output_38_0.png
│ │ ├── output_3_0.png
│ │ ├── output_40_0.png
│ │ ├── output_5_0.png
│ │ └── output_9_0.png
│ └── 代码
│ ├── Problem 8.5.py
│ ├── Problem. 8.13py.py
│ ├── exercise 8.17.py
│ ├── exercise 8.2.py
│ └── exercise 8.6.py
├── Chapter9
│ ├── Chapter 9 Learning Aides.pdf
│ ├── md
│ │ ├── Chapter 9 Learning Aides.md
│ │ ├── output_11_0.png
│ │ ├── output_11_1.png
│ │ ├── output_13_0.png
│ │ ├── output_1_0.png
│ │ ├── output_1_1.png
│ │ ├── output_1_3.png
│ │ ├── output_1_4.png
│ │ ├── output_1_5.png
│ │ ├── output_1_6.png
│ │ ├── output_3_0.png
│ │ ├── output_5_0.png
│ │ ├── output_7_1.png
│ │ ├── output_7_2.png
│ │ ├── output_7_3.png
│ │ ├── output_9_0.png
│ │ ├── output_9_1.png
│ │ └── output_9_2.png
│ ├── 代码
│ │ ├── Exercise 9.18(Page 35).py
│ │ ├── Problem 9.1(Page 38).py
│ │ ├── Problem 9.10(Page 40).py
│ │ ├── Problem 9.14(Page 42).py
│ │ ├── Problem 9.22(Page 47).py
│ │ ├── Problem 9.23(Page 48).py
│ │ ├── Problem 9.6 (Page 39).py
│ │ ├── Problem 9.8 (Page 39).py
│ │ ├── features.test
│ │ ├── features.train
│ │ ├── zip.test
│ │ └── zip.train
│ └── 参考论文
│ ├── A Permutation Approach to Validation .pdf
│ └── 二次曲线正负区域的一些性质_吴顺唐.pdf
├── README.md
└── photo
├── Chapter1
│ └── C1E7.png
├── Chapter3
│ ├── Exercise3.5.png
│ ├── Problem3.1.png
│ ├── Problem3.12.png
│ ├── Problem3.13.png
│ ├── Problem3.16.png
│ ├── Problem3.16_2.png
│ ├── Problem3.19.png
│ └── Problem3.3.png
├── Chapter4
│ ├── Exercise4.10.png
│ ├── Exercise4.11.png
│ ├── Exercise4.9.png
│ ├── Problem4.10.png
│ ├── Problem4.4a.png
│ └── Problem4.4b.png
├── Chapter5
│ └── Problem5.2.png
├── Chapter7
│ ├── 2018100401.png
│ ├── Exercise 7.16.png
│ ├── Exercise 7.1a.png
│ ├── Exercise 7.1b.png
│ ├── Exercise 7.3.png
│ ├── Exercise 7.8.png
│ ├── Problem 7.1.png
│ ├── Problem 7.7.png
│ └── Problem 7.8.png
├── Chapter8
│ ├── Exercise 8.8.png
│ ├── Problem 8.11.png
│ └── Problem 8.13.png
├── Chapter9
│ └── Exercise 9.6.png
└── 论坛提问
└── Problem 6.20.png
35 directories, 216 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论