How to get started with Machine learning

How to get started with Machine learning

·

1 min read

Hello! Machine Learning is not difficult and you dont have to be a math expert. Actually Python provides many libraries which do the complex parts for you. A typical Machine Learning project looks like this:

  1. Get the data
  2. Analyze and visualize the data to gain insights.
  3. Prepare the data.
  4. Select a model and train it.
  5. Fine-tune your model
  6. Maintain your system . 🤖If you want to get started with your first ML project, check out this link:

machinelearningmastery.com/machine-learning..

Also Google offers a free Machine Learning Crash course here:

developers.google.com/machine-learning/cras..