From 161fd3ae76a702050913af9437c07866eb063790 Mon Sep 17 00:00:00 2001
From: Herry Patel <85663924+herry73@users.noreply.github.com>
Date: Wed, 28 Jun 2023 19:20:23 +0530
Subject: [PATCH] Created a translated version of CS231.md named CS231.md
---
docs/深度学习/CS231.en.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 docs/深度学习/CS231.en.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