Can we understand machine learning by learning online completely ? If yes how ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Can we understand machine learning by learning online completely ? If yes how ?

17th Aug 2019, 1:56 PM
Raghav Singla
Raghav Singla - avatar
3 Answers
+ 7
Yes if you are really determined to do so, you just have to know where to search. Lots of coding, watching and reading will be needed, but it's surely possible.
17th Aug 2019, 3:42 PM
Doodles
Doodles - avatar
+ 6
A strong background in mathematics can also help. Knowledge management concepts may also be required.
18th Aug 2019, 1:23 AM
Da2
Da2 - avatar
+ 3
You should take a look at the framework Keras for python. This will give you a good basic with lots of tutorials to build neural nets and other stuff. SciKit-Learn is a more powerfull but also more complex alternative. And here are some "keywords" you should know well for further understanding: - Activation Function - Error Function - Backpropagation algorithm - Optimizer - Regularization - technical neuron - hidden layers Some useful python libraries: - numpy - matplotlib - pyplot I would also recommend to get the basics for data-science. In my last projects I had to learn that data knowledge can be extremely powerful! If you have any further questions feel free to ask me :)
18th Aug 2019, 6:33 PM
Tom Hammerbacher
Tom Hammerbacher - avatar