AI Agent Hub

Blog

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

📝
Notes on "My PaddlePaddle Learning Journey" (14) —— Migrating PaddlePaddle to Android Devices
Jul 22, 2018 · PaddlePaddle

This article provides a detailed introduction to integrating a trained PaddlePaddle model into an Android application, including steps such as building the PaddleMobile library, using JNI technology i

# PaddlePaddle # Deep Learning # Android 901 views
📝
Dynamic Permission Request for Single or Multiple Permissions in Android
Jul 14, 2018 · Android

This article details the methods for handling permission requests in Android applications. Specifically, it is divided into several parts: 1. **Application for a Single Permission**: - First, it

# Android # Dynamic Permission Application # Dynamic Application for Multiple Permissions 746 views
📝
Installation of TensorFlow
Jul 08, 2018 · TensorFlow

This article provides a detailed introduction to the specific steps of model training and prediction using TensorFlow locally, with special emphasis on how to install and configure TensorFlow through

# Tensorflow # Ubuntu # Windows 927 views
📝
Implementing Read-Write Splitting with Mycat Middleware for One-Master-One-Slave and Two-Master-Two-Slave Topologies
Jul 07, 2018 · Backend

This document provides a detailed introduction to how to build a MySQL master-slave cluster using Mycat, along with testing for load balancing and high availability. The following is a summary of the

# Mycat # Master-Slave Replication # Read-Write Splitting 863 views
📝
Implementing MySQL Database Master-Slave Replication
Jul 06, 2018 · Backend

This document provides a detailed introduction to how to configure Master-Slave Replication in MySQL database, accompanied by configuration steps and simple test cases. The key points summarized are a

# MySQL # database # Master-Slave Replication 861 views
📝
Installing and Using Mycat for Distributed Database on CentOS
Jun 30, 2018 · Backend

This article provides a detailed introduction to how to install and configure Mycat in a CentOS environment to achieve basic operations of distributed databases. Below is a summary of the content in t

# Mycat # MySQL # Distributed Database 767 views
📝
Building a High-Availability and High-Concurrency Website with Nginx and Tomcat on CentOS
Jun 19, 2018 · Backend

This blog mainly introduces how to deploy and configure a Tomcat cluster on CentOS to achieve logical layer distributed deployment of websites. The specific steps include: ### 1. Preparation Work - E

# High Availability # High Concurrency # Nginx 872 views
📝
Installing and Uninstalling CUDA and CUDNN on Ubuntu
Jun 14, 2018 · PaddlePaddle

You have provided a detailed introduction to installing CUDA 11.8 and CUDNN 8.9.6 on the Ubuntu system, and verified it through a simple PyTorch program. To ensure the completeness of the documentatio

# CUDA # CUDNN # PaddlePaddle 1,016 views
📝
Setting Up a Cloud Service Platform on CentOS
Jun 05, 2018 · Backend

This article provides a detailed introduction to the process of creating a cloud server using KVM on CentOS systems. Below is a summary of key steps and precautions: ### I. Environment Preparation -

# CentOS # Cloud Service # Virtual Machine 819 views
📝
An Initial Understanding of TensorFlow
May 24, 2018 · Deep Learning

This note provides a detailed introduction to the process of training a 3-layer neural network using TensorFlow for handwritten digit recognition. The main content and key points of the note are as fo

# Deep Learning # Tensorflow # Andrew Ng's Courses 825 views