How do I learn how to code data mining algorithms on my own?

Author Topic: How do I learn how to code data mining algorithms on my own?  (Read 1195 times)

Offline rashidacse

  • Full Member
  • ***
  • Posts: 103
  • Test
    • View Profile
How do I learn how to code data mining algorithms on my own?
« on: November 28, 2015, 12:08:13 PM »
Andrew Ng's machine learning class on Coursera involve programming assignments that guide you through implementations of a handful (e.g. linear / logistic regression) in Matlab - https://www.coursera.org/course/ml.

Note: When you're using these algorithms in practice, you'll probably be using library functions. Considering that, I would value a deep understanding of how they work over learning how to implement your own.