# deep_learning_for22AI **Repository Path**: yangchengjun2/deep_learning_for22-ai ## Basic Information - **Project Name**: deep_learning_for22AI - **Description**: 发布深度学习神经网络上课资料 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 8 - **Created**: 2024-10-13 - **Last Updated**: 2025-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DL2024 22人工智能《深度学习及实验》 ## 前言 教材主要参考花书+动手学深度学习pytorch版+[torch官方教程](https://pytorch.org/tutorials/beginner/basics/intro.html) ``` https://github.com/MingchaoZhu/DeepLearning https://zh.d2l.ai/chapter_preliminaries/index.html https://cs230.stanford.edu/syllabus/ https://speech.ee.ntu.edu.tw/~hylee/ml/2022-spring.php ``` [DL-Experiment](./DL-Experiment) 包含实验课内容,其他文件夹为课堂练习题内容作为实验预习的参考资料 实验环境: 如果使用云服务器v100s卡,可以直接复制环境 ``` conda env create -f environment.yml ``` (需要根据自身的CUDA版本进行调整pytorch版本): 详情参考: windows端: https://www.bilibili.com/video/BV1U8xDe1EfY/?vd_source=5a1851ba2a81dfd3e3a8326c3276c762 Ubuntu端: https://www.bilibili.com/video/BV1YpxDenEjg/