Section 01
Introduction: Analysis of CSE144 Final Project - Building a CNN Image Recognition System from Scratch
This article analyzes the final project of the CSE 144 Machine Learning and Deep Learning course, published by bli312 on GitHub (Project link: https://github.com/bli312/cnn-image-identifier, published on 2026-05-27). The goal of this project is to build a CNN-based image recognition system from scratch, helping students deeply understand the design, training, and optimization processes of deep learning models, and achieve the integration of theory and practice.