cs188 - sp24¶
中文 | English
Warning
基于课程代码 license,撤去直接可运行代码,project 解释笔记保留,fork 仓库不予负责。
介绍 ¶
这个仓库存放的是 UCB CS 188 Spring 2024 的笔记 & 自学资料;理论上,你学习该课程所需要的全部资料都可以在这里及给出的外链中找到,项目来自 ai.berkeley.edu .
- 笔记:主体为原课程 notes 1,加入了自己的思考和排版,在我的博客上你可以阅读这些笔记;但为了更好的观感,建议使用 obsidian 查看,见使用 - 阅读。
- 自学资料:由于 UCB 近年的部分课程开始需要 CalNet Authentication Service,为了便于之后的学习,将我认为自学需要的资料存档于本仓库;由于不清楚如何申请转载权限,故若本项目对原课程及其相关项目产生不良影响,请联系我 删除。
- 如果对搜索算法了然于心、对 ML/DL/RL 知识较为熟悉且希望接触一些小的项目文件,大可直接做 project。
目录 ¶
note&project¶
-
52 39 1 mins3 days ago
-
364 1 mins5 days ago
-
714 244 5 mins3 days ago
-
1654 19 6 mins5 days ago
-
1499 16 5 mins8 days ago
-
745 39 3 mins8 days ago
-
1409 5 mins1 days ago
-
983 360 8 mins3 days ago
-
1944 6 mins8 days ago
-
281 1 mins1 days ago
-
1699 49 6 mins1 days ago
-
788 3 mins8 days ago
-
605 2 mins8 days ago
-
350 1 mins8 days ago
-
173 1 mins8 days ago
-
43 23 0 mins8 days ago
-
440 97 3 mins8 days ago
-
407 1 mins8 days ago
-
820 3 mins8 days ago
-
870 3 mins8 days ago
-
503 2 mins8 days ago
-
1162 255 7 mins8 days ago
-
23113 1143 92 mins1 days ago
-
23113 1143 92 mins1 days ago
-
392 1 mins8 days ago
-
1529 5 mins8 days ago
-
437 1 mins8 days ago
-
862 3 mins8 days ago
-
616 2 mins8 days ago
-
254 1 mins8 days ago
materials¶
- course_page
- 课程网站的 calendar,便于查看如何自学;
- disc
- 相关讨论题及其题解;
- origianl_note
- 课程原笔记,理论上查看上述本人 note 足矣;
- project
- original_zip
- 原 project 源码;
- intro_page
- 保留的实验文档的页面文件。
solution- 参考代码(移动至
cs188/project/solution/
中)
- 参考代码(移动至
- original_zip
- gradecode
- 4VK322。
基于课程代码 license:
# Licensing Information: You are free to use or extend these projects for
# educational purposes provided that (1) you do not distribute or publish
# solutions, (2) you retain this notice, and (3) you provide clear
# attribution to UC Berkeley, including a link to http://ai.berkeley.edu.
撤去直接可运行代码,project 解释笔记保留,fork 仓库不予负责。
使用 ¶
下载 ¶
使用 git ¶
直接全部下载 ¶
部分下载 ¶
如果只是想要 note 或者 project 部分或者其他单独一个文件夹,可以使用 DownGit,输入目标文件夹在此 git 仓库的 url 即可。
阅读 ¶
从头开始获取一个比较好的阅读体验可以看这里;要求不高的话简单版如下:
- 获取 obsidian;
- 导入 markdown;
- 点击右上角进入阅读视图即可。