Types of ML Systems

Types of Machine Learning Systems

1.Supervised/Unsupervised Learning

//Whether or not they are trained with human supervision

 

(1)supervised learning  

 

(2)unsupervised learning  

(3)semisupervised learning  

(4)Reinforcement Learning

 

(1)supervised learning

  In supervised learning, the training data you feed to the algorithm includes the desired
solutions, called labels .


A typical supervised learning task is classification.Another typical task is to predict a target numeric value
 

(2)unsupervised learning  

the training data is unlabeled, The system tries to learn without a teacher. 

the following are important unsupervised learning

• Clustering

—k-Means
—Hierarchical Cluster Analysis (HCA)
—Expectation Maximization
• Visualization and dimensionality reduction
—Principal Component Analysis (PCA)
—Kernel PCA
—Locally-Linear Embedding (LLE)
—t-distributed Stochastic Neighbor Embedding (t-SNE)
• Association rule learning

—Apriori

—Eclat

notice :dimensionality reduction 

note:if there is an new instance far away other normal instances ,maybe it's anomaly.

association rule learning.

(3)semisupervised learning  

  Some algorithms can deal with partially labeled training data, usually a lot of unlabeled
data and a little bit of labeled data. This is called semisupervised learning.

(4)Reinforcement Learning

The learning system, called an agent in this context, can observe the environment, select and perform actions, and get rewards in return. 在不断的训练获得回报或惩罚中学习。

 

2.Batch and Online Learning

Batch learning 

系统训练好后下载到实际的生产应用当中运行,在运行中不再学习。如果想要处理新的数据需要在新老数据中重新训练新的版本。

Online learning 

 

3.Instance-Based Versus Model-Based Learning

    One more way to categorize Machine Learning systems is by how they generalize .

(1).Instance-based learning

学习系统牢记已经有过的训练集的样子,然后用相似性计算的方式对新的数据进行归纳。

(2).Model-based learning

 

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值