📖 notes
写的一些笔记
- 「Algorithm」
数据结构
算法基础
动态规划
图论
数学
- 「Skill」
C/C++
Python
Golang
CLI
Toolchain
Markdown
LaTeX
- 「Knowledge」
IC
Composition
OS
Network
Docker
- 「Math」
differential and integral calculus
linear algebra
上过的一些课
- 國立台灣大學 Machine Learning「李宏毅」
- Machine Learning Compilation「陈天奇」
机器学习编译
张量程序抽象
端到端模型执行
自动化程序优化
与机器学习框架的整合
GPU硬件加速
计算图优化
- Stanford CS229: Machine Learning「Andrew Ng」
- 「Supervised learning」
Linear regression
Classification and logistic regression
Generalized linear models
Generative learning algorithms
Kernel methods
Support vector machines
- 「Deep learning」
Neural networks
Backpropagation
Vectorization over training examples
- 「Generalization and regularization」
- 「Unsupervised learning」
Clustering and the k-means algorithm
EM algorithms
Principal components analysis
Independent components analysis
Self-supervised learning
foundation models
- 「Reinforcement Learning and Control」
- 「Supervised learning」
- 中国科学院 智能计算系统「陈云霁」
深度学习算法
深度学习编程框架
深度学习处理器原理和架构
智能编程语言
- Harvard CS50’s Introduction to AI with Python「Brian Yu」
Search
Knowledge
Uncertainty
Optimization
Learning
Neural Networks
Language
- MIT-6.824 Distributed Systems「Robert Morris」
MapReduce
Raft
Fault-tolerant Key/Value Service
Sharded Key/Value Service
- 南京大学 操作系统:设计与实现「蒋炎岩」
打印进程树(pstree)
线程库(thread)
协程库(libco)
Profiler(sperf)
C Real-Eval-Print-Loop(crepl)
File Recovery(frecov)
- MIT-6.S081 Operating Systems Engineering「Robert Morris, Frans Kaashoek」
syscall
page table
trap
page fault
interrupt
lock
Thread switching
sleep&wakeup
file system
inode
log
Monolithic/Micro kernel
Virtual Machine
HLL kernel
Networking
Meltdown
RCU
Visitors