+ 7
How can I become a Machine learning Engineer ?
I'm focusing in Phyton , R and data analisys .
4 odpowiedzi
+ 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.
+ 5
this code will help you check this.
https://code.sololearn.com/W2nvcMqTRi4q/?ref=app
+ 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.
+ 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 😉