markdown 机器学习人类:笔记

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 机器学习人类:笔记相关的知识,希望对你有一定的参考价值。

[1. Why Machine Learning Matters](https://medium.com/machine-learning-for-humans/why-machine-learning-matters-6164faf1df12)



[2.1: Supervised Learning](https://medium.com/machine-learning-for-humans/supervised-learning-740383a2feab) 

Supervised learning identifies patterns in data and learns heuristics by running labeled training data through an algorithim (or a bunch of them). Then we can use it to estimate the values/classifications of unlabelled data.

Regression methods are used to predict numbers, for example given age, sex, weight, etc etc estimate the height of a person. 
- Simple linear regression works for smaller data, and gradient descent for larger

Be wary of underfitting and overfitting:

![](https://cdn-images-1.medium.com/max/800/1*lb7lEh2Ob5PAJLtnAyGSBA.png)

[2.2 Supervised Learning II](https://medium.com/@v_maini/supervised-learning-2-5c1c23f3560d)

Predict what something is using logistic regression or SVM, for example what kind of fruit.

- Logistic regression applies a sigmoid function after a linear regression to output a probability b/w 0 and 1.

以上是关于markdown 机器学习人类:笔记的主要内容,如果未能解决你的问题,请参考以下文章

机器学习笔记1 - Hello World In Machine Learning

Coursera 深度学习 吴恩达 deep learning.ai 笔记整理(3-2)——机器学习策略

《Python深度学习》第一章读书笔记

机器学习笔记—Logistic回归

机器学习笔记十三:Ensemble思想(上)

机器学习笔记十三:Ensemble思想(上)