Skip to Content
边缘AI
book

边缘AI

by Daniel Situnayake, Jenny Plunkett
May 2025
Beginner to intermediate
514 pages
5h 36m
Chinese
O'Reilly Media, Inc.
Content preview from 边缘AI

第 1 章 边缘人工智能简介 边缘人工智能简介

本作品已使用人工智能进行翻译。欢迎您提供反馈和意见:translation-feedback@oreilly.com

欢迎加入我们!在本章中,我们将全面了解边缘人工智能世界。我们将定义关键术语,了解 "边缘人工智能 "与其他人工智能的不同之处,并探索一些最重要的使用案例。本章的目标是回答两个重要问题:

  • 边缘人工智能到底是什么?

  • 我为什么需要它?

定义关键术语

每个技术领域都有自己的流行语分类法,边缘人工智能也不例外。事实上,边缘人工智能一词是两个流行语的结合,融合成一个强大的术语。它经常与嵌入式机器学习TinyML 这两个词并列出现。

在继续讨论之前,我们最好先花点时间给这些术语下个定义,了解它们的含义。既然我们面对的是复合型流行语,那就先讨论最基本的部分。

嵌入式

什么是 "嵌入式"?根据您的背景,这可能是我们试图描述的所有术语中最熟悉的一个。嵌入式系统是控制各种物理设备(从蓝牙耳机到现代汽车的发动机控制单元)电子元件的计算机。嵌入式软件是在其上运行的软件。图 1-1展示了嵌入式系统的几个应用领域。

An illustration with examples of various embedded systems: audio-visual equipment, manufacturing equipment, gaming consoles, motion sensors, domestic appliances, medical devices, telecommunication equipment, and cars and vehicles.
图 1-1. 嵌入式系统遍布我们世界的每个角落,包括家庭和工作场所

嵌入式系统可以是微小而简单的,如控制数字手表的微控制器,也可以是大型而复杂的,如智能电视内的嵌入式 Linux 计算机。与笔记本电脑或智能手机等通用计算机相比,嵌入式系统通常只执行一项特定的专用任务。

由于嵌入式系统为我们的大部分现代技术提供动力,因此其应用范围异常广泛。事实上,2020 年的微控制器出货量超过 280 亿个。1-这只是嵌入式处理器的一种。它们遍布我们的家庭、车辆、工厂和城市街道。你很可能从未离开过嵌入式系统几步之遥。

嵌入式系统通常会反映其部署环境的限制。例如,许多嵌入式系统需要使用电池供电,因此在设计时要考虑到能效问题--也许要使用有限的内存或极慢的时钟频率。

嵌入式系统编程是一门驾驭这些限制因素的艺术,既要编写能够执行所需任务的软件,又要充分利用有限的资源。这可能会非常困难。嵌入式系统工程师是现代世界的无名英雄。如果您碰巧是其中一员,感谢您的辛勤工作!

边缘(和物联网)

计算机网络的历史就是一场巨大的拉锯战。在最初的系统中--只有一个房间大小的单个计算机--计算本质上是集中式的。只有一台机器,所有的工作都由这台机器完成。

然而,计算机最终连接到了终端机(如图 1-2 所示),终端机接管了计算机的部分工作。大部分计算都在中央主机上进行,但一些简单的任务,如如何将字母显示在阴极射线管屏幕上,则由终端的电子设备完成。

An illustration of a mainframe computer with a cathode-ray tube terminal.
图 1-2 大型计算机 大型计算机执行大部分计算,而简单的终端机则处理输入、打印输出和渲染基本图形

随着时间的推移,终端变得越来越复杂,接管了越来越多以前由中央计算机负责的功能。拉锯战开始了!个人电脑发明后,小型计算机甚至不需要连接到另一台机器就能完成有用的工作。绳子被拉到了另一个极端--从 Network+ 的中心拉到了边缘

随着 Network+ 应用程序和服务的发展,人们可以做一些非常酷的事情--从流媒体视频到社交网络。所有这些都依赖于计算机与服务器的连接,而服务器已经逐渐接管了越来越多的工作。在过去的十年中,我们的大部分计算再次集中到 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

AI原生软件交付

AI原生软件交付

Nick Durkin, Eric Minick, Chinmay Gaikwad
图解大模型 : 生成式AI 原理与实战

图解大模型 : 生成式AI 原理与实战

Jay Alammar, Maarten Grootendorst

Publisher Resources

ISBN: 9798341657762