[Machine Learning]2007 Adi Machine Learning and its applications to biology(to be continue)

心已赠人 2021-12-19 15:57 317阅读 0赞

[Machine Learning]2007 Adi Machine Learning and its applications to biology(to be continue)

http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.0030116

The paper is come from above:

Adi introduced the main concepts and definitions in machine learning. He described supervised learning, unsupervised learning and thier applications in biology respectively in detail. And he also introduced the language R, which is an open source data analysis and visualization language.

R language:

Check CRAN Task View from here:

http://cran.r-project.org/web/views/MachineLearning.html

posted on 2010-05-29 04:28 Zhu Qing 阅读( …) 评论( …) 编辑 收藏

转载于:https://www.cnblogs.com/Qing\_Zhu/archive/2010/05/29/1746773.html

发表评论

表情:
评论列表 (有 0 条评论,317人围观)

还没有评论,来说两句吧...

相关阅读

    相关 Machine learning (2)

    多变量线性回归 `多维特征` 目前为止,我们探讨了单变量/特征的回归模型,现在我们对房价模型增加更多的特征,例如房间数楼层等,构成一个含有多个变量的模型,模型

    相关 Machine learning (3)

    逻辑回归 `分类问题` 在分类问题中,你要预测的变量y y 是离散的值,我们将学习一种叫做逻辑回归的算法,这是目前最流行使用最广泛的一种学习算法。 在

    相关 Vectorization in Machine Learning

    对于有些问题,如果使用了合适的向量化方法,代码就会变得简单得多而且有效得多。 我们来看一些例子: 这是一个常见的线性回归假设函数: ![20181112202014808