AI

programming

I tried making a "face recognition login system" with Python [OpenCV x face detection]

A complete guide to creating a face recognition login system using Python and OpenCV! Includes code that even beginners can easily create. Perfect for enhancing security!
programming

I tried making an "AI that reads emotions from images" using Python [Facial Recognition x AI]

A beginner-friendly explanation of AI that reads emotions from facial images using Python. A simple introduction to the development steps using facial recognition technology and emotion classification models.
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 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...
programming

Optimize your code generation with 5 tips for using GitHub Copilot!

Many developers want to improve their programming efficiency, but struggle with writing huge amounts of code and handling errors. In "5 ways to use GitHub Copilot to optimize code generation!", we will introduce how to use AI to solve these problems...
Python

Python Keras: 7 advantages and disadvantages

What is Python Keras? Basic features of KerasPython Keras is a library for machine learning, especially used for deep learning. This library is designed with an emphasis on ease of use, and is widely used by beginners and advanced users alike. K...
Python

Python TensorFlow: 7 Advantages and 3 Disadvantages

What is Python TensorFlow? Basic information about TensorFlowPython TensorFlow is a piece of software for machine learning and deep learning. It was developed by Google and is particularly suited to numerical calculations and large-scale data processing...