Daffodil International University

Faculties and Departments => Teaching & Research Forum => Topic started by: rashidacse on November 28, 2015, 12:08:13 PM

Title: How do I learn how to code data mining algorithms on my own?
Post by: rashidacse 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.