● Vector and Matrix.
● System of Linear Equations.
● Vector Space.
● Basis
Also, these are the fields of machine learning (ML) and deep learning, where we apply linear algebra’s methods:Machine Learning | Statics |
Network, graph | Model |
Weights | Parameter |
Learning | Fitting |
Generalization | Test set performance |
Supervised Learning | Regression / classification |
Unsupervised Learning | Density estimation , clustering |
In a world filled by artificial intelligence, machine learning, and over-zealous talk about both, it is interesting to learn to understand and define the types of machine learning we may encounter. For the average computer user, this may take the form of knowing the forms of machine learning and how they can exhibit themselves in applications we use. And for the practitioners designing these applications, it’s important to know the styles of machine learning so that for any given task you can face, you can craft the proper learning environment and understand why what you did succeeded.
Supervised Learning | Unsupervised Learning |
Both input and output variables are given in supervised learning, allowing the output to be predicted and the likelihood of its correctness to be increased. | Unsupervised learning, on the other hand, only provides input variables and no output variables, because the outcome or subsequent learning is dependent on a single intellectual observation. |
In supervised learning, algorithms are trained or used with labelled input data, which means the data includes some knowledge about itself and can be used to assist learning. | Unsupervised learning algorithms, on the other hand, are applied to data that has not been classified, requiring the user to mark the data according to their understanding. |
In contrast to unsupervised learning, supervised learning is less complex due to the availability of input parameters and marking over them. | Unsupervised leaning, on the other hand, is more complicated than supervised leaning since only unlabeled input parameters are available and the user must mark them themselves. |
Since supervised learning is known as a highly effective and reliable process, it has a higher degree of accuracy and correctness than unsupervised learning. | Unsupervised learning, on the other hand, is a method that is less accurate and reliable. |
Since labelled input parameters are available, supervised learning can be done off-line. | Unsupervised instruction, on the other hand, happens in real time. |