Skip to main content

How to learn Data Science / Machine Learning / Artificial Intelligence — (Schedule for you to become expert)

 Bird’s eye view

To become good at something we need to start from the beginning so if you want to expert in Machine learning / Data Science / Artificial Intelligence you will have to start from the beginning. Some words from the experts: “Everyone is learner so don't panic go with flow”.

  • For newcomers, programming languages like python, statistics, machine learning algorithms.
  • For transitional, advanced machine learning algorithms are required to be understood.
  • Practicing with datasets and an online kaggle profile are helpful in practicing your skills.

Learning Path — Schedule for you

Getting started →Statistics → Programming language →Basic of ML →Practice.

It will take you 6–7 months to be an expert or as an expert then you can compete anywhere in the competition. Let’s talk about the steps of how you should proceed

  • Getting Started: For this, you have to know why do you want to learn ML or data science, for doing that just connect with experienced people in the field of ML or data science on some social platforms like Linkedin, Facebook. I preferred you to connect on Linkedin.
  • Statistics: For this learn some statistics course from Stanford or MIT online course they are the best.
  • Programming language: You should know how to code in python or R.I code on python so I prefer python over anything
  • Basics of ML: Read about algorithms used in machine learning very often.
  • Practice: After all the steps above now you are ready for going out and show your talent or what you had learned. For that just practice on Kaggle or Hacker earth also hosts some machine learning contest.

Just do above 5 steps and you will be pro :)

Comments

Popular posts from this blog

NEW TREND OF DATA SCIENCE: REINFORCEMENT LEARNING

Reinforcement Learning (RL) is a machine learning method that empowers a specialist to learn in an intuitive environment by performing trial and error utilizing observations from its very own activities and encounters. In spite of the fact that both direct and reinforcement learning use mapping among input and output, not at all like supervised learning where input gave to the specialist is basically the right set of activities for playing out a task, reinforcement learning utilizes prizes and discipline as signs for positive and negative conduct. When compared with unsupervised learning, reinforcement learning is distinctive as far as objectives are taken into consideration. While the objective in unsupervised learning is to discover synonymities and contrasts between data points, in reinforcement learning the objective is to locate a reasonable activity model that would boost the aggregate total reward of the specialist. Reinforcement learning will be a huge thing in Data science in ...