AI Agent Hub

Blog

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

📝
"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 863 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 740 views
📝
"PaddlePaddle from Beginner to Expert" X - VisualDL: Training Visualization
Jan 17, 2019 · PaddlePaddle

This chapter will detail how to use PaddlePaddle's `VisualDL` tool for visualization during model training, which helps better understand the model learning process and optimization effects. The follo

# PaddlePaddle # Training Visualization # VisualDL 791 views
📝
"PaddlePaddle from Beginner to Alchemy" - Part 7: Reinforcement Learning
Jan 16, 2019 · PaddlePaddle

Your tutorial provides a detailed introduction to implementing a Deep Q-Network (DQN) using PaddlePaddle to play a small game. Below is a summary of your documentation and some supplementary suggestio

# PaddlePaddle # Reinforcement Learning # Deep Learning 951 views
📝
PaddlePaddle from Beginner to "Alchemy" - Part 8: Model Saving and Usage
Jan 16, 2019 · PaddlePaddle

### Chapter 8 - Model Saving and Loading in PaddlePaddle: From Beginner to "Alchemy" In this chapter, we will introduce how to save and load models using PaddlePaddle. Saving and loading models is on

# PaddlePaddle # Save Model # Deep Learning 915 views
📝
Handwritten Tibetan Character Recognition with PaddlePaddle
Dec 06, 2018 · PaddlePaddle

This code uses the PaddlePaddle framework for training, prediction, and plotting of a Tibetan MNIST handwritten digit recognition model. The entire process can be divided into the following steps: 1.

# PaddlePaddle # Fluid # Convolutional Neural Network 912 views
📝
"PaddlePaddle from Beginner to 'Alchemy' (6) —— Generative Adversarial Networks"
Nov 04, 2018 · PaddlePaddle

Thank you for sharing this detailed case study on Generative Adversarial Networks (GAN) for image generation of MNIST handwritten digits using PaddlePaddle. This case study introduces the basic concep

# PaddlePaddle # Fluid # Generative Adversarial Network 785 views
📝
From PaddlePaddle Beginner to "Alchemy Master": Part 5 - Recurrent Neural Networks
Nov 03, 2018 · PaddlePaddle

Chapter 5: Understanding Sentiment Analysis in "PaddlePaddle from Beginner to AI Enthusiast" In this chapter, we will continue to use PaddlePaddle to implement a simple text classification model for

# PaddlePaddle # Deep Learning # Recurrent Neural Network 851 views
📝
"PaddlePaddle: From Beginner to 'Alchemy Master' (2) - Calculating 1+1"
Oct 29, 2018 · PaddlePaddle

This chapter introduces how to perform simple tensor operations and variable operations using the PaddlePaddle Fluid version. First, two constant tensors x1 and x2 with shape [2, 2] and value 1 are de

# PaddlePaddle # Deep Learning # Fluid 899 views