reading-notes


Project maintained by will-ing Hosted on GitHub Pages — Theme by mattgraham

Machine learning

For true machine learning, the computer must be able to learn patterns that it’s not explicitly programmed to identify.

In applied machine learning, you should first pick the right machine learning task for the job.

The two most common categories of tasks are supervised learning and unsupervised learning.

Supervised Learning


Unsupervised Learning


3 elements of great machine learning

  1. Human Guidance
  2. Clean, relevant data
  3. Avoid overfitting

'Better data beats fancier algorithms' - this insight will serve you well.

Main Page