码迷,mamicode.com
首页 > 系统相关 > 详细

Machine Learning - V. Octave Tutorial (Week 2)

时间:2015-02-06 16:46:21      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:machine learning   机器学习   


机器学习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)

标签:machine learning   机器学习   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!