Article
-
PROMPT
Prompts for Describing Rugby – How to Use AI Image Generators
How to Express Rugby Scenes Using AI Image Generators Basics of AI Image Generators and Prompts When using AI to express rugby scenes, the level of detail in the prompt significantly affects the result. By specifying various scenes such ... -
Chapter 7
Decision Tree Algorithm (Learning AI from scratch : Part 33)
Recap of Last Time and Today's Topic In the last session, we learned about logistic regression, which is used for binary classification problems. It helps predict outcomes such as whether a customer will make a purchase or whether an ema... -
Chapter 2
Logistic Regression (Learning AI from scratch : Part 32)
Recap of Last Time and Today's Topic Hello! In the last session, we explored linear regression, a fundamental machine learning technique used for predicting continuous values. Today, we’ll focus on logistic regression, which is designed ... -
Chapter 2
Linear Regression (Learning AI from scratch : Part 31)
Introduction In Chapter 2, we are focusing on learning the key algorithms commonly used in machine learning. In this session, we will start with linear regression, a fundamental model for predicting numerical values based on data. Despit... -
Chapter 1
Chapter 1 Summary and Comprehension Check (Learning AI from scratch : Part 30)
Review of Chapter 1 Hello! Over the past 29 sessions, we have covered the basics and applications of AI. This first chapter helped build a solid foundation for understanding AI and prepare us for the next steps. We explored key topics su... -
Chapter 1
k-Means Method (Learning AI from scratch : Part 29)
Recap of Last Time and Today's Topic Hello! Last time, we learned about clustering, a technique for grouping data points based on their similarity. Clustering allows us to discover hidden patterns in the data. Today, we’ll explore one of... -
Chapter 1
Clustering (Learning AI from scratch : Part 28)
Recap of Last Time and Today's Topic Hello! In the last session, we learned about Principal Component Analysis (PCA), a dimensionality reduction technique that simplifies data and improves model efficiency. Today, we will focus on cluste... -
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...
