1L420xXpDTg

    Master this deck with 20 terms through effective study methods.

    Generated from YouTube video

    Created by @fewfvr44

    What is machine learning?

    Teaching computers to learn from data.

    What are the types of machine learning?

    Supervised, unsupervised, and reinforcement learning.

    How does supervised learning differ from unsupervised learning?

    Supervised learning uses labeled data; unsupervised does not.

    What is the role of data in machine learning?

    Data is used to train models for predictions.

    What is exploratory data analysis (EDA)?

    Analyzing data to discover patterns and insights.

    Why is data cleaning important?

    It ensures the quality and accuracy of the data used.

    What is feature engineering?

    Creating new features to improve model performance.

    What is the difference between AI, ML, and DL?

    AI is the broad concept; ML is a subset of AI; DL is a subset of ML.

    What is the purpose of feature selection?

    To identify the most relevant features for model training.

    What happens if a model is overfitting?

    It performs well on training data but poorly on unseen data.

    What is the significance of correlation in data analysis?

    It measures the relationship between two variables.

    What is the purpose of normalization in data preprocessing?

    To scale features to a similar range for better model performance.

    What is reinforcement learning?

    Learning by trial and error, using rewards and penalties.

    What is the impact of outliers on data analysis?

    They can skew results and affect model accuracy.

    What is the function of a confusion matrix?

    To evaluate the performance of a classification model.

    What is the purpose of hyperparameter tuning?

    To optimize model performance by adjusting parameters.

    What is the difference between classification and regression?

    Classification predicts categories; regression predicts continuous values.

    What is the significance of the training set in machine learning?

    It is used to train the model to make predictions.

    What is the role of the validation set?

    To tune model parameters and prevent overfitting.

    What is the purpose of the test set?

    To evaluate the final model's performance on unseen data.