AI Agent Hub

Blog

In-depth articles on AI agents, LLM engineering, servers, Python and software development.

📝
Notes on "My PaddlePaddle Learning Journey" - Custom Image Dataset for Object Detection
Feb 27, 2018 · PaddlePaddle

From your notes, we can see that you have detailedly introduced the process of implementing object detection using PaddlePaddle. The following is a summary of the key points in the notes and some supp

# PaddlePaddle # Deep Learning # Object Detection 878 views
📝
Notes on "My PaddlePaddle Learning Journey" – Implementing Object Detection Using the VOC Dataset
Feb 23, 2018 · PaddlePaddle

### Chapter 10: Implementing Object Detection with Custom Image Datasets In PaddlePaddle, we can not only quickly deploy object detection tasks using pre-trained models but also train our own special

# PaddlePaddle # Deep Learning # Object Detection 878 views
📝
Notes on "My Learning Journey with PaddlePaddle" (VIII) — Scene Text Recognition
Feb 11, 2018 · PaddlePaddle

This note provides a detailed introduction to implementing license plate character recognition using PaddlePaddle. Each step, from data preparation, model design to training and prediction, is describ

# PaddlePaddle # Deep Learning # Scene Text Recognition 791 views
📝
Notes on "My PaddlePaddle Learning Journey" VII——End-to-End License Plate Recognition
Feb 09, 2018 · PaddlePaddle

This project mainly introduces how to use the PaddlePaddle framework to train a license plate recognition model. Below, I will summarize the key steps and concepts and provide some optimization sugges

# PaddlePaddle # Image Recognition # License Plate Recognition (LPR) 904 views
📝
Notes on "My Learning Journey with PaddlePaddle" – End-to-End Recognition of Verification Codes
Feb 07, 2018 · PaddlePaddle

This article provides a detailed introduction to the process of license plate recognition using PaddlePaddle, covering installation of the environment, reading the dataset, building the model, as well

# PaddlePaddle # Image Recognition # Captcha Recognition 895 views
📝
Notes on My PaddlePaddle Learning Journey V——Captcha Recognition
Jan 31, 2018 · PaddlePaddle

Your tutorial provides a detailed introduction to using PaddlePaddle for captcha recognition, covering steps from dataset preparation, model design to final training and prediction. This series of ste

# PaddlePaddle # Image Recognition # Captcha Recognition 907 views
📝
Notes on "My PaddlePaddle Learning Journey" IV — Recognition of Custom Image Datasets
Jan 21, 2018 · PaddlePaddle

This series of notes mainly introduces how to implement a simple image recognition task using PaddlePaddle, including data preparation, model construction and training, as well as result prediction. T

# PaddlePaddle # Image Recognition # Custom Dataset 1,071 views
📝
Notes on "My Learning Journey with PaddlePaddle" III — CIFAR Color Image Recognition
Jan 21, 2018 · PaddlePaddle

This project is a CIFAR-10 image classification model implemented using PaddlePaddle, with a clear code structure and detailed comments. Below is a brief explanation of the main functions and principl

# PaddlePaddle # CIFAR # Image Recognition 969 views
📝
Notes on "My Learning Journey with PaddlePaddle" - MNIST Handwritten Digit Recognition
Jan 21, 2018 · PaddlePaddle

Your code is very detailed and already covers the entire process from training to prediction. Below, I will supplement and optimize several key points to help you better understand and use PaddlePaddl

# PaddlePaddle # Handwritten Digit Recognition # MNIST dataset 855 views
📝
Notes on "My Learning Journey with PaddlePaddle" — Part 1: Installation of PaddlePaddle
Jan 16, 2018 · PaddlePaddle

This note provides a detailed introduction to how to install and use PaddlePaddle (now referred to as Paddle) and demonstrates how to perform MNIST handwritten digit recognition through a specific exa

# PaddlePaddle # Deep Learning # Install PaddlePaddle on Windows 875 views