mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-26 11:26:58 +08:00
This commit does the following things: - Separate Chinese and English by a space - Fix proper nouns - Fix syntax problems of Markdown - Move long links below - Remove unnecessary suffix of links Signed-off-by: Yukiteru <wfly1998@sina.com>
19 lines
929 B
Markdown
19 lines
929 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 编程作业。
|