# CNN-CIFAR-100 **Repository Path**: mntcanxi/cnn-cifar-100 ## Basic Information - **Project Name**: CNN-CIFAR-100 - **Description**: 基于CNN的CIFAR-10数据集识别 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-06-20 - **Last Updated**: 2024-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CNN-CIFAR-100 #### 介绍 基于CNN的CIFAR-100数据集识别 #### 软件架构 1. cifar-100-python: 数据集 2. cs.py: 模型训练 3. cs_load.py 测试集(训练指标&构造混淆矩阵&错误训练集) 4. module.py 数据集加载&精确率&召回率模块 #### 参与贡献 1. MntCanxi