1 / 14

Machine Learning

Machine Learning. 张万才. 硅谷最看重的 12 项 IT 技能之首:机器学习 一种学习型算法. Outline. Linear regression Multivariance Linear Regression Logistic regression Linear Regression with regularization Regularized Logistic Regression. Authors :. 网易公开课 Andrew Ng :吴恩达 (http://cs.stanford.edu/people/ang/)

fordon
Download Presentation

Machine Learning

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Machine Learning 张万才

  2. 硅谷最看重的12项IT技能之首:机器学习 • 一种学习型算法

  3. Outline • Linear regression • Multivariance Linear Regression • Logistic regression • Linear Regression with regularization • Regularized Logistic Regression

  4. Authors: • 网易公开课 • Andrew Ng:吴恩达 (http://cs.stanford.edu/people/ang/) • 恩师:Michael I. Jordan • Latent dirichlet allocation:DM Blei, AY Ng, MI Jordan

  5. linear regression • Cost Function • matlab函数介绍 • Legend • hold on, hold off • Linspace • logspace

  6. linear regression • Gradient descent • Gradient descent algorithm

  7. Multivariance Linear Regression • Gradient Descent: • Algorithm • Learning Rate • Polynomial Regression • Normal Equation

  8. logistic regression • logistic function-sigmoid function • loss function • Gradient descentAlgorithm

  9. logistic regression • Other optimization algorithms • Newton’s method

  10. Multi-class Classification • one-vs-all

  11. Linear Regression with regularization • Example • Addressing overfitting

  12. Linear Regression with regularization • Regularization • Gradient descent update rules

  13. Regularized Logistic Regression • Example • Regularized Logistic Regression: • Loss function and update rules Look identical to regulized linear regression

  14. Work Hard!play hardQ&A

More Related