AI Agent Hub

Blog

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

📝
"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 776 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
📝
Implementing Image Classification on Android Phones Using TensorFlow Lite
Sep 20, 2018 · Deep Learning

This tutorial provides a detailed introduction to performing image recognition in Android applications using TensorFlow Lite. It offers clear code examples and step-by-step instructions for each proce

# Tensorflow # tflite # Android 966 views
📝
Installing CPU-only Caffe on Ubuntu
Sep 08, 2018 · Deep Learning

The article you provided covers the basic steps of image recognition using Caffe, including installing Caffe on the Ubuntu system, configuring environment variables, and how to use pre-trained models

# Caffe # cpu # Predicted Image 846 views
📝
Implementing Image Classification with Tencent's ncnn on Android Phones
Sep 05, 2018 · Deep Learning

The content you shared is very detailed, covering the entire process from Caffe model conversion, optimization using the ncnn library, to integration into Android projects. Below is a summary of your

# ncnn # Android # Image Classification 782 views
📝
Implementing Image Classification on Android Phones Using MACE
Aug 22, 2018 · Deep Learning

This is a great tutorial on how to integrate the MACE framework for image recognition in an Android application. You have detailed the entire project implementation process, from the addition of depen

# MACE # Android # Deep Learning 851 views
📝
Converting Caffe Models to PaddlePaddle Fluid Prediction Models
Aug 21, 2018 · PaddlePaddle

You have detailed how to convert a Caffe model to a prediction model using PaddlePaddle and provided complete code examples. Next, I will explain the key steps and precautions in the entire process st

# PaddlePaddle # Caffe # Model Conversion 756 views
📝
Face Comparison and Recognition Using PaddlePaddle
Aug 05, 2018 · PaddlePaddle

Thank you for providing the detailed code examples, which will indeed help others understand how to use the ResNet model for face recognition and face comparison. There are several areas in your code

# PaddlePaddle # Face Comparison # CASIA WebFace 751 views
📝
Implementing Image Classification on Android Phones Using PaddleMobile
Jul 23, 2018 · PaddlePaddle

Your project has covered the complete process of image prediction using PaddleMobile, including model downloading, loading, image preprocessing, and result display. The following are some supplementar

# Android # paddle-mobile # Deep Learning 870 views