从概念到原理,再到应用,再到实践中知道价值 1 万美金的线画在哪里,最后到找到能画出线的人,时间消耗从 100 小时到 1000 小时再到 10000 小时,乃至一生。。。
flowchart LR
A[开始] --> B[Know What]
B --> C[Know How]
B --> D[Know Why]
C --> E[Know Where]
D --> E
D --> F[Know When]
C --> F
E --> G[Know Who]
F --> G
精通空间智能,比如NeRF, 3DGS等空间计算和空间视频的处理与生成,为元宇宙即下一阶段的 AI 应用打下基础,越过目前一维、二维和三维数据的匮乏,预先抢位智能时代。
空间智能是AI的下一阶段,是继LLMs大语言模型之后的第二个台阶,是通往AGI的必经之路。
Initially we will focus on generating 3D worlds without limits - creating and editing virtual spaces complete with physics, semantics, and control. We hope this will unlock new capabilities for creative users and professionals such as artists, designers, developers, and engineers. It will also allow anyone to imagine and create their own worlds, expanding the potential of generative AI from 2D images and videos to 3D worlds.
- 《Python深度学习(第2版)》 工程师从这本书入门比较好,但注意当前阶段TF不如PyTorch流行,G家自己在用JAX
- 《动手学深度学习PyTorch版》 然后这本进阶
- 动手学深度学习在线课程
- 跟李沐学AI 配套视频及论文精读视频
- 《深度学习入门》 然后手撸理解更深
- 《三维视觉新范式》 入门空间智能
- 《动手学深度学习PyTorch版》 然后这本进阶
- LLMs工具
- AIGC工具
- https://www.aminer.cn/ 智谱出品
- https://papers.cool/ 苏神出品
需要了解基本的Python语法,了解Numpy、Pandas、Matplotlib、PyTorch和TensorFlow等库的基本用法
- 蚂蚁写的Python基础教程
- 本机
- Google Colab
- AutoDL