嵌入式人工智能
Embedded AI

原始链接: https://nostarch.com/embedded-ai

David Such 撰写的《嵌入式人工智能》(*Embedded AI*)一书,为将机器学习集成到资源受限的嵌入式系统中提供了详尽指南。作者凭借三十余年的行业经验,超越了简单的模型训练,教授了完整的工程生命周期:硬件选型、数据准备、部署以及稳健的系统集成。 本书专为嵌入式开发人员、机器学习从业者及高阶创客设计。书中包含 25 个以上的实操项目,涵盖唤醒词检测、AI 合成器及基于摄像头的行人检测等,并配套可下载的代码、原理图和数据集。读者无需具备机器学习背景。 课程聚焦于解决实际问题,教授读者如何排除噪声传感器数据、内存限制及硬件不稳定等常见技术障碍。项目采用 Arduino UNO 和 Raspberry Pi Pico 等易于获取的硬件,以及 Python、TensorFlow 和 Arduino IDE 等标准软件。通过理论与实践的平衡,本书助力读者掌握将普通嵌入式设备转变为可靠智能系统的专业技能。

关于 No Starch Press 出版的新书《嵌入式 AI》(*Embedded AI*),Hacker News 上的一场讨论凸显了当代技术文献质量日益紧张的局面。 最初的质疑源于对“AI 垃圾内容”(AI slop)的担忧——即人们担心近期的书籍越来越多地由大语言模型(LLM)生成,而非由专家撰写。尽管一些评论者指出 No Starch Press 在编辑质量方面声誉卓著,但也有人指出样章中存在明显的 AI 痕迹。 这场争论延伸到了 AI 时代技术书籍的价值问题。批评者质疑,当大语言模型能够总结类似内容时,购买书籍是否有必要;而支持者则捍卫了像 David Such 这样经验丰富的作者所提供的深度和内容策展价值。支持者强调,大语言模型在综合现有知识方面表现出色,但在产生原创且可靠的专业知识方面却力有未逮。归根结底,这一讨论反映了整个行业的广泛焦虑:随着人工智能既成为写作的主题,又成为潜在的写作手段,读者对技术资源真实性的警惕感正在不断增强。
相关文章

原文

Download Chapter 9: Sensor Machine Learning

You already know how to build embedded systems. Now it’s time to make them intelligent.

Adding AI to an embedded device takes more than training a model. You have to choose the right hardware, collect and prepare data, deploy models to resource-constrained devices, and integrate everything into a system that performs reliably.

Drawing on more than 30 years of embedded engineering experience, David Such takes you through the complete engineering process. You’ll work through more than 25 hands-on projects (complete with downloadable source code, schematics, PCB designs, and datasets); no machine learning experience required.

You’ll build:

  • A wake-word detector that responds to your voice
  • A real-time AI noise suppressor
  • An AI-powered MIDI synthesizer that composes music
  • A battery monitor that collects its own training data
  • A person detector that runs a neural network on a camera board 

Whether you’re an embedded developer adding AI to your products, a machine learning practitioner moving onto embedded hardware, or a maker ready to move beyond beginner projects, Embedded AI teaches you the engineering decisions behind every design. When the breadboard is flaky, the sensor data is noisy, or the tensor arena is too small, you’ll know how to fix it—and why.

Prerequisites
Most projects require an Arduino UNO or Raspberry Pi Pico; a few use specialized boards. You’ll also need to download some free software, including Python with TensorFlow, Arduino IDE, and Raspberry Pi Pico SDK.

View the complete hardware and software requirements.

联系我们 contact @ memedata.com