mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 18:06:56 +08:00
This commit does the following things: - Change `[Course Web](link)` to: - `Course Web: [title](link)`, or - `Course Web: <link>` - Change `[This GitHub](link)` to `[user/repo](link)` Signed-off-by: Yukiteru <wfly1998@sina.com>
19 lines
931 B
Markdown
19 lines
931 B
Markdown
# MIT6.050J: Information theory and Entropy
|
||
|
||
## 课程简介
|
||
|
||
- 所属大学:MIT
|
||
- 先修要求:无
|
||
- 编程语言:无
|
||
- 课程难度:🌟🌟🌟
|
||
- 预计学时:100 小时
|
||
|
||
MIT 面向大一新生的信息论入门课程,Penfield 教授专门为这门课写了一本[教材][textbook]作为课程 notes,内容深入浅出,生动有趣。
|
||
|
||
[textbook]: https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-050j-information-and-entropy-spring-2008/syllabus/MIT6_050JS08_textbook.pdf
|
||
|
||
## 课程资源
|
||
|
||
- 课程网站:<https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-050j-information-and-entropy-spring-2008/index.htm>
|
||
- 课程教材:<https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-050j-information-and-entropy-spring-2008/syllabus/MIT6_050JS08_textbook.pdf>
|
||
- 课程作业:详见课程网站,包含书面作业与 Matlab 编程作业。
|