supervised learning

Machine learning models and algorithms can be classified into three (3) major categories: Supervised learning, i.e. a type of machine learning in which known label values are provided as input so that a model can estimate these values in future datasets. Examples of supervised learning algorithms are regression and classification algorithms, such as linear regression ... Read more

SVM

SVM stands for Support Vector Machine. SVM is a well-known family of supervised learning non-parametric algorithms which are used in regression and classification machine learning problems, by separating data values using a hyperplane. SVM algorithms are ideal when there is presence of outliers in the model training data.