+ 2
How to learn machine learning?
I am very keen to know that how can i learn machine learning. Can I use c++ for machine learning. Please tell me what are the requirements for learning it.
3 Answers
+ 9
C++ can be used for machine learning, just as any other programming language.
If you really want to dig into ML, I'd recommend you to start with the grand Machine Learning course at coursera.org:
www.coursera.org/learn/machine-learning/
Done in Octave, but the theoretical basis is pretty much universal for all languages and applications. If you know C++ well, I'd be happy to see some codes in it after ypu complete the course! ;)
+ 1
https://code.sololearn.com/cetPS9777c7J/?ref=app
i wrote this code
it's a simple implementation of a neuron
Hope it's helpful
0
knowing machine learning means knowing how machines(like computers) store data in their memory and use it for future situations. at least that's how i understand it at the moment. someone pls correct me if i'm wrong.