From f304ab1e2329d84de02a7f81144276596a164b15 Mon Sep 17 00:00:00 2001
From: Herry Patel <85663924+herry73@users.noreply.github.com>
Date: Fri, 23 Jun 2023 07:42:55 +0530
Subject: [PATCH 1/2] Update and rename CS231.md to CS231.en.md
---
docs/深度学习/CS231.en.md | 18 ++++++++++++++++++
docs/深度学习/CS231.md | 18 ------------------
2 files changed, 18 insertions(+), 18 deletions(-)
create mode 100644 docs/深度学习/CS231.en.md
delete mode 100644 docs/深度学习/CS231.md
diff --git a/docs/深度学习/CS231.en.md b/docs/深度学习/CS231.en.md
new file mode 100644
index 00000000..c1d12bb4
--- /dev/null
+++ b/docs/深度学习/CS231.en.md
@@ -0,0 +1,18 @@
+# CS231n: CNN for Visual Recognition
+
+## Course Introduction
+
+- Affiliated Universities:Stanford
+- Prerequisites: Foundations of Machine Learning
+- Programming Languages:Python
+- Course Difficulty:🌟🌟🌟🌟
+- Estimated hours: 80 hours
+
+Stanford's CV introductory class, led by the giant of the computer field, Fei-Fei Li (the research team of the epoch-making famous dataset ImageNet in CV field), but its content is relatively basic and friendly, if you have taken CS230, you can directly start the Project as practice.
+
+## Course Resources
+
+- Course Website:
+- Course Video:
+- Course Materials: None
+- Coursework:,3 Programming Assignments
diff --git a/docs/深度学习/CS231.md b/docs/深度学习/CS231.md
deleted file mode 100644
index 0fe57e0f..00000000
--- a/docs/深度学习/CS231.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# CS231n: CNN for Visual Recognition
-
-## 课程简介
-
-- 所属大学:Stanford
-- 先修要求:机器学习基础
-- 编程语言:Python
-- 课程难度:🌟🌟🌟🌟
-- 预计学时:80 小时
-
-Stanford 的 CV 入门课,由计算机领域的巨佬李飞飞院士领衔教授(CV 领域划时代的著名数据集 ImageNet 的研究团队),但其内容相对基础且友好,如果上过 CS230 的话可以直接上手 Project 作为练习。
-
-## 课程资源
-
-- 课程网站:
-- 课程视频:
-- 课程教材:无
-- 课程作业:,3个编程作业
From f43793474580b5e45f586720201b80482deb3593 Mon Sep 17 00:00:00 2001
From: Herry Patel <85663924+herry73@users.noreply.github.com>
Date: Tue, 27 Jun 2023 15:12:35 +0530
Subject: [PATCH 2/2] Re-added Chinese version of CS231.md
---
docs/深度学习/CS231.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 docs/深度学习/CS231.md
diff --git a/docs/深度学习/CS231.md b/docs/深度学习/CS231.md
new file mode 100644
index 00000000..7f3c25db
--- /dev/null
+++ b/docs/深度学习/CS231.md
@@ -0,0 +1,18 @@
+# CS231n: CNN for Visual Recognition
+
+ ## 课程简介
+
+ - 所属大学:Stanford
+ - 先修要求:机器学习基础
+ - 编程语言:Python
+ - 课程难度:🌟🌟🌟🌟
+ - 预计学时:80 小时
+
+ Stanford 的 CV 入门课,由计算机领域的巨佬李飞飞院士领衔教授(CV 领域划时代的著名数据集 ImageNet 的研究团队),但其内容相对基础且友好,如果上过 CS230 的话可以直接上手 Project 作为练习。
+
+ ## 课程资源
+
+ - 课程网站:
+ - 课程视频:
+ - 课程教材:无
+ - 课程作业:,3个编程作业