Which term refers to the process of transforming data to have a mean of 0 and a standard deviation of 1?
- Outlier Detection
- Data Imputation
- Standardization
- Feature Engineering
Standardization is the process of transforming data to have a mean of 0 and a standard deviation of 1. This helps in making data more interpretable and suitable for various machine learning algorithms, as it removes the scale effect.
Loading...
Related Quiz
- The _______ layer in a neural network is responsible for combining features across the input data, often used in CNNs.
- The _______ typically works closely with business stakeholders to understand their requirements and translate them into data-driven insights.
- In the context of neural networks, what does the term "backpropagation" refer to?
- In a production environment, _______ allows for seamless updates of a machine learning model without any downtime.
- In SQL, how can you prevent SQL injection in your queries?