cs-self-learning/docs/数学基础/information.md
Yukiteru ab0582bdd0 format links in markdown
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>
2022-04-03 17:39:09 +08:00

19 lines
931 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 编程作业。