Learning AI from scratch– category –
-
Chapter 1
Principal Component Analysis (PCA) (Learning AI from scratch : Part 27)
Recap of Last Time and Today's Topic Hello! Last time, we learned about dimensionality reduction, a method used to simplify datasets and improve model efficiency. Today, we will take a deeper dive into one of the most widely used dimensi... -
Chapter 1
Dimensionality Reduction (Learning AI from scratch : Part 26)
Recap of Last Time and Today's Topic Hello! In the last session, we explored feature selection, which helps improve the quality of data used for training a model by selecting the most relevant features. Today, we will dive into dimension... -
Chapter 1
Feature Selection (Learning AI from scratch : Part 25)
Recap of Last Time and Today's Topic Hello! In the last session, we discussed categorical variable encoding, a technique for converting text-based variables into numerical data. Proper encoding can significantly enhance a model's accurac... -
Chapter 1
Categorical Variable Encoding (Learning AI from scratch : Part 24)
Recap of Last Time and Today's Topic Hello! Last time, we learned about data standardization and normalization, which help ensure that a model can learn evenly from different features by aligning the data’s scale. Today, we will discuss ... -
Chapter 1
Data Standardization and Normalization (Learning AI from scratch : Part 23)
Recap of Last Time and Today's Topic Hello! In the last session, we learned how to detect and handle outliers in datasets. Properly addressing outliers improved the accuracy and reliability of our models. Today, we will cover an importan... -
Chapter 1
Detecting and Handling Outliers (Learning AI from scratch : Part 22)
Recap of Last Time and Today's Topic Hello! In the last session, we learned how to handle missing data in datasets. Missing values are unavoidable in many cases, but by handling them appropriately, we can improve the accuracy of our mode... -
Chapter 1
Handling Missing Data (Learning AI from scratch : Part 21)
Recap of Last Time and Today's Topic Hello! In the last session, we learned about data preprocessing—the steps needed to prepare data so that models can learn effectively. One key aspect of preprocessing is handling missing data in the d... -
Chapter 1
Data Preprocessing (Learning AI from scratch : Part 20)
Quick Recap and Today’s Topic Welcome back! In our last session, we talked about cross-validation, which is a way to check how well a model performs by splitting the data into multiple parts. Today, we’re focusing on data preprocessing—a... -
Chapter 1
Cross-Validation (Learning AI from scratch : Part 19)
Recap of Last Time and Today's Topic Hello! In the last session, we explored evaluation metrics, which provide a way to objectively measure how well an AI model performs. Today, we will learn about cross-validation, a method that helps m... -
Chapter 1
Evaluation Metrics (Learning AI from scratch : Part 18)
Recap of Last Time and Today's Topic Hello! Last time, we learned about hyperparameters, which are crucial for optimizing model performance. Setting and tuning hyperparameters directly affects the learning process. Today, we’ll focus on ... -
Chapter 1
Hyperparameters (Learning AI from scratch : Part 17)
Recap of Last Time and Today's Topic Hello! In the last session, we explored the concepts of bias and variance, two factors that influence a model’s accuracy and generalization performance. By balancing these two, we can optimize the mod... -
Chapter 1
Overfitting (Learning AI from scratch : Part 14)
Recap of Last Time and Today's Topic Hello! In the last session, we learned about classification and regression, two major types of prediction problems in AI. Classification assigns data to categories, while regression predicts continuou... -
Chapter 1
Bias and Variance (Learning AI from scratch : Part 16)
Recap of Last Time and Today's Topic Hello! In the last session, we learned about generalization performance, which measures how well an AI model can adapt to new data. Generalization is crucial for ensuring that a model performs well in... -
Chapter 1
Generalization Performance (Learning AI from scratch : Part 15)
Recap of Last Time and Today's Topic Hello! In the last session, we explored overfitting, a significant problem where a model becomes too closely adapted to the training data, resulting in poor performance on new data. Today, we will dis... -
Chapter 1
Classification and Regression (Learning AI from scratch : Part 13)
Recap of Last Time and Today's Topic Hello! In the last session, we discussed labels (targets), the "correct answers" used in supervised learning that directly impact the accuracy of AI models. Today, we’ll explore the two main categorie...
