Machine Learning

programming

[Java x AI Image Judgment API] Learn by building it yourself! The fastest guide to TensorFlow integration

A beginner-friendly explanation of how to create your own AI image judgment API using Java and TensorFlow. Covers everything from the image classification mechanism to the implementation code!
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.
programming

AI automatically generates programming! A new era of efficient coding has arrived

Programming is a difficult task for many people, and it is a task that consumes a lot of time and effort. The new approach of "AI automatically generates programming!" overturns conventional wisdom. By eliminating the trouble of writing complicated code and achieving efficient coding...
Python

Introduction to Python Data Analysis for Beginners: An Easy First Step into Data Science

Data analysis is an essential skill in modern business and research, but it often feels intimidating for beginners. "Introduction to Python Data Analysis for Beginners: The Easy First Step to Data Science" will help you solve such problems. Python is...
programming

Easy even for beginners! A complete guide to creating and using generative AI

Generative AI is one of the most popular areas of technology today, but beginners are often intimidated by its complexity and difficulty. "Easy even for beginners! A complete guide to creating and using generative AI" will help you solve such problems...
Python

6 advantages and disadvantages of Python OpenCV

What is Python OpenCV? Basic information about OpenCVPython OpenCV is a library for processing images and videos. This library helps computers understand and analyze images. OpenCV was first developed in 1999...