Machine learning is one of the trending technologies that everybody wants to learn today. Confused on how to get started with ML? Don’t worry this post will take you through how I got started with learning various ML concepts and how I went from zero to not exactly a 'hero' but let’s say a pivotal character in the same blockbuster! Joke’s apart. I am a final year student from Bangalore and ever since I got to know what ML is all about, I was very keen more about it, but I just couldn’t find the right resources for it. I often would find myself getting lost in various articles which contained complex terminologies and formulas.
Here’s what I did and what helped me grasp all the confusing topics of Machine learing.
1.Workshops
Attending multiple workshops is a great way to ignite your learning spark. You can’t guarantee that you’ll become an expert in the topic instantly after you finish the workshop but you’ll have a strong basic understanding on the topic. The first workshop that I attended was of three-day workshop and it covered topics such as introduction to data science, use cases of ML, introduction to python, various libraries used in data analysis, and hands on experience on building basic ML models. This boosted my confidence towards learning ML.
2.Learn Python
This is the next thing that I did. Got to know the basics of python programming language. It is pretty simple if you have prior programming knowledge and it is very much necessary for you to build various ML models on your own. There are alternative like R programming language, but I prefer python.