# cnn_study **Repository Path**: luyixdu/cnn_study ## Basic Information - **Project Name**: cnn_study - **Description**: CNN个人学习记录。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-08-28 - **Last Updated**: 2024-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 神经网络学习 ## 1. 基础分类网络 ### 1.1 LeNet [LeNet网络代码简述](./classification/LeNet-5/README.MD) ### 1.2 AlexNet [AlexNet网络代码简述](./classification/AlexNet/README.MD) ### 1.3 VGGNet [VGGNet网络代码简述](./classification/VGGNet/README.MD) ### 1.4 ResNet [ResNet网络代码简述](./classification/ResNet/README.MD) ## 2. 目标检测