# 李宏毅机器学习笔记 **Repository Path**: liuysh/leeml-notes ## Basic Information - **Project Name**: 李宏毅机器学习笔记 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-05-13 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 李宏毅机器学习笔记(LeeML-Notes) 李宏毅老师的[机器学习视频](http://speech.ee.ntu.edu.tw/~tlkagk/courses_ML17.html)是机器学习领域经典的中文视频之一,也被称为中文世界中最好的机器学习视频。李老师以幽默风趣的上课风格让很多晦涩难懂的机器学习理论变得轻松易懂,并且老师会通过很多有趣的例子结合机器学习理论在课堂上展现出来,并且逐步推导深奥的理论知识。比如老师会经常用宝可梦来结合很多机器学习算法。对于想入门机器学习又想看中文讲解的人来说绝对是非常推荐的。学有余力的同学也可以看一下[李宏毅机器学习2019](http://speech.ee.ntu.edu.tw/~tlkagk/courses_ML19.html)(大部分是一样的,只有小部分更新) ## 使用说明 这个笔记是根据李宏毅老师机器学习视频的一个辅助资料,本笔记基本上完全复刻李老师课堂上讲的所有内容,并加入了一些和相关的学习补充资料和参考资料,结合这些资料一起学习,相信你会对机器学习有更加深刻的理解。 ### 笔记在线阅读地址 在线阅读地址:https://gitee.com/yycnc/leeml-notes ### 课程在线观看地址 - bilibili:[李宏毅《机器学习》](https://www.bilibili.com/video/av59538266) # 目录 - [P1 机器学习介绍](https://gitee.com/yycnc/leeml-notes/doc/chapter1/chapter1.md) - [P2 为什么要学习机器学习](https://gitee.com/yycnc/leeml-notes/doc/chapter2/chapter2.md) - [P3 回归](https://gitee.com/yycnc/leeml-notes/doc/chapter3/chapter3.md) - [P4 回归-演示](https://gitee.com/yycnc/leeml-notes/doc/chapter4/chapter4.md) - [P5 误差从哪来?](https://gitee.com/yycnc/leeml-notes/doc/chapter5/chapter5.md) - [P6 梯度下降](https://gitee.com/yycnc/leeml-notes/doc/chapter6/chapter6.md) - [P7 梯度下降(用AOE演示)](https://gitee.com/yycnc/leeml-notes/doc/chapter7/chapter7.md) - [P8 梯度下降(用Minecraft演示)](https://gitee.com/yycnc/leeml-notes/doc/chapter8/chapter8.md) - [P9 作业1-PM2.5预测](https://gitee.com/yycnc/leeml-notes/doc/chapter9/chapter9.md) - [P10 概率分类模型](https://gitee.com/yycnc/leeml-notes/doc/chapter10/chapter10.md) - [P11 logistic回归](https://gitee.com/yycnc/leeml-notes/doc/chapter11/chapter11.md) - [P12 作业2-赢家还是输家](https://gitee.com/yycnc/leeml-notes/doc/chapter12/chapter12.md) - [P13 深度学习简介](https://gitee.com/yycnc/leeml-notes/doc/chapter13/chapter13.md) - [P14 反向传播](https://gitee.com/yycnc/leeml-notes/doc/chapter14/chapter14.md) - [P15 深度学习初试](https://gitee.com/yycnc/leeml-notes/doc/chapter15/chapter15.md) - [P16 Keras2.0](https://gitee.com/yycnc/leeml-notes/doc/chapter16/chapter16.md) - [P17 Keras演示](https://gitee.com/yycnc/leeml-notes/doc/chapter17/chapter17.md) - [P18 深度学习技巧](https://gitee.com/yycnc/leeml-notes/doc/chapter18/chapter18.md) - [P19 Keras演示2](https://gitee.com/yycnc/leeml-notes/doc/chapter19/chapter19.md) - [P20 Tensorflow 实现 Fizz Buzz](https://gitee.com/yycnc/leeml-notes/doc/chapter20/chapter20.md) - [P21 卷积神经网络](https://gitee.com/yycnc/leeml-notes/doc/chapter21/chapter21.md) - [P22 为什么要“深度”学习?](https://gitee.com/yycnc/leeml-notes/doc/chapter22/chapter22.md) - [P23 半监督学习](https://gitee.com/yycnc/leeml-notes/doc/chapter23/chapter23.md) - [P24 无监督学习-线性降维](https://gitee.com/yycnc/leeml-notes/doc/chapter24/chapter24.md) - [P25 无监督学习-词嵌入](https://gitee.com/yycnc/leeml-notes/doc/chapter25/chapter25.md) - [P26 无监督学习-领域嵌入](https://gitee.com/yycnc/leeml-notes/doc/chapter26/chapter26.md) - [P27 无监督学习-深度自编码器](https://gitee.com/yycnc/leeml-notes/doc/chapter27/chapter27.md) - [P28 无监督学习-深度生成模型I](https://gitee.com/yycnc/leeml-notes/doc/chapter28/chapter28.md) - [P29 无监督学习-深度生成模型II](https://gitee.com/yycnc/leeml-notes/doc/chapter29/chapter29.md) - [P30 迁移学习](https://gitee.com/yycnc/leeml-notes/doc/chapter30/chapter30.md) - [P31 支持向量机](https://gitee.com/yycnc/leeml-notes/doc/chapter31/chapter31.md) - [P32 结构化学习-介绍](https://gitee.com/yycnc/leeml-notes/doc/chapter32/chapter32.md) - [P33 结构化学习-线性模型](https://gitee.com/yycnc/leeml-notes/doc/chapter33/chapter33.md) - [P34 结构化学习-结构化支持向量机](https://gitee.com/yycnc/leeml-notes/doc/chapter34/chapter34.md) - [P35 结构化学习-序列标注](https://gitee.com/yycnc/leeml-notes/doc/chapter35/chapter35.md) - [P36 循环神经网络I](https://gitee.com/yycnc/leeml-notes/doc/chapter36/chapter36.md) - [P37 循环神经网络II](https://gitee.com/yycnc/leeml-notes/doc/chapter37/chapter37.md) - [P38 集成学习](https://gitee.com/yycnc/leeml-notes/doc/chapter38/chapter38.md) - [P39 深度强化学习浅析](https://gitee.com/yycnc/leeml-notes/doc/chapter39/chapter39.md) - [P40 机器学习的下一步](https://gitee.com/yycnc/leeml-notes/doc/chapter40/chapter40.md) # 修订记录: |版本|时间|作者|文档信息 | |---|:--:|:--:|:--| | v0.1 |2019.06.28|[@DatawhaleXiuyuan](https://github.com/DatawhaleXiuyuan)
[@hahlw](https://github.com/hahlw)
[@Heitao5200](https://github.com/Heitao5200)
[@ImayKing](https://github.com/Imay-King)
[@spareribs](https://github.com/spareribs)|建立初始仓库 | | v1.0 |2019.07.20|[@DatawhaleXiuyuan](https://github.com/DatawhaleXiuyuan)
[@hahlw](https://github.com/hahlw)
[@Heitao5200](https://github.com/Heitao5200)
[@Hirotransfer](https://github.com/Hirotransfer)
[@huangmh11](https://github.com/huangmh11)
[@ImayKing](https://github.com/Imay-King)
[@LilRache](https://github.com/LilRachel)
[@spareribs](https://github.com/spareribs)
|正式对外公开| | v1.2|-|-|- | # 主要贡献者(按首字母排名) - [@DatawhaleXiuyuan](https://github.com/DatawhaleXiuyuan) - [@hahlw](https://github.com/hahlw) - [@Heitao5200](https://github.com/Heitao5200) - [@Hirotransfer](https://github.com/Hirotransfer) - [@huangmh11](https://github.com/huangmh11) - [@ImayKing](https://github.com/Imay-King) - [@LilRache](https://github.com/LilRachel) - [@spareribs](https://github.com/spareribs) # 关注我们
Datawhale,一个专注于AI领域的学习圈子。初衷是for the learner,和学习者一起成长。目前加入学习社群的人数已经数千人,组织了机器学习,深度学习,数据分析,数据挖掘,爬虫,编程,统计学,Mysql,数据竞赛等多个领域的内容学习,微信搜索公众号Datawhale可以加入我们。