Machine Learning: Difference between revisions
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
==References== | ==References== | ||
* [https://mvnrepository.com/artifact/de.sciss/sphinx4-data MVN Repository <code>de.sciss/sphinx4-data</code>] | |||
* [https://medium.com/skyline-ai/jupyter-notebook-is-the-cancer-of-ml-engineering-70b98685ee71 Jupyter Notebook is the Cancer of ML] | * [https://medium.com/skyline-ai/jupyter-notebook-is-the-cancer-of-ml-engineering-70b98685ee71 Jupyter Notebook is the Cancer of ML] | ||
* [https://www.geeksforgeeks.org/how-to-start-learning-machine-learning/ Start Learning Machine Learning] | * [https://www.geeksforgeeks.org/how-to-start-learning-machine-learning/ Start Learning Machine Learning] | ||
* [https://mvnrepository.com/artifact/net.sf.phat MVN Repository <code>net.sf.phat</code>] | |||
* [https://diceus.com/python-vs-java-for-big-data/ Python or Java for Big Data] | * [https://diceus.com/python-vs-java-for-big-data/ Python or Java for Big Data] | ||
* [https://cmusphinx.github.io/ CMUSphinx Project] | * [https://cmusphinx.github.io/ CMUSphinx Project] | ||
* [https://cmusphinx.github.io/wiki/ CMUSphinx Wiki] | * [https://cmusphinx.github.io/wiki/ CMUSphinx Wiki] | ||
* [[Jupyter]] | * [[Jupyter]] |
Revision as of 21:03, 15 May 2022
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
- Multivariate Calculus
- Linear Algebra
- Statistics
- Python
Concepts
- Types
- Practices
- Terminologies
- Learning Resources
- Take part in Competitions
Types
- Supervised Learning
- Unsupervised Learning
- Semi-supervised Learning
- Reinforcement Learning
Terminologies
- Model
- Feature
- Target (Label)
- Training
- Prediction