热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

【ML吴恩达】1机器学习和深度学习和AI的区别

目录1Whatismachinelearning?2Howmachinelearningworks?3Examplesofmachinelearning4Majormachinel

目录

  • 1 What is machine learning?
  • 2 How machine learning works ?
  • 3 Examples of machine learning
  • 4 Major machine learning techniques
  • 5 Difference between artificial intelligence ,Machine learing ,and deep learning
  • 6 Let's get started with machine learning

Course 课程Machine learning with python

1 What is machine learning?

Mechaine learning is the subfiedl of computer scicence that gives " computer the ability to learn without being explicityly programmed"-- Arthur Samuel

2 How machine learning works ?

【ML吴恩达】1 机器学习和深度学习和AI的区别

3 Examples of machine learning

喜好推荐
【ML吴恩达】1 机器学习和深度学习和AI的区别

4 Major machine learning techniques

(1)tegression/Estimation
• Predicting continuous values
(2)Classification
• Predicting the item class/category of a case
(3)Clustering
• Finding the structure of data;summarization
(4)Associations
• Associaing frequent co-occurring items /events.比如纸尿裤和啤酒的关系
(5)Anomaly detection
• Discovering abnormal and unusual cases
(6)Sequence mining
• Predicting next events ;click-stream(Markov Model,HMM)
(7)Dimension Reduction
• Reducing the size of data(PCA)
(8)Recommendation systems
• Recommending items和人喜好相关

5 Difference between artificial intelligence ,Machine learing ,and deep learning

(1)AI components
• Computer Vision
• Language Processing
• Creativity
• Etc.
(2)Machine learning
是AI的一个分支,包含人工智能的统计。通过学习大数据去做一个新Solution中的相似的problem。
• Classification
• Clustering
• Etc.
(3)Revolution in ML
学习并且自己做出智能的决定
• Deep learning
总之,相比较于机器学习算法,深度学习包含了自动化更深的层次水平。

6 Let’s get started with machine learning

(1)Machine learning application
(2)Machine learning algorithms
• 有监督、无监督学习
• 模型评估和各种机器学习算法


推荐阅读
author-avatar
Pri_颖颖_773
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有