A personal blog and knowledge site for agents, RAG, algorithms, and deep learning
简体中文 | English
VectorPeak 是我的个人博客和知识站点。
这里主要记录三类内容:
- 我的随想、笔记和阶段性思考
- LeetCode 算法学习、题解整理和路线图
- DeepLearning 相关的学习记录、实验和实践
我希望这个仓库不是一个普通的文档模板,而是一个持续生长的个人知识库。它会慢慢沉淀我对技术、学习方法和问题解决过程的理解。
Guides: 通用内容、站点说明和写作相关页面LeetCode: 算法路线图、题目整理和学习路径DeepLearning: 深度学习笔记、接口示例和相关实验内容
安装 Mintlify CLI:
npm i -g mint在项目根目录启动本地预览:
mint dev检查站内坏链:
mint broken-links- 站点主配置文件是
docs.json - LeetCode 内容位于
LeetCode/ - DeepLearning 内容位于
DeepLearning/ - Agent 内容位于
Agent/ - RAG 内容位于
RAG/
VectorPeak is my personal blog and knowledge site.
This repo mainly covers three areas:
- Personal notes, essays, and ongoing reflections
- LeetCode algorithms, solutions, and roadmap content
- DeepLearning notes, experiments, and practical learning records
I want this repository to become a growing personal knowledge base rather than a generic documentation starter. It is meant to accumulate how I think about technology, learning, and problem solving over time.
Guides: general content, site notes, and writing-related pagesLeetCode: algorithm roadmap, problem notes, and learning pathsDeepLearning: deep learning notes, example endpoints, and experiments
Install the Mintlify CLI:
npm i -g mintRun the local preview from the project root:
mint devCheck for broken links:
mint broken-links