How can I become a Machine learning Engineer ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

How can I become a Machine learning Engineer ?

I'm focusing in Phyton , R and data analisys .

7th Oct 2018, 5:54 PM
Bearst
Bearst - avatar
4 Answers
+ 6
You need to focus on Python first and get some algorithmic and mathematical experience first. Also check out Data camp they have a more detailed explanation.
7th Oct 2018, 6:03 PM
Anthony Perez
+ 5
this code will help you check this. https://code.sololearn.com/W2nvcMqTRi4q/?ref=app
8th Oct 2018, 4:10 PM
Maninder $ingh
Maninder $ingh - avatar
+ 1
First understand the algorithms that we are implementing in machine learning( regression, k-means, neural networks etc). Afterwards try to implement these algorithms on data sets using Python, R etc.
9th Oct 2018, 6:55 PM
Matcha Neeharika
+ 1
first understand that machine learning is just using data to answer questions by making predictive models that operate on previously trained data. then you can dig more in to the types of algorithms to train your model and do the predictions . either a regression, classification, clustering, reinforced learning and the like. machine learning is also not just limited to python you can also implement the algorithms in other languages like C, php, R and C# it depends with the environment of your model. Good luck fellow ML engineer 😉
10th Oct 2018, 1:34 PM
Bruce Mubangwa
Bruce Mubangwa - avatar