migiale | 14 years ago | on: China has better hackers than us
migiale's comments
migiale | 14 years ago | on: Kill Math
migiale | 14 years ago | on: Stanford to host more online classes
migiale | 14 years ago | on: Stanford to host more online classes
By the way, will http://jan2012.ml-class.org/ be the same as the current ml-class? I mean is it the same course, or a more advanced one?
migiale | 14 years ago | on: How the R-project is taking over statistical analysis software
The biggest difference between Matlab and Octave is JIT compiler in Matlab, which does incredibly good job at vectorizing simple (or sometimes even not-so simple) loops.
I think it's fair to say that Octave performance is very close to a Matlab in a pre-JIT time.
There's also a huge difference in toolboxes, profiling, sparse matrix operations, parallel computing and many-many more. In these areas I'm afraid Octave is light-years behind Matlab.
However, you still can do a lot of useful simple stuff with Octave and it's free! Matlab-like syntax is really, really cool then it comes to vectorized operations. So probably these two reasons determined Andrew Ng's choice of Octave as a main environment for ml-class. Huge win for Octave I guess. This might spur some interest in the development, attract new people to the product. I think it's a well-deserved success for John W Eaton and other people who develop(ed) Octave all these years.
migiale | 14 years ago | on: How the R-project is taking over statistical analysis software
migiale | 15 years ago | on: MIT Entrance exam (1869)
migiale | 15 years ago | on: Medvedev (Russia President) now in Twitter
migiale | 16 years ago | on: Zed Shaw is Writing A Book Teaching Beginner Python
There's a long tradition in ex-USSR math schools and math department of "teaching by doing", or by solving to be more precise. And I think it gives superior results given talented and motivated students. have you ever seen this book?
http://www.amazon.co.uk/Algorithms-Programming-Undergraduate...
it would be really cool to have a book of the same level for python.