arrow_upward
Machine learning
#1
Anyone here into machine learning?

I've watched a bunch of videos but I am still unsure where to start/with what.



#2
Try looking up the naive bayes model and learning python



#3
I find the concepts in ml to be a lot more interesting than actually using ml (as the latter usually just involves calling some library functions). But if you want to try solving some problems, I would stick to python and play around with sklearn or tensorflow



#4
try s ome easy problems on kaggle.com with topics interesting to you



#5
Learn python,
Learn the library ( numpy, pandas, sklearn and tensorflow )
Do some project ( Kaggle, google or youtube also have many tutorial for that )