Advanced Analytics and Deep Learning Models. Группа авторов
Чтение книги онлайн.

Читать онлайн книгу Advanced Analytics and Deep Learning Models - Группа авторов страница 16

Название: Advanced Analytics and Deep Learning Models

Автор: Группа авторов

Издательство: John Wiley & Sons Limited

Жанр: Программы

Серия:

isbn: 9781119792413

isbn:

СКАЧАТЬ target="_blank" rel="nofollow" href="#fb3_img_img_300b19fb-1398-585b-985c-5d1953b0d5cc.jpg" alt="Graphs depict the BHK visualization."/>

      Figure 2.6 BHK visualization.

Graph depicts the scatter plot for 2 and 3 BHK flat for total square feet.

      Figure 2.7 Scatter plot for 2 and 3 BHK flat for total square feet.

      2.4.1 Linear Regression

      Linear regression is an approach linear in nature to modeling the relationship connecting a scalar response and one or more explanatory variables. A prognostic modeling technique finds a relationship among independent variable and dependent variable. The independent variables can be categorical or continuous, while dependent variables are only continuous.

      2.4.2 LASSO Regression

      2.4.3 Decision Tree

      A selection tree is flowchart-like tree, in which a characteristic is represented by using inner node; the choice rule is represented with the aid of a branch and final results by way of each leaf node. The pinnacle node in a choice tree is called as the root node. It partitions the tree in a recursive way, namely, recursive partitioning. The time complexity is a characteristic of the range of statistics and the variety of attributes in the given records. Choice trees handle facts with high dimensionality and accuracy [13, 14].

      2.4.4 Support Vector Machine

      Support vector machine is a curated reading system and is used for classification and retrospective problems. The support vector machine is very popular, as it produces remarkable accuracy with low calculation power. It is widely used in segregation problems. It has three types: targeted, unsupervised, and reinforced learning. A support vector machine is a selected separator that is officially defined by separating the hyperplane. With the provision of training data, the release of advanced hyperplane algorithm that separates new models is labeled.

      2.4.5 Random Forest Regressor

      The Random Forest is a pliable and easy-to-use machine that produces good results most of the time with less time spent on hyperparameter setting. It has gained popularity because of its simplicity and the fact that it is use for split and reverse functions. Random forests are an amalgam of predictable trees in such a way that each tree is based on random vector values sampled independently and with the same distribution of all the trees in the forest. The general deforestation error changes as the limit of the number of trees in the forest grows.

      2.4.6 XGBoost

      XGBoost is a powerful way to build lower back-up fashions. The validity of this assertion can be characterized to the information of its (XGBoost) work with its students. Motive work includes job loss and time to get used to. It offers with the difference among actual values and expected values, e.g., how the model effects are from actual values. The typical loss features in XGBoost for deferral issues are reg: linear and, in binary categories, reg: logistics. Regularization parameters are as follows: alpha, beta, and gamma.

Metric Description Formula
Mean squared error (MSE) It is generally used in a regression function, to check how close the regression line to the dataset points is. image
Root mean squared error (RMSE) It is often referred as root mean squared deviation. Its purpose is to find error in the numerical predictive models. image
Mean absolute error (MAE) Similar to MSE, here, also, we take different between actual value and predicted value. image
Coefficient of determination (R2) It is referred to as goodness of fit. The fraction of response/outcome is explained by the model. image
Pearson correlation coefficient It measures the strength of association between two variables. image