Blog
In-depth articles on AI agents, LLM engineering, servers, Python and software development.
This article provides a detailed introduction to three commonly used regularization techniques in deep learning: L2 regularization, Dropout, and a 3-layer network model with regularization. It also en
This project is a simple web crawler designed to scrape relevant content from CSDN blogs and save it as HTML files. It includes the basic process of a crawler: crawling, parsing, and storage. ### Cra
The code you provided is a complete process for implementing a logistic regression model from scratch, and it also includes additional features to test different learning rates and predict your own im
Your code well demonstrates how to implement an artificial neural network with hidden layers to solve a binary classification problem, and you've added detailed comments explaining each step. Below, I
Your code and explanations are very detailed, covering the entire process from data loading, preprocessing to model construction and training, and also involving the learning process of deep neural ne
Your notes are very detailed and cover multiple important concepts and techniques in deep learning, including activation functions, loss functions, etc. They truly help beginners understand and master
This note covers some key concepts and formulas from Professor Andrew Ng's deeplearning.ai course series. Below is a categorized summary and supplementary explanation of these contents: ### 1. Fundam
This tutorial provides a detailed introduction to using PaddlePaddle for basic image classification tasks and deploying the resulting model to a web service. Below is a summary of the tutorial content
This note provides a detailed introduction to how to use PaddlePaddle and VisualDL for the visualization of convolutional neural network (CNN) training. The following are the key points summarizing th
Your notes are very detailed and comprehensive, covering the entire process from installing PaddlePaddle to using it for image recognition. You also mentioned many important details, such as changes i