# Deep-Learning **Repository Path**: hh99988/Deep-Learning ## Basic Information - **Project Name**: Deep-Learning - **Description**: 深度学习作业项目,不同分支对应不同模型以及创新模型。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-06 - **Last Updated**: 2022-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 南开大学深度学习大作业 南开大学深度学习大作业项目仓库 ## 小组成员 - 张世辰 1911515 - 王艺杰 1911478 - 刘慈一 1911436 ### 我们小组主要复现了5篇论文,其中实验报告中介绍了3篇,不同的分支对应不同的论文,以及创新模型的实现和训练测试日志文件。 - main:默认分支,项目介绍 - ResNet:实现框架代码和基础ResNet - Triplet-attention:复现论文《Rotate to attend: Convolutional triplet attention module》 - resnet+CAAtt:复现论文《Coordinate Attention for Efficient Mobile Network Design》 - cbam:复现论文《Cbam: Convolutional block attention module》 - SKNet:复现论文《Selective Kernel Networks》(未写在实验报告) - MLP-Mixer:复现论文《MLP-Mixer: An all-MLP Architecture for Vision》(未写在实验报告) - Innovation:创新方法实现