Thanks for your reply. I will use matlab for the assignments. However, R is huge among data mining practitioners. For example most kaggle users use R. You can build large-scale systems in R as well. DB integration is good and you can run on multiple cores/computers quite easily nowadays.
Linear algebra and numerical math support is good in Matlab, but it's also expensive and you can't examine the source of functions/algorithms. I am not saying that Matlab is bad, just that R also is a good choice for machine learning and in a perfect world it would be great if the students could choose between them.
Another point is that in my opinion I think academia should support open source alternatives. Especially when a great part of the community is academic researchers.
Regards,
Hans
>> 1. (Communities) R is used mostly by statisticians, and focussed on traditional statistics - small number of samples, hypothesis testing, etc. :) Machine learning is largely within the domain of computer scientists and engineers - who are more interested in "quickly" building "large-scale" systems (once they get out of grad school; or leave it for big money!)
>
24 jan 2012 kl. 17.47 skrev Vinay Jethava:
> I forgot to mention that a number of techniques that you would be
> introduced to in this class have their origin in linear algebra
> (matrices) and optimization theory e.g. Support Vector Machines,
> Kernels, Semi-definite programming - which are not taught in any
> statistics course. Though there might be some implementation in R for
> all of this - matlab is naturally suited here.
>
R has implemenations o