+ 3
Need some help about ML, AI
I want to implement a machine learning code. What should I refer Octave/Matlab or Python. I know octave/matlab and I need to learn python from scratch.
4 Answers
+ 7
Try the magnificent Machine Learning course by Andrew Ng on coursera.org. It is taught it Octave and demonstrates what can be done there.
Later on, you can grab Python basics and attend Applied Data Science with Python, also on coursera.
For links to both courses (and more ;) please refer to my code here: (scroll down for the courses)
https://code.sololearn.com/W2nvcMqTRi4q/?ref=app
+ 3
why py?
- free to use and sell ^^
- wide community
for learning, see some free edX or coursera or udemy
since you know the concepts you'll only learn how things are done in py
you'll need to learn data handling libs like pandas and numpy and machine learning libs like sci kit etc
you'll probably want to install anaconda !
+ 1
Kuba SiekierzyĆski I'm currently learning that course. Thanks for helping.