Scikit-learn

programming

[Archival version] Creating an AI to predict student grades using Python | Practical application of supervised learning!

A professional explanation of how to build an AI to predict student grades using Python and supervised learning. With actual code and concrete examples, even beginners can easily understand the explanation.
programming

[Archival version] How to create a spam mail detector using Python | Even beginners can do it using natural language processing and machine learning!

This article is aimed at Python beginners and explains how to create a spam mail detection machine that uses natural language processing and machine learning. It provides a step-by-step introduction from data preprocessing to model construction and evaluation. This is an ideal introductory article for those who want to learn about automatic spam mail classification, along with practical code examples.
programming

🏠 Creating a model to predict housing prices using Python [Kaggle Beginner]

This article is aimed at Python beginners and explains the steps to create a model that can be used in Kaggle's house price prediction competition. It carefully explains each step from data preprocessing to feature selection, model construction, and submission. This is an introductory article recommended for those who want to learn practically.
programming

[Archival version] How to create a horse racing winning horse prediction model using Python and XGBoost

A thorough explanation of how to create a horse racing winning horse prediction model using Python and XGBoost. From data preparation to building and evaluating an AI model, even beginners can easily understand it.
programming

[Archival version] How to create a handwritten digit recognition AI using Python | Get started with MNIST and scikit-learn!

Explains how to create an AI that can recognize handwritten digits using Python and scikit-learn. Learn the basics of image recognition using MNIST.
Python

Python Scikit-learn: 7 advantages and 3 disadvantages

What is Python Scikit-learn? Basic information about Scikit-learnPython Scikit-learn is a useful tool for doing machine learning, especially when creating models that learn and predict using data. This tool...