# DeepLearning_for_CV **Repository Path**: yifanrensheng/deep_learning_for_cv ## Basic Information - **Project Name**: DeepLearning_for_CV - **Description**: 本套资料将以“博文,视频,代码”三位一体的形式呈现,为读者提供多样化的需求,读者可以根据自身情况选择性阅读观看。本处是代码,其它部分请移步: * B站:https://space.bilibili.com/555233120 * 文章:https://www.zhihu.com/people/yifanrensheng - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-12-27 - **Last Updated**: 2025-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 深度学习图像应用(DeepLearning_for_CV) --- ## 0、介绍 本套资料将以“博文,视频,代码”三位一体的形式呈现,为读者提供多样化的需求,读者可以根据自身情况选择性阅读观看。 ## 1、目录 * 图像分类(classification)   * 图像分类基础   * MLP * CNN 基础 * LeNet ## 2、环境 * Anaconda3(建议使用) * python3.6/3.7/3.8 * pycharm (IDE) * pytorch 1.10+ * torchvision 0.11.1 (pip package) * cambricon pytorch 1.9 * loguru ## 3、相关链接 * B站:https://space.bilibili.com/555233120 * 文章:https://www.zhihu.com/people/yifanrensheng * 代码:https://gitee.com/yifanrensheng/