Please enable JavaScript.
Coggle requires JavaScript to display documents.
Machine Learning (Supervised (Regression( predict numeric value, like…
Machine Learning
Supervised
Regression( predict numeric value, like value of my home)
-
MultiClass ( what will be the weather today, sunny, cloudy etc)
-
Unsupervised
-
Dimensionality Reduction ( Helps in reducing the number of features from the dataset with too may features)
-
Data Types
Numeric
Normalization Transformation ( normalize the numeric value where the range is very high by subtracting the average and diving by deviation)
-
-
Categorical
Numeric Encoding
One Hot Encoding
Cartesian Transformation( combine features to form new features)
Reinforcement (Decision Making under uncertainity) For example Autonomous Driving, Games like chess.
-