AI Agent Hub

Blog

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

📝
"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 788 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 911 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 850 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
📝
"PaddlePaddle from Beginner to Alchemy" Part 3 - Linear Regression
Oct 29, 2018 · PaddlePaddle

Thank you for sharing this detailed tutorial, which helps readers understand how to use PaddlePaddle for linear fitting. Here are some supplementary and improvement suggestions to better assist reader

# PaddlePaddle # Deep Learning # Linear Regression 774 views
📝
"PaddlePaddle from Beginner to 'Alchemy' (Refined Version)" Part 4 - Convolutional Neural Networks
Oct 29, 2018 · PaddlePaddle

This tutorial provides a detailed introduction to training and predicting a handwritten digit recognition model using the PaddlePaddle framework. Below is a summary and further explanation of the key

# PaddlePaddle # Deep Learning # Image Recognition 772 views
📝
"PaddlePaddle from Beginner to Alchemy" — Installation of the New Version of PaddlePaddle
Oct 29, 2018 · PaddlePaddle

This tutorial provides a detailed introduction to installing PaddlePaddle on Ubuntu and Windows systems, along with basic usage methods. Below is a summary of each section and some supplementary infor

# PaddlePaddle # Fluid # Windows Installation 856 views