Blog
In-depth articles on AI agents, LLM engineering, servers, Python and software development.
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
### 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
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
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