我的网站大全
写在前面
If any English-speaking friends see my GitHub repository, some of the resources here might be helpful to you too! You can use translation software to read it.
Here, I have curated a collection of websites and small tools that I find to be of good taste, covering but not limited to the following areas:
- Mathematics learning
- Basic computer science learning (operating systems, etc.)
- Basic computer operations (Windows system, Linux system, Docker)
- Basic deep learning study materials and practical resources
- Deep learning system study materials
- Basic language learning (Python, C++)
- Interesting open-source projects and tools (can replace common workflows)
Updated periodically, enjoy your time here
With a sidebar directory (viewable on desktop):
https://www.aispacewalk.cn/docs/other/awesomeweb
GitHub open-source repository: https://github.com/sanbuphy/my-awesome-cs
收录了品味好的网站与工具,涵盖不限于以下领域:
- 数学学习
- 计算机基础学习(操作系统等)
- 计算机操作基础(windows系统、linux系统、docker)
- 深度学习基础学习资料及实践资料
- 深度学习系统学习资料
- 语言基础学习(python、c++)
- 有趣的开源项目和工具(可替换常见工作流)
不定期更新
带目录边栏(电脑上可看):[https://www.aispacewalk.cn/docs/other/awesomeweb](https://www.aispacewalk.cn/docs/other/awesomeweb)
github开源仓库地址: [https://github.com/sanbuphy/my-awesome-cs](https://github.com/sanbuphy/my-awesome-cs)
Feel free to discuss with me in the github issue!
基础素质(参考NJU-PAhttps://nju-projectn.github.io/ics-pa-gitbook/ics2024/ )
提问的艺术
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
不像弱智一样提问
https://github.com/tangx/Stop-Ask-Questions-The-Stupid-Ways/blob/master/README.md
不要再偷懒了——南大蒋炎岩
部分内容出自以下参考网站,也欢迎关注他们
PPRP:
https://www.cnblogs.com/pprp/p/8880493.html
如需转载请注释原出处即可,谢谢
数学
机器学习相关数学基础
李航统计学习基础第一章补数学基础 只需要第一张 补基础,其他有问题再找
Deep Learning An MIT Press book参考第一章即可,中文版在这或者直接下载附件中dlbook_cn_v0.5-beta。
概率论与数理统计
陈希孺 概率论与数理统计基础 参考课程视频地址
【概率 统计课程学习总结】1. 台大概率与台湾交通大学统计课 - 奶油煎蛋红烧肉的文章 - 知乎 https://zhuanlan.zhihu.com/p/86071634
台湾大学 - 頑想學概率:機率一 (Probability (1))
台湾大学 - 頑想學概率:機率二 (Probability (2))
台湾交通大学 - 高等統計學 Advanced Statistics
线性代数
Linear Algebra for Everyone 图解
https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra
矩阵求导入门 或者你也可以参考我整理的文章:
https://sanbuphy.github.io/p/矩阵求导简易入门手册/
线代启示录(一位掌握了 线代灵魂的老师)
immersive linear algebra 线性代数可视化
http://immersivemath.com/ila/index.html
新MIT 线性代数 18.065 by Gilbert Strang
https://www.bilibili.com/video/BV1a7411M7wH?p=1&vd_source=a6509cab8ccb8b81d6a70af693cc008f
CS大类
CS自学指南【必看】
【北美名校CS课程集锦】2.加州大学伯克利分校CS课程全集 - 文兄的文章 - 知乎 https://zhuanlan.zhihu.com/p/102083014
Quick Reference开发人员速查表(各种语言、脚本、常用工具的命令速查)