Skip to content

Commit

Permalink
[add] some oc
Browse files Browse the repository at this point in the history
  • Loading branch information
AIboy996 committed Jun 6, 2024
1 parent 2e57a7b commit a4eac21
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/Note/GFW/client.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: 常见的梯子协议及客户端
tags:
- VPN
- 计算机网络
Expand Down
15 changes: 15 additions & 0 deletions docs/Statistics/opencourse/computer_networking.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
tags:
- OpenCourse
---

# 计算机网络
> 24Summer Online
## 参考书

- [Computer Networking: A Top-Down Approach](https://gaia.cs.umass.edu/kurose_ross/online_lectures.htm)

## 公开课

### [中科大 郑烇](http://staff.ustc.edu.cn/~qzheng/teaching.html)
13 changes: 13 additions & 0 deletions docs/Statistics/opencourse/cs61.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
tags:
- OpenCourse
---

# UCB CS61 Series
> 24Summer Online
The CS 61 series is an introduction to computer science, with particular emphasis on software and on machines from a programmer's point of view.

- [CS 61A ](https://cs61a.org/)concentrates on the idea of abstraction, allowing the programmer to think in terms appropriate to the problem rather than in low-level operations dictated by the computer hardware.
- [CS 61B](https://sp24.datastructur.es/) deals with the more advanced engineering aspects of software, such as constructing and analyzing large programs.
- [CS 61C](https://cs61c.org/sp24/) focuses on machines and how they execute programs.
15 changes: 15 additions & 0 deletions docs/Statistics/opencourse/csapp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
tags:
- OpenCourse
---

# 深入理解计算机系统
> 24Summer Online
## 参考书

- [Computer Systems: A Programmer's Perspective](http://csapp.cs.cmu.edu/)

## 公开课

### [CMU CS15213](https://www.cs.cmu.edu/~213/)
5 changes: 3 additions & 2 deletions docs/Statistics/opencourse/os.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tags:
---

# 操作系统
> 哔哩哔哩大学,绿导师
> 24Summer Online
理解计算机世界最重要的角色:操作系统。

Expand All @@ -17,7 +17,8 @@ tags:
- 持久化

## 参考书
[jyy给的《操作系统》教科书与参考资料](https://jyywiki.cn/OS/References.md)

- [Operating Systems: Three Easy Pieces](https://pages.cs.wisc.edu/~remzi/OSTEP/)

## 体会
计算机世界没有黑魔法,一切都是有迹可循的。
Expand Down
2 changes: 1 addition & 1 deletion docs/Statistics/postgrad/Deep_Learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tags:
- Statistics
---

# 深度学习
# 神经网络和深度学习
> 24Spring DATA620004,神经网络和深度学习,张力
## 公开课
Expand Down
6 changes: 4 additions & 2 deletions docs/Statistics/postgrad/Reinforcement_Learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ tags:
- Statistics
---

# 强化学习
# 人工智能与机器学习
> 24Spring DATA620006,人工智能与机器学习,魏忠钰
## 公开课

### [Stanford CS234](https://web.stanford.edu/class/cs234/index.html)
### [Stanford CS234](https://web.stanford.edu/class/cs234/index.html)

### [UC Berkeley CS188](http://ai.berkeley.edu/home.html)
3 changes: 3 additions & 0 deletions nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,10 @@ nav:
- Statistics/postgrad/Reinforcement_Learning.md
- Statistics/postgrad/journal_club.md
- 个人兴趣:
- Statistics/opencourse/cs61.md
- Statistics/opencourse/csapp.md
- Statistics/opencourse/os.md
- Statistics/opencourse/computer_networking.md
- SomeMath:
- SomeMath/index.md
- 实分析:
Expand Down

0 comments on commit a4eac21

Please sign in to comment.