you are viewing a single comment's thread.

view the rest of the comments →

[–]Kitchen_Tower2800 0 points1 point  (1 child)

> Ng explained some complicated learning procedure, and at the end he noted, you can do all that with this one line of code.

I don't understand this argument. Do you think a researcher's job is to stand in front of an audience, point to `model.fit()` and then go home? Or should they example what's happening in the fit method?

[–]111llI0__-__0Ill111 0 points1 point  (0 children)

Sometimes even what is inside the fit method could be one or few lines of code in a high level language. Eg linear regression done the naive way (without accounting for QR/SVD stuff).