Feature Scaling -Part 2 | Machine Learning | MATLAB
Part 1: https://www.matlabcoding.com/2020/05/feature-scaling-part-1-machine-learning.html
Feature Scaling is a technique to standardize the independent features present in the data in a fixed range. It is performed during the data pre-processing to handle highly varying magnitudes or values or units. If feature scaling is not done, then a machine learning algorithm tends to weigh greater values, higher and consider smaller values as the lower values, regardless of the unit of the values.
Join us on Telegram:
https://t.me/matlabirawen
Join us on Facebook Group:
https://www.facebook.com/groups/matlabcodes
Feature Scaling is a technique to standardize the independent features present in the data in a fixed range. It is performed during the data pre-processing to handle highly varying magnitudes or values or units. If feature scaling is not done, then a machine learning algorithm tends to weigh greater values, higher and consider smaller values as the lower values, regardless of the unit of the values.
Calculate standard deviation without built-in function:
Standard Deviation in MATLAB without using std
Machine Learning with MATLAB:
Machine Learning with MATLAB:
No comments