Files
pengxiao a90f7adfa1 refactor(officefile): 按 md/latex/word 三层结构重组文档目录
将 Markdown 源文件移入 md/,LaTeX 工作目录保留在 latex/,
Word 导出移入 word/;删除临时脚本、调试截图和空 stub。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 14:25:21 +08:00

2.2 KiB
Raw Permalink Blame History

附录7:参考文献

本部分整理教材中引用的论文、书籍和在线资源。

论文

基础理论

  1. Universal Approximation Theorem (1989)

    Scaling Laws for Neural Language Models (2020)

计算机视觉

  1. AlexNet (2012) - ImageNet Classification with Deep Convolutional Neural Networks

    ResNet (2015) - Deep Residual Learning for Image Recognition

    YOLO (2016) - You Only Look Once: Unified, Real-Time Object Detection

    U-Net (2015) - Convolutional Networks for Biomedical Image Segmentation

Transformer与大模型

  1. Attention Is All You Need (2017)

    BERT: Pre-training of Deep Bidirectional Transformers (2018)

    GPT-3: Language Models are Few-Shot Learners (2020)

    Training Language Models to Follow Instructions with Human Feedback (2022)

生成式AI

  1. Denoising Diffusion Probabilistic Models (2020)

    High-Resolution Image Synthesis with Latent Diffusion Models (2022)

    ControlNet (2023)

AI Agent

  1. LLM Powered Autonomous Agents (2023)

  2. ReAct: Synergizing Reasoning and Acting in Language Models (2022)

书籍

  1. 深度学习

  2. Deep Learning (Ian Goodfellow et al.)

  3. Neural Networks and Deep Learning (Michael Nielsen)

  4. 强化学习

  5. Reinforcement Learning: An Introduction (Sutton & Barto)

在线资源

  1. 课程

  2. CS231n: Convolutional Neural Networks for Visual Recognition

  3. Fast.ai Practical Deep Learning for Coders

工具文档

  1. PyTorch: https://pytorch.org/docs/

  2. Ultralytics YOLO: https://docs.ultralytics.com/

  3. LangChain: https://python.langchain.com/

博客

  1. Lil'Log (Lilian Weng): https://lilianweng.github.io/

  2. The Illustrated Transformer: https://jalammar.github.io/illustrated-transformer/

设计AI相关

学术期刊

  1. Landscape and Urban Planning

  2. Environment and Planning B: Urban Analytics and City Science

  3. Automation in Construction

会议

  1. CAAD Futures

  2. ACADIA

  3. eCAADe

数据集

计算机视觉

  1. ImageNet

  2. COCO (Common Objects in Context)

  3. MNIST

空间数据

  1. OpenStreetMap

  2. 路网数据、POI数据等

许可说明

部分内容引用自公开资源,遵循相应许可协议使用。

最后更新2026年4月