首页 > 系统服务 > 详细

Machine Learning - V. Octave Tutorial (Week 2)

时间:2015-02-06 16:44:19      阅读:331      评论:0      收藏:0      [点我收藏+]


机器学习Machine Learning - Andrew NG courses学习笔记

If you want to build a large scale deployment of a learning algorithm, what people will often do is prototype and the language is Octave.Which is a great prototyping language.So you can sort of get your learning algorithms working quickly.
prototyping language(原型语言): The most common prototyping language use for machine learning are: Octave, MATLAB,Python, NumPy, and R.
Octave is nice because open sourced.
And MATLAB works well too, but it is expensive for to many people.
If you know Python, NumPy or if you know R.But, people usually end up developing somewhat more slowly, Because the Python, NumPy syntax is just slightly clunkier than the Octave syntax.

Basic Operations


Moving Data Around


Computing on Data


Plotting Data 


Control Statements_ for, while, if statements 


Vectorization


Working on and Submitting Programming Exercises


from:


Machine Learning - V. Octave Tutorial (Week 2)

原文:http://blog.csdn.net/pipisorry/article/details/43565653

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!