Basic Ideas of Hacking Operating Systems
Sources:
- 15. 进程的地址空间 by jyy.
Sources:
MoCo and BYOL are both famous contrastive learning and self-supervised learning frameworks. They introduce an interesting designs:
This design is heavily used in further research like DINO as is worth learning about.
You may need to read my post for SimCLR to get a deeper understanding of contrastive learning.
Deep Q-learning or deep Q-network (DQN) is one of the earliest and most successful algorithms that introduce deep neural networks into RL.
DQN is not Q learning, at least not the specific Q learning algorithm introduced in my post, but it shares the core idea of Q learning.
Sources:
Sources:
Sources:
Sources:
Sources:
Sources:
Link: My VQ-VAE implementation on Github