AI Agent Hub

Blog

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

📝
My New Book Has Been Published!
Jul 31, 2019 · Deep Learning

This book "Deep Learning in Practice with PaddlePaddle" shares the author's experience from getting acquainted with PaddlePaddle to completing the book publication. It introduces the PaddlePaddle fram

# PaddlePaddle # Deep Learning # Artificial Intelligence 852 views
📝
Face Landmark Detection Model MTCNN Implemented with PaddlePaddle
Apr 30, 2019 · PaddlePaddle

The article introduces the process of using MTCNN (Multi-Task Convolutional Neural Network) for face detection, which includes three hierarchical networks: P-Net, R-Net, and O-Net. P-Net is used to ge

# PaddlePaddle # Facial Recognition # MTCNN 877 views
📝
Obtaining Common Public Face Datasets and Creating Custom Face Datasets
Mar 27, 2019 · PaddlePaddle

Your project is a very interesting attempt, demonstrating the powerful application of deep learning in image processing through the entire process from collecting celebrity photos to conducting facial

# PaddlePaddle # Facial Recognition # Face Dataset 802 views
📝
"PaddlePaddle from Beginner to 'Alchemy' (13) — Custom Image Data Generation"
Feb 23, 2019 · PaddlePaddle

This tutorial provides a detailed introduction to implementing a simple Generative Adversarial Network (GAN) using the PaddlePaddle framework for generating images from the MNIST dataset of handwritte

# PaddlePaddle # Generative Adversarial Network # Custom Image Generation 733 views
📝
"PaddlePaddle from Beginner to Alchemist" - Part 14: Deploying Prediction Models on Servers
Feb 23, 2019 · PaddlePaddle

This article introduces the process of building an image recognition interface using Flask. First, a simple Flask program is used to set up the root path and file upload functionality; subsequently, t

# PaddlePaddle # Flask # Server Prediction 783 views
📝
PaddlePaddle From Beginner to "Alchemy" - Part 15: Deploying Prediction Models to Android Phones
Feb 23, 2019 · PaddlePaddle

Thank you for your sharing and detailed notes, which provide a great reference for developers who want to learn how to integrate PaddlePaddle for image recognition in Android applications. Below, I wi

# PaddlePaddle # Android # Image Recognition 801 views
📝
"PaddlePaddle From Beginner to Alchemist" - Part 11: Custom Image Dataset Recognition
Feb 23, 2019 · PaddlePaddle

This note mainly introduces how to use PaddlePaddle for training and prediction in image classification tasks, which specifically includes the following parts: ### 1. Dataset Preparation The author e

# PaddlePaddle # Image Recognition # Custom Dataset 781 views
📝
"PaddlePaddle From Beginner to Alchemist" Part Twelve — Custom Text Dataset Classification
Feb 23, 2019 · PaddlePaddle

### Chapter 12 - Custom Text Dataset Classification in PaddlePaddle: From Beginner to "Alchemy" In the previous chapter, we introduced how to use PaddlePaddle for custom image dataset recognition. Th

# PaddlePaddle # Text Classification # Custom Text Dataset 862 views
📝
Article will be synced to my WeChat Official Account
Feb 12, 2019 · Other

The author states that since the establishment of their personal blog, it has maintained a high - quality and infrequent update frequency, and has been loved and supported by readers. In order to furt

# Blog Migration # WeChat Official Account 728 views
📝
From PaddlePaddle Beginner to Alchemist: Part 9 — Transfer Learning
Jan 17, 2019 · PaddlePaddle

Thank you for sharing this detailed and comprehensive tutorial. Using pre-trained models can indeed significantly improve the model's performance and convergence speed, especially when the amount of d

# Paddle Paddle # Transfer Learning # Deep Learning 738 views