cmu_note1
简介
Hi,大家好,这里是cookiechoo。这里准备先更新我读CMU的coding theory的course notes的总结。该notes是美国留学的同学发给我的,这个notes是他们实验室的入门推荐阅读课程。这些notes来源于美国cmu 2010 spring的coding theory这门课,编号是15-859V,老师是Venkatesan Guruswami,这门课的网址是:原课程网址.能力有限,我写的可能也有错误遗漏之处,大家有疑惑的可以去这个网址下载原版的notes来读。
PS:这门课程只有少量信息论内容,没有信源编码的内容,基本只关于信道编码。
在大学里我已经学习过信息论与编码,但是cmu这门课和大学里的思维方式是完全不同的,思维方式非常的数学,所以我认为很有意思。此外,我认为中文互联网上的编码优质资料和课程也很少,因此,接下来的这个系列,我会更新学这门课的总结和读后感。整个系列章节如下:
1.Introduction, Linear codes
2.Gilbert-Varshamov bound
3.Stochastic channels and noisy c ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1$ hexo new "My New Post"
More info: Writing
Run server
1$ hexo server
More info: Server
Generate static files
1$ hexo generate
More info: Generating
Deploy to remote sites
1$ hexo deploy
More info: Deployment