ML学习笔记(1):概述
2020-11-22 11:17:00
课程地址[推荐]:http://speech.ee.ntu.edu.tw/~tlkagk/courses_ML20.html
bilibili搬运地址:https://www.bilibili.com/video/BV1PC4y1a7xy
参考资料:
()
()
0、机器学习的目的是什么?
机器学习就是自动找满足各种功能的函数
1、根据函数的输入输出分类:
Classfication | Output :Yes/Not; Class 1/Class 2/Class3…… |
Regression | Output : A number. |
Generate | Sentence->sentence /words ->voice/…… |
2、几种机器学习方式
Supervised Lerarning
Lablled Data is needed!
Loss Function
Reinforcement Learning
Lablled Data is not needed!
3、Some notions:
Explainable AI
Adversarial Attack
Network Compression
Unsupervised Learning
Meta Learning
Life-long LearningReinforcement Learning
4、git的使用方法
5、Pyenv的使用方法