AI Agent Hub

Blog

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

📝
My Learning Journey with PaddlePaddle - Note 13: Deploying PaddlePaddle to a Website Server
Mar 22, 2018 · PaddlePaddle

This tutorial provides a detailed introduction to using PaddlePaddle for basic image classification tasks and deploying the resulting model to a web service. Below is a summary of the tutorial content

# PaddlePaddle # server # Flask 776 views
📝
Notes on "My PaddlePaddle Learning Journey" ⑫ — Using the Visualization Tool VisualDL
Mar 15, 2018 · PaddlePaddle

This note provides a detailed introduction to how to use PaddlePaddle and VisualDL for the visualization of convolutional neural network (CNN) training. The following are the key points summarizing th

# PaddlePaddle # Deep Learning # Image Recognition 781 views
📝
Notes on "My Learning Journey with PaddlePaddle" XI – Using the New Version of Fluid
Mar 10, 2018 · PaddlePaddle

Your notes are very detailed and comprehensive, covering the entire process from installing PaddlePaddle to using it for image recognition. You also mentioned many important details, such as changes i

# PaddlePaddle # Deep Learning # Fluid 869 views
📝
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 879 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) 905 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