AI Agent Hub

Blog

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

📝
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 766 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 871 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,015 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 817 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
📝
Gradient Checking in Deep Learning Neural Networks
Apr 16, 2018 · Deep Learning

Thank you for your sharing and explanation! Indeed, Gradient Checking can effectively verify whether the gradient calculations in the backpropagation algorithm are correct. This technique is very usef

# Deep Learning # Gradient Check # Neural Network 745 views
📝
Theoretical Knowledge Points of "Improving Deep Neural Networks"
Apr 15, 2018 · Deep Learning

### Practical Deep Learning and Optimization - **Dataset Splitting**: A common split ratio is 98% for training, 1% for validation, and 1% for testing. Increasing data volume or applying regularizatio

# Neural Network # Andrew Ng's Courses # Deep Learning 736 views
📝
Weight Initialization in Deep Learning Neural Networks
Apr 15, 2018 · Deep Learning

Thank you for sharing these valuable study notes and reference materials! Indeed, the way weights are initialized in deep learning has a significant impact on the model's performance. Using appropriat

# Weight Initialization # Andrew Ng's Courses # Deep Learning 716 views