Deep_Learning/README.md
Ke Jingfan 柯劲帆 fc5f63d176
Create README.md
2024-01-14 23:48:41 +08:00

32 lines
687 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 深度学习课程实验报告-北京交通大学计算机学院
> 北京交通大学计算机学院开设的2023-2024学年秋季学期深度学习课程 课程实验报告
>
> 作者 柯劲帆
本实验报告绝大部分由个人完成小部分参考课程材料和ChatGPT。
结课后整理,供后续选课同学参考。
## Getting Started 使用指南
### Installation 安装
Windows & Linux:
在命令行运行以下命令,获取项目源码:
```shell
git clone https://github.com/typingbugs/School-DeepLearningCourse-Lab.git
```
pip安装python依赖包
```shell
pip install -r requirements.txt
```
如果对你有帮助,麻烦点个**star** ~
Enjoy ~