Machine learning: Difference between revisions
No edit summary |
|||
Line 4: | Line 4: | ||
Machine learning (ML) is a field of inquiry devoted to understanding and building methods that 'learn', that is, methods that leverage data to improve performance on some set of tasks.[1] It is seen as a part of artificial intelligence. Machine learning algorithms build a model based on sample data, known as training data, in order to make predictions or decisions without being explicitly programmed to do so. Machine learning algorithms are used in a wide variety of applications, such as in medicine, email filtering, speech recognition, and computer vision, where it is difficult or unfeasible to develop conventional algorithms to perform the needed tasks.<ref>https://en.wikipedia.org/wiki/Machine_learning</ref> | Machine learning (ML) is a field of inquiry devoted to understanding and building methods that 'learn', that is, methods that leverage data to improve performance on some set of tasks.[1] It is seen as a part of artificial intelligence. Machine learning algorithms build a model based on sample data, known as training data, in order to make predictions or decisions without being explicitly programmed to do so. Machine learning algorithms are used in a wide variety of applications, such as in medicine, email filtering, speech recognition, and computer vision, where it is difficult or unfeasible to develop conventional algorithms to perform the needed tasks.<ref>https://en.wikipedia.org/wiki/Machine_learning</ref> | ||
== The recommender problem == | |||
Estimate a utility function that automatically predicts how a user will like an item<ref>Xavier Amatriain, https://www.youtube.com/watch?v=bLhq63ygoU8&t=1s&ab_channel=AlexSmola</ref> | |||
== Terminology == | == Terminology == |
Revision as of 09:38, 26 December 2022
Introduction[edit]
Machine learning (ML) is a field of inquiry devoted to understanding and building methods that 'learn', that is, methods that leverage data to improve performance on some set of tasks.[1] It is seen as a part of artificial intelligence. Machine learning algorithms build a model based on sample data, known as training data, in order to make predictions or decisions without being explicitly programmed to do so. Machine learning algorithms are used in a wide variety of applications, such as in medicine, email filtering, speech recognition, and computer vision, where it is difficult or unfeasible to develop conventional algorithms to perform the needed tasks.[2]
The recommender problem[edit]
Estimate a utility function that automatically predicts how a user will like an item[3]
Terminology[edit]
- Behavioural data
- Cloud delivery models:
- Cloud deployment models
- Collaborative filtering
- Content-based filtering
- Cost function
- F-measure
- Hyperparameter
- K-nearest neighbour (k-NN) algorithm
- Matrix factorization
- Mean absolute error (MAE)
- Overfitting
- Popularity bias
- Precision
- Recall
- Reinforcement learning
- Right to anonymity
- Right to privacy
- Root-mean-square error (RMSE)
- Stochastic gradient descent
- Training data
Examples[edit]
An excellent, and I truly mean excellent example is MarI/O, a machine learning program that learns how to play mario, and mario kart.
- Super Mario World: https://www.youtube.com/watch?v=qv6UVOQ0F44
- Mario Kart: https://www.youtube.com/watch?v=S9Y_I9vY8Qw