Above-All-ZH
Welcome To My Blog !👋👋👋
For the English Version, skip to English version.
Intro
这部分的内容和 Intro 的部分相同,主要是对博客的更新动机,更新目标和更新内容做一个总体性的概览~可自行跳转观看。
Before The Blog
三个月前,我通过偶然的机会了解到前 OpenAI 研究副总裁,主管GPT模型安全的杰出华人女性,翁荔(Lilian Weng)[1]。她提出了著名的Agent 配方:Agent=LLM+Memory+planning skills+tool use。
在 OpenAI 对她的独家专访The power of continuous learning[3]中,她提到:
I believe in the power of learning and it is never too late to learn. Maintaining my personal blog[2] is a good way to keep this curiosity going and learn about new progress in the deep learning community regularly. I also encourage my team to keep on learning, whether related or unrelated to their current projects. Ideas in different topics or fields can often inspire new ideas and broaden the potential solution space.
I’m also a strong believer in teamwork. If everyone shines in their best strength, we will get 1+1 > 2. Meanwhile, we might often run into “dirty” work and personally I’m very willing to take on those tasks, because as long as that’s the biggest blocker or that task can add the biggest value into the project, nothing should be considered “dirty” or “trivial.” I encourage people around me to do the same, being a team player and working together to expedite the team productivity.
我相信学习的力量,学习永远不会太迟。维护个人博客是一个保持好奇心,定期了解深度学习社区新进展的好方法。我也鼓励我的团队不断学习,无论是否与他们当前的项目相关。不同主题或领域的想法常常能激发新的灵感,并拓宽潜在的解决方案空间。
我也是团队合作的坚定信徒。如果每个人都能在自己最擅长的领域发光,我们就能实现1+1大于2。同时,我们可能会碰到一些“脏活”,而我个人非常愿意承担这些任务,因为只要那是最大的障碍,或者那项任务能为项目带来最大的价值,就没有什么是“脏活”或“琐事”。我鼓励周围的人也这样做,成为团队的一员,共同努力提高团队的生产力。
这与费曼学习法(Feynman Technique)可谓是不谋而合:
1.Identify the subject. Write down everything you know about the topic.
2.Teach it to a child. If you can teach a concept to a child, you’re way ahead of the game.
3.Identify your knowledge gaps. This is the point where the real learning happens.
4.Organize + simplify + Tell a story. Start to tell your story.
此时,刚刚步入大学校园3个月的笔者,由于深受高中优绩主义和应试思想的遗风荼毒,对大学生活和计算机学科的学习颇不适应。学习的知识如此海量,无法依靠应试和做题进行巩固,该如何是好?
或许上文已经给出了答案。
我要创建自己的博客!
无论是解题、写作,还是费曼学习法,其本质都是通过输出来强化知识的吸收。当你能够流畅地演绎一道数学题的多种解法,或是将庞杂的知识梳理成清晰的逻辑链条,甚至写成一篇能让读者受益的博客时,你便完成了从输入到输出的有效做功。而这一过程,不仅让知识真正内化,更赋予人莫大的成就感。
然而,写作——尤其是高质量的博客写作——远非简单的文字堆砌。
回想高中写议论文时的经历,你是否也曾感到一种“言不尽意”的挫败?灵感的闪现 ≠ 逻辑的成型 ≠ 语言的表达 ≠ 理想的呈现。很多时候,我们脑海中的所谓“灵感”,不过是零星的思维火花,距离一篇结构严谨、论证充分、兼具深度与可读性的文章,仍有漫长的路要走。
而这,正是博客写作的真正挑战,也是它最珍贵的训练价值——如何将飘忽的灵感锤炼成扎实的文字,在逻辑与专业之间找到平衡,最终实现清晰而有力的表达。
About Myself
You can see About for more details
I am Xiyuan Yang (杨希渊), a student at Shanghai Jiao Tong University, School of Artificial Intelligence. I am currently pursuing bachelor’s degree in artificial intelligence, interested in Reinforcement Learning, multi-agent systems and LLM reasoning.
My email:
About the Blog
About the wheels
Xiyuan Yang’s Blog,创建于2024年11月19日。
这个博客的更新内容将随着笔者后续的专业课程的学习同步进行,旨在分享笔者在学习过程中学到的有意思的专业知识,力求在博客输出的过程中培养自己的逻辑思维和表达能力,不过更新时间,更新内容,更新篇幅将会完全随机。
网站使用Github Pages 和 Hexo
静态部署。
You can build your own Blog as well!
Table of Contents
- Home
- **Intro**(Introduction of the Blog, you are here now!)
- Archives(All archives are demonstrated here)
- Categories
- Tags
- About(About the author)
- Resume(Academic CV of the Author, still constructing)
- Else
- FAQ(Frequently Asked Questions)
- Friend Links
- All-posts (Recordings of the updating status of every Blog)
- Recordings (Recordings of what I have learnt everyday)
- GitHub Introduction
- My GitHub
- About Hexo
- Life Musing (Vent frustrations)
Goals and Plans of Updates
You can see My Posts for current update!
笔者更新的主要内容包括:(草拟于2024.12)
Upd(2025.5.9):回看半年前的草拟计划,竟然完成了绝大部分!感动
- 编程语言的语法学习
- C/C++✅
- Python✅
- 语法✅
- Anaconda✅
- 一些常见的库✅
- HTML/Javascript❌
- Bash/Shell✅
- 一些常用的工具教程
- LaTeX✅
- 命令行✅
- Git✅
- Vim编辑器✅
- Linux和服务器(主要和深度学习相关)
- Linux常见命令✅
- Tmux✅
- SSH远程连接✅
- [CS]算法
- 数据结构✅
- 算法✅
- 计算机四大件❌
- AI专业课
- 机器学习✅
- 强化学习✅
- 深度学习✅
- Pytorch✅
- AI前沿&经典论文精读✅
一些晦涩难懂的数学课❌- 发发牢骚✅
Frequently Asked Questions
See here for more information.
Friend Links
All of my friends Blog are demonstrated here! You can visit their websites as well!
If you want to collaborate with me, feel free to contact me.
Resume
Will be my academic CV in the future: Xiyuan Yang’s Resume.