Blog
In-depth articles on AI agents, LLM engineering, servers, Python and software development.
This project is a CIFAR-10 image classification model implemented using PaddlePaddle, with a clear code structure and detailed comments. Below is a brief explanation of the main functions and principl
Your code is very detailed and already covers the entire process from training to prediction. Below, I will supplement and optimize several key points to help you better understand and use PaddlePaddl
This note provides a detailed introduction to how to install and use PaddlePaddle (now referred to as Paddle) and demonstrates how to perform MNIST handwritten digit recognition through a specific exa
This article mainly explores some key concepts in the fields of deep learning and optimization, including gradient, partial derivative, constrained optimization, and the KKT method. Below is the organ
This document covers many important concepts in probability theory and machine learning, including the distributions of random variables, commonly used functions, and correlation coefficients. Below i
This note covers various important concepts in machine learning, particularly those related to linear algebra. Below are some summaries and supplements to the content of the note: ### Fundamentals of
This article introduces four common notification methods in Android applications: Notification, Dialog, Toast, and Snackbar. Notification is used to display important notifications in the status bar,
TranslateAnimation translateAnimation = new TranslateAnimation( A
This article introduces the creation and configuration of a SpringMVC project. First, a Spring project is created, the Spring MVC option is checked, and the required JAR packages are downloaded. Next,
This example demonstrates how to use `SharedPreferences` to save a user's account and password with simple encryption for enhanced security. The main steps of the code are as follows: 1. **Layout Ini