• Stars
    star
    193
  • Rank 199,964 (Top 4 %)
  • Language
    Jupyter Notebook
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

统计学习方法训练营课程作业及答案,视频笔记在线阅读地址:https://relph1119.github.io/statistical-learning-method-camp

《统计学习方法》训练营

课程资料

  1. 李航《统计学习方法》中机器学习模型的LaTeX公式笔记
  2. 李航《统计学习方法笔记》中的代码、notebook、参考文献、Errata
  3. 李航《统计学习方法》习题笔记
  • 本训练营的学习安排与课程任务:详见文件夹Books中的《统计学习方法作业》doc文档

视频笔记在线阅读地址

视频笔记在线阅读地址:https://relph1119.github.io/statistical-learning-method-camp

相关资料下载地址(包括视频笔记和习题解答)

链接:https://pan.baidu.com/s/1TrUW79J06HzVRoqOebLg9w
提取码:tc49

课程安排(第四期)

总课时:5 周

第一周

  • 1 学习第1章统计学习方法概论
  • 2 学习第2章感知机
  • 3 学习第3章k近邻

第二周

  • 4 学习第4章朴素贝叶斯法
  • 5 学习第5章决策树

第三周

  • 6 学习第6章Logistic回归与最大熵模
  • 7 学习第7章支持向量机

第四周

  • 8 学习第8章提升方法
  • 9 学习第9章EM算法及推广

第五周

  • 10 学习第10章隐马尔科夫模型
  • 11 学习第11章条件随机场

项目结构

Books--------------------------------------作业汇总和视频笔记的pdf
docs---------------------------------------视频笔记
Exercises-of-the-First-Edition-------------第一版章节习题解答
+---images---------------------------------习题插图
+---notebook-------------------------------JupyterNotebook格式习题解答
PhaseFour----------------------------------深度之眼第四期
+---Note
|    +----image----------------------------笔记截图
|    +----notebook-------------------------JupyterNotebook格式视频笔记
+---Week1----------------------------------第一周作业
+---Week2----------------------------------第二周作业
+---Week3----------------------------------第三周作业
+---Week4----------------------------------第四周作业
+---Week5----------------------------------第五周作业
PhaseOne-----------------------------------深度之眼第一期
+---Week1----------------------------------第一周作业
+---Week2----------------------------------第二周作业
+---Week3----------------------------------第三周作业
+---Week4----------------------------------第四周作业
+---Week5----------------------------------第五周作业

运行环境设置

  1. 安装相关的依赖包
    pip install -r requirements.txt
  2. 安装graphviz
    可参考博客:https://blog.csdn.net/HNUCSEE_LJK/article/details/86772806
  3. 设置PhaseFour目录为Sources Root

总结

  笔者有一些作业题是根据优秀资源[3]中解答的,作业题并不难,希望小伙伴们都能动手完成。
  该训练营课程来自微信公众号深度之眼,笔者非常推荐,虽然以自学为主,但是在星球中能学到很多知识。该公众号下的机器学习实战训练营也很不错,大家可以尝试学习一下,一定有很大的收获。这个是我在该训练营的作业:机器学习实战
  笔者用了近三周时间(2019年7月26日——2019年8月15日),完成了深度之眼的统计学习方法第四期视频笔记,再次学一遍感觉收获甚多,还记得第一次学这本书的时候,很多公式都没有手动推导,这次视频笔记是根据老师的视频,添加了很多笔者自己推导的公式,希望大家能读懂并能有所收获,笔记中难免有些错误,还请大家能协助帮忙指出。
  笔者用了近10天时间(2019年11月4日——2019年11月14日),完成了李航-统计学习方法(第一版)的所有习题,在做习题的时候,查了很多资料,大部分题目是参考优秀资源[3]中的解答,虽然里面很多证明没有,但是笔者依然坚持完成了,这是第三遍刷李航老师的这本书了,笔记中习题6.3的代码编程没有完成,但是笔者依然会在后期完善并更新文档,PDF版本在Books文件夹下,另外很感谢一个女生一直支持我完成习题。

More Repositories

1

mysql-learning-notes

MySQL学习《MySQL 是怎样运行的:从根儿上理解 MySQL》,在线阅读:https://relph1119.github.io/mysql-learning-notes/
350
star
2

MachineLearning-WatermelonBook

周志华-机器学习
Jupyter Notebook
250
star
3

deeplearning-with-tensorflow-notes

龙曲良《TensorFlow深度学习》学习笔记及代码,采用TensorFlow2.0.0版本
Jupyter Notebook
165
star
4

JVMByPython

《自己动手写Java虚拟机》JVM的python实现
Python
127
star
5

QuestForMachineLearning-Camp

深度之眼《百面机器学习》训练营
Jupyter Notebook
93
star
6

my-team-learning

我的Datawhale组队学习,在线阅读地址:https://relph1119.github.io/my-team-learning
Jupyter Notebook
53
star
7

GraphicDesignPatternByPython

图解设计模式(Python)
Python
39
star
8

deeplearning-with-pytorch-notes

龙曲良《PyTorch深度学习》学习笔记及代码
Python
39
star
9

TinyBlockChains

《从零开始自己动手写区块链》代码和笔记
Jupyter Notebook
33
star
10

black-hat-python-2nd

《Python黑帽子-黑客与渗透测试编程之道》(Black Hat Python, 2nd Edition)阅读笔记
Python
29
star
11

recommendation-system-practice-notes

《推荐系统实践》代码与读书笔记,在线阅读地址:https://relph1119.github.io/recommendation-system-practice-notes
Jupyter Notebook
28
star
12

python3-web-spider-learning

《Python3爬虫开发实战》(第2版)笔记
HTML
24
star
13

GraphicDesignPattern

图解设计模式(Java)
Java
20
star
14

GraphicMultiThreadDesignPattern

图解Java多线程设计模式
Java
19
star
15

Pytorch-Camp

深度之眼《Pytorch框架训练营》
Jupyter Notebook
18
star
16

wasm-python-book

《WebAssembly原理与核心技术》WebAssembly解释器的Python实现
WebAssembly
18
star
17

jvm-nodejs

采用Node.js实现JVM
JavaScript
17
star
18

c-primer-plus

C Primer Plus第6版编程练习解答,在线阅读地址:https://relph1119.github.io/c-primer-plus
C
14
star
19

PyTorchNLPBook

《基于PyTorch的自然语言处理》阅读笔记
Jupyter Notebook
11
star
20

deeplearning-with-phthon-2nd

《Python深度学习(第2版)》代码及笔记
Jupyter Notebook
11
star
21

machine-learning-blueprints

《Python机器学习实践指南》代码和笔记
Python
11
star
22

cpp-primer-plus

C++ Primer Plus第6版编程练习解答,在线阅读地址:https://relph1119.github.io/cpp-primer-plus
C++
9
star
23

python-data-analysis

python数据分析(包括pandas、numpy、seaborn)
Jupyter Notebook
9
star
24

qt-demo-code-editor

用Qt开发代码编辑器
C++
6
star
25

sicp-solutions-manual

《计算机程序的构造和解释》(原书第二版)习题解答,在线阅读地址:https://relph1119.github.io/sicp-solutions-manual
Scheme
6
star
26

vue-learning-notes

Vue学习笔记,在线阅读地址:https://relph1119.github.io/vue-learning-notes/#/
HTML
6
star
27

linux-learning-notes

Linux操作系统学习笔记
C
6
star
28

my-leedcode-training

《代码随想录》LeetCode刷题
Python
5
star
29

mlc-learning

《机器学习编译》的学习笔记和练习代码
Python
4
star
30

fluent-python

《流畅的Python》(第2版)学习笔记
Python
4
star
31

design-patterns-cpp20

《C++20设计模式(第2版)》的学习笔记,包括可运行的代码、笔记等
C++
4
star
32

EffectivePython

Effecitve Python Code with Jupyter Notebook
Jupyter Notebook
4
star
33

sicp-in-python-notes

采用python编写SICP(计算机程序的构造和解释)练习代码
Python
3
star
34

bigdata-learning

大数据学习笔记,在线阅读地址:https://relph1119.github.io/bigdata-learning
Java
3
star
35

phonenix-project

凤凰项目系列书籍阅读笔记,在线阅读地址:https://relph1119.github.io/phonenix-project
3
star
36

data-analysis-notes

数据分析学习笔记
2
star
37

tiny-python-tools

Python自动化处理小工具
Python
2
star
38

flask-web-learning

Flask Web开发实战,个人笔记在线阅读地址:https://relph1119.github.io/flask-web-learning
JavaScript
2
star
39

TechBooks-ReadingNote

技术书籍阅读笔记,在线阅读地址:https://relph1119.github.io/TechBooks-ReadingNote
Jupyter Notebook
2
star
40

EasyUIDemo-rbac

EasyUI权限案例
CSS
2
star
41

hands-on-spring5

《Spring 5核心原理与30个类手写实战》学习笔记
Java
2
star
42

essential-cpp-notes

《Essential C++》示例与课后习题代码
C++
2
star
43

read-source-learn-architecture

《读源码学架构》,在线阅读地址:https://relph1119.github.io/read-source-learn-architecture/
Java
2
star
44

programming-pearls-notes

《编程珠玑》学习笔记
Jupyter Notebook
2
star
45

fastapi-learning-notes

《利用FastAPI构建Python微服务》学习笔记
Python
1
star
46

clean-in-everything

整洁之道系列书籍阅读笔记,在线阅读地址:https://relph1119.github.io/clean-in-everything
1
star
47

cpp-red-book

《C++20红宝书系列》练习代码
C++
1
star
48

spring-microservices-in-action-2nd

《Spring微服务实战(第二版)》学习笔记
Java
1
star
49

ThinkPython

Code of Think Python 2ed
Python
1
star
50

classic-computer-science-problems-notes

《算法精粹-经典计算机科学问题Java实现》学习笔记
Java
1
star
51

zltf-notes

《左耳听风·传奇程序员练级攻略》阅读笔记
1
star