Читать книгу Fundamentals and Methods of Machine and Deep Learning - Pradeep Singh - Страница 15

1.3 Supervised Learning

Оглавление

SML is genuinely normal in characterization issues since the aim is to get the computer to get familiar with a created descriptive framework. In SML, the data annotation is termed as a training set, whereas the testing set is unannotated data. When annotations are discrete in the value they are called class labels while the continuous numerical annotations are so-called continuous target values. SML problems are grouped into classification and regression. Classification is the type of SML where the result has discrete value and the aim is to predict the discrete values fitting to a specific class. Regression is the type of SML that is acquired from the labeled datasets and continuous-valued result are predicted for the latest data which is given to the algorithm [8].

In SML, every model is a pair comprising of an input object and the desired output value. SML requires pre-labeled information. For masked occurrences, an ideal situation will take into consideration to accurately calculate and decide the class labels. This requires the taking in algorithms, to sum up from the training data to unobserved states in a “sensible” way. SML algorithm investigates the training data set and produces a derived capacity, which is utilized for planning new models. By this process, the informational set should have inputs and known outputs. SML can be classified into two types: regression and classification [12]. Regression is the sort of SML that studies the labeled datasets and anticipates a persistent output for the new information set to the algorithm. In this method, the required result is in the form of a number. Taking an example, a regression model that decides the cost of a pre-owned vehicle, ought to have numerous instances of used vehicles recently sold. It should essentially know the data sources and the subsequent output to assemble a model. In classification, the algorithm needs to plan the new information that is found in any of the two classes that are present in the dataset. The classes should be planned to one or 0 which is considered as “Yes” or “No”, “snows” or “does not snow”, etc. The result will be both of the classes and not a number as it was in regression. For instance, the classifier decides if an individual has an illness, the algorithm should consist of sources of input and it must be able to predict the outcome.

Some of the known SML algorithms are linear regression, logistic regression, decision tree, support vector machine (SVM), etc. [3].

Fundamentals and Methods of Machine and Deep Learning

Подняться наверх