+ 2

How machine learning is different frm coding😕?

27th Jul 2017, 2:21 PM
Ankit Gogoi
Ankit Gogoi - avatar
2 Answers
+ 4
Hmm... to me machine learning is applying statistical algorithms (like regression or clustering) to datasets. You utilize programming languages simply to carry out calculations - you can actually do that even in Excel :) However, due to the fact that statistics is mostly used and known by, well... statisticians :) some languages (because of their syntax simplicity) were chosen as staple food of machine learning - R, Python and recently also Julia. They have their own supporters, very active communities and most modules/libraries are open source. Machine learning operations are different from "regular coding" in a sense, that most users utilize interactive notebooks rather than regular IDEs and the code flow is not that "block-based" as with normal programs.
27th Jul 2017, 7:22 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
0
Thx.....
28th Jul 2017, 2:05 AM
Ankit Gogoi
Ankit Gogoi - avatar