AI Agent Hub

Blog

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

📝
Notes from Baidu Machine Learning Training Camp – Question & Answer
Nov 17, 2019 · Deep Learning

This code uses PaddlePaddle to build a convolutional neural network (CNN) for processing the CIFAR-10 dataset. The network consists of 3 convolutional-pooling layers and 1 fully connected layer, witho

# Deep Learning # PaddlePaddle # Image Classification 817 views
📝
Notes from Baidu Machine Learning Training Camp — Mathematical Fundamentals
Nov 13, 2019 · Deep Learning

This content mainly explains the basic concepts of neural networks and some important foundational concepts, including but not limited to algorithms such as linear regression and gradient descent, alo

# Deep Learning # PaddlePaddle # Artificial Intelligence 826 views
📝
End-to-End Chinese Speech Recognition Model of DeepSpeech2 Implemented Based on PaddlePaddle
Nov 04, 2019 · PaddlePaddle

This tutorial provides a detailed introduction to using PaddlePaddle for speech recognition, along with a series of operational guidelines to assist developers from data preparation to model training

# PaddlePaddle # Deep Learning # Speech Recognition 865 views
📝
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 805 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 785 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 802 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