Please enable JavaScript.
Coggle requires JavaScript to display documents.
Machine learning - Coggle Diagram
Supervisesd
Regression
-
Types
I-Linear regression
-
-
II-Decision tree
The more nodes it has, the more accuarate the output will be.
-
III-Random forest
-
2-Involve creating multiple decision trees using bootstrap data sets of original data and randomly selecting a subset of variables at each step of the decision tree
3-The model then selects de mode of all the predictions of each decision trees and by relying on the "majority wins" model, it reduces the risk of error from individual tree.
IV-Neural network
-
Classification
-
Types
I-Logistic regression
-
II-Support Vector machine
It is a supervised classification technique that carries an objective to find a hyperplane in n-dimensional space that cans distinctly classify the data points.
III-Naive Bayes
-
-
-
Unsupervised
It is used to draw inferences and find patterns from input data without references to labeled otucomes
-