cs-self-learning/mkdocs.yml

75 lines
3.9 KiB
YAML
Raw Normal View History

2021-10-28 22:30:38 +08:00
site_name: CS自学指南
2021-10-20 23:35:27 +08:00
theme:
name: material
repo_url: https://github.com/pkuflyingpig/pku-cs-self-learning/
nav:
- 前言: 'index.md'
- 一个仅供参考的CS学习规划: 'CS学习规划.md'
- 必学工具:
- 翻墙: '必学工具/翻墙.md'
- Vim: '必学工具/Vim.md'
- Git: '必学工具/Git.md'
- Github: '必学工具/Github.md'
- Makefile: '必学工具/Makefile.md'
- Latex: '必学工具/Latex.md'
2021-12-09 23:44:14 +08:00
- 实用工具箱: '必学工具/tools.md'
2021-12-11 00:54:07 +08:00
- 数学基础:
2021-12-11 18:07:37 +08:00
- 'MIT18.01/18.02: Calculus': '数学基础/MITmaths.md'
- 'MIT18.06: Linear Algebra': '数学基础/MITLA.md'
- 'MIT6.050J: Information theory and Entropy': '数学基础/information.md'
- 数学进阶:
- 'UCB CS70: discrete Math and probability theory': '数学进阶/CS70.md'
- 'UCB CS126: probability theory': '数学进阶/CS126.md'
- 'MIT18.330: Introduction to numerical analysis': '数学进阶/numerical.md'
- 'Standford EE364A: Convex Optimization': '数学进阶/convex.md'
- 编程入门:
2021-12-12 15:09:01 +08:00
- 'MIT-Missing-Semester': '编程入门/MIT-Missing-Semester.md'
2021-12-07 22:36:57 +08:00
- 'Harvard CS50: This is CS50x': '编程入门/CS50.md'
- 'UCB CS61A: Structure and Interpretation of Computer Programs': '编程入门/CS61A.md'
- 'Stanford CS106L: Standard C++ Programming': '编程入门/CS106L.md'
- 'Stanford CS110L: Safety in Systems Programming': '编程入门/CS110L.md'
2021-12-01 10:52:15 +08:00
- 数据结构与算法:
2021-12-07 22:36:57 +08:00
- 'UCB CS61B: Data Structures and Algorithms': '数据结构与算法/CS61B.md'
2021-12-01 10:52:15 +08:00
- 'Coursera: Algorithms I & II': '数据结构与算法/Algo.md'
2021-12-07 22:36:57 +08:00
- 'UCB CS170: Efficient Algorithms and Intractable Problems': '数据结构与算法/CS170.md'
2021-12-11 22:33:03 +08:00
- 软件工程:
- 'MIT 6.031: Software Construction': '软件工程/6031.md'
- 'UCB CS169: software engineering': '软件工程/CS169.md'
2021-12-01 18:07:55 +08:00
- 体系结构:
- 'Coursera: Nand2Tetris': '体系结构/N2T.md'
2021-12-07 22:36:57 +08:00
- 'UCB CS61C: Great Ideas in Computer Architecture': '体系结构/CS61C.md'
2021-12-11 00:54:07 +08:00
- 'CMU 15-213: CSAPP': '体系结构/CSAPP.md'
2021-12-01 20:36:24 +08:00
- 操作系统:
- 'MIT 6.S081: Operating System Engineering': '操作系统/MIT6.S081.md'
2021-12-07 22:36:57 +08:00
- 'UCB CS162: Operating System': '操作系统/CS162.md'
2021-12-10 00:24:25 +08:00
- 并行与分布式系统:
2021-12-11 00:54:07 +08:00
- 'CMU 15-418/Stanford CS149: Parallel Computing': '并行与分布式系统/CS149.md'
2021-12-10 00:24:25 +08:00
- 'MIT 6.824: Distributed System': '并行与分布式系统/MIT6.824.md'
2021-12-11 22:33:03 +08:00
- 计算机系统安全:
- 'UCB CS161: Computer Security': '系统安全/CS161.md'
2021-12-01 21:10:51 +08:00
- 计算机网络:
- 'Computer Networking: A Top-Down Approach': '计算机网络/topdown.md'
2021-12-07 22:36:57 +08:00
- 'Stanford CS144: Computer Network': '计算机网络/CS144.md'
2021-12-11 18:43:45 +08:00
- 数据库系统:
- 'UCB CS186: Introduction to Database System': '数据库系统/CS186.md'
2021-12-11 22:33:03 +08:00
- 编译原理:
- 'Stanford CS143: Compilers': '编译原理/CS143.md'
- Web开发:
- 'MIT web development course': 'Web开发/mitweb.md'
- 'Stanford CS142: Web Applications': 'Web开发/CS142.md'
- 数据科学:
- 'UCB Data100: Principles and Techniques of Data Science': '数据科学/Data100.md'
2021-12-01 22:19:26 +08:00
- 人工智能:
2021-12-07 22:36:57 +08:00
- 'Harvard CS50s Introduction to AI with Python': '人工智能/CS50.md'
- 'UCB CS188: Introduction to Artificial Intelligence': '人工智能/CS188.md'
2021-12-01 22:21:03 +08:00
- 机器学习:
- 'Coursera: Machine Learning': '机器学习/ML.md'
2021-12-07 22:36:57 +08:00
- 'Stanford CS229: Machine Learning': '机器学习/CS229.md'
- 'UCB CS189: Introduction to Machine Learning': '机器学习/CS189.md'
2021-12-02 00:52:58 +08:00
- 深度学习:
- 'Coursera: Deep Learning': '深度学习/CS230.md'
- '台湾国立大学:李宏毅机器学习': '深度学习/LHY.md'
2021-12-07 22:36:57 +08:00
- 'Stanford CS231n: CNN for Visual Recognition': '深度学习/CS231.md'
- 'Stanford CS224n: Natural Language Processing': '深度学习/CS224n.md'
- 'Stanford CS224w: Machine Learning with Graphs': '深度学习/CS224w.md'
- 'UCB CS285: Deep Reinforcement Learning': '深度学习/CS285.md'