Page 1 - Showing 8 of 16 posts
View all posts by years →
- CS188 Notes 4 - Reinforcement Learning
Notes from UC Berkeley's CS188 course on Artificial Intelligence.
12 min read en-US - CS188 Notes 3 - Markov Decision Processes (MDPs) II
Notes from UC Berkeley's CS188 course on Artificial Intelligence.
5 min read en-US - Enabling KVM GPU Passthrough
How to enable GPU passthrough for KVM on Linux
10 min read en-US - CS188 Notes 2 - Markov Decision Processes (MDPs)
Notes from UC Berkeley's CS188 course on Artificial Intelligence.
4 min read en-US - CS188 Notes 1 - Constraint Satisfaction Problems (CSPs)
Notes from UC Berkeley's CS188 course on Artificial Intelligence.
5 min read en-US - The Hidden Cost of try-catch
Profiling revealed that using exceptions in C++ for expected control flow can lead to significant performance degradation.
5 min read en-US - 我的第一个 VS Code 插件开发之旅 - 从零到一开发ACMOJ 助手
作为一名经常使用 ACMOJ上的学生,在VSCode和浏览器之间频繁切换实在繁琐。能不能在 VSCode 里一站式完成这些操作呢?这篇文章记录了从构思到实现,踩坑和最终成型插件的过程。
5 min read zh-CN - I'll Never Use memset Again...
The Pitfalls of the memset function
3 min read en-US