Machine Learning: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
* Python
* Python


==Various ML Concepts==
==Concepts==
* Terminologies of ML
* Terminologies
* Types of ML
* Types
* Practice ML
* Practicing
* Learning Resources for ML
* Learning Resources
* Take part in Competitions
* Take part in Competitions


==Types of Machine Learning==
==Types==
* Supervised Learning
* Supervised Learning
* Unsupervised Learning
* Unsupervised Learning

Revision as of 01:05, 26 June 2021

Arthur Samuel coined the term Machine Learning in 1959 and defined it as a Field of study that gives computers the capability to learn without being explicitly programmed. And that was the beginning of Machine Learning! In modern times, Machine Learning is one of the most popular (if not the most!) career choices. According to Indeed, Machine Learning Engineer Is The Best Job of 2019 with a 344% growth and an average base salary of $146,085 per year.

Prerequisites

  • Linear Algebra and Multivariate Calculus
  • Statistics
  • Python

Concepts

  • Terminologies
  • Types
  • Practicing
  • Learning Resources
  • Take part in Competitions

Types

  • Supervised Learning
  • Unsupervised Learning
  • Semi-supervised Learning
  • Reinforcement Learning

References