Share E-Book
Scan to open this page

Scan with your phone to open this page

Author杨涛 著, 赵欣 绘

本书以人工智能发展史为主题,讲述了从最开始的数数发展到现今的DeepSeek大模型,以漫画的形式对人工智能的诞生、发展历程、重要技术等进行剖析,以陪伴型智能机器人“艾芝士”与人类小朋友源源之间生动有趣的对话展开知识讲解。

AI Reading Assistant

Whole-book reading guide from stratified index samples; jump to passages in the text

AI guide
# My First AI Comic: Exploring DeepSeek — Reading Guide ## 【One-Line Pitch】 A friendly comic-book tour of artificial intelligence—from counting on fingers to DeepSeek's large language models—designed for curious young readers (and adults who want a painless primer) who want to understand what AI is, how it learned to think, and where it's headed. ## 【Book Arc】 - **Opening (~0%–15%)**: Introduces 13-year-old Yuanyuan and his companion robot "AI Cheese" (艾芝士). The pair tackle the big question—"What is artificial intelligence?"—by tracing humanity's earliest counting methods (decimal, binary, fingers, stones, abacus) through the first electronic computers, establishing that AI's roots lie in how we represent and process information. - **Early (~15%–40%)**: Moves from data fundamentals to the birth of AI as a field. Covers the Turing Test (including the 2014 Eugene Goostman chatbot milestone), the Dartmouth Conference, graph theory's role in optimization, and early game-playing programs—from the fraudulent "Turk" chess machine to Arthur Samuel's self-improving checkers program, which coined "machine learning." - **Middle (~40%–67%)**: Explains how machines actually "learn." Walks through the neuron-inspired M-P model, the perceptron (which added self-learning weights), and multi-layer perceptrons—the "connectionist" school of AI. Uses relatable analogies: training data as exercise books, test data as exam papers, supervised learning as "do problems—check answers—fix mistakes." - **Late (~67%–90%)**: Covers modern deep learning and generative AI. Explains convolutional neural networks via the ImageNet challenge and AlexNet's 2012 breakthrough, then demystifies convolution and pooling operations. Introduces generative models—autoencoders, GANs (generator vs. discriminator "frenemies"), and DALL-E's text-to-image magic. - **Ending (~90%–100%)**: Brings the story to China and DeepSeek. Traces Chinese AI from 1980s academic interest through the 2017 national strategy announcement, naming major players (Alibaba, Huawei, Baidu, Tencent, SenseTime, iFlytek) and setting up DeepSeek as the latest chapter in this ongoing evolution. ## 【Key Takeaways】 - **Binary is AI's hidden foundation** (Opening): Computers' on/off circuits map perfectly to binary's 0 and 1—understanding this simple correspondence unlocks why machines "think" in a fundamentally different language than humans. - **The Turing Test is a practical benchmark, not philosophy** (Early): A machine passes if it fools human judges 30% of the time in 5 minutes. The 2014 Eugene Goostman success shows the bar is lower than most imagine—and that "passing" doesn't equal true thinking. - **AI's history is full of clever frauds and real breakthroughs** (Early): The "Turk" chess machine hid a human player, while Samuel's checkers program genuinely learned from its own games—the first real demonstration of machine learning. - **Neural networks imitate biology, then improve on it** (Middle): The M-P model copied neuron structure; the perceptron added self-learning weights; multi-layer perceptrons connected many "neurons" to tackle complex tasks. Each step fixed a specific limitation of the previous model. - **Machine learning mirrors how humans study** (Late): Training data = exercise books, test data = exam papers, supervised learning = practice with answer keys. The train/test split exists precisely because exams must not overlap with homework. - **Deep learning's breakthrough was practical, not theoretical** (Late): AlexNet's 2012 ImageNet win (15.3% error vs. 26.2% for prior best) proved that deeper networks plus convolution/pooling could crush real-world image classification problems. - **Generative AI works through creative competition** (Late): GANs pit a generator against a discriminator—one fakes, one judges—and their arms race produces increasingly convincing images, text, and audio. - **China's AI rise is a deliberate national project** (Ending): From 1980s academic interest to the 2017 national strategy, China's AI ecosystem (Alibaba, Huawei, Baidu, Tencent, SenseTime, iFlytek) was built through coordinated policy and corporate investment. ## 【Reading Tips】 - **Skim the "fun facts" boxes** (news clips, "I'm the Answer" sidebars) for memorable hooks—the Eugene Goostman story and the neuron-as-postman analogy are worth pausing on. - **Deep-read the Middle section** (M-P → perceptron → MLP): this is the conceptual core. If you grasp why each model improved on the last, you understand 80% of AI's logic. - **Don't get stuck on math**: the book uses analogies (piano tuning, fruit/vegetable classification, ball clustering) instead of formulas. Trust those analogies—they're the point. - **For young readers**: read the Opening and Ending together to get the "big story" arc; the Middle can be revisited later for depth. - **For adult readers**: the Late section's GAN and DeepSeek content moves fast—skim if you're already familiar, or use it as a springboard to explore DALL-E and Chinese AI policy further. ## 【Coverage Limits】 The excerpts do not cover DeepSeek's specific architecture, training methods, or benchmark results in detail—the book positions it as the latest milestone in a longer history rather than a technical deep-dive. For hands-on DeepSeek usage or model comparisons, supplement with other resources. ##
Excerpt 1
书名: 我的第一本AI漫画:探秘DeepSeek (杨涛 著;赵欣 绘) (Z-Library) 作者: 杨涛 著;赵欣 绘 本书以人工智能发展史为主题,讲述了从最开始的数数发展到现今的DeepSeek大模型,以漫画的形式对人工智能的诞生、发展历程、重要技术等进行剖析,以陪伴型智能机器人“艾芝士”与人类小朋友源源...
View in text
Excerpt 2
是,艾芝士就 像个小侦探,每当遇到难题时,就用答案书里的方法去推理、判断。 这种方法就像用语言和逻辑来教机器变得聪明。 于是,他们搭建了一个由许多简单计算单元(就像小小的神经元)组 成的神经网络。这些计算单元之间可以相互传递信息,就像我们人类 的神经元一样。 2 图论 1936年,匈牙利数学家德奈什·柯尼希(Dé...
View in text
Excerpt 3
了成千上万局棋。慢慢地,它变 得越来越厉害了,最后竟然能赢过专业的棋手! 在这个程序的基础上,塞缪尔首次提出了机器学习 (Machine Learning)的概念,其中“机器”指的就是计算机,他认 为计算机可以像人类一样,具有学习知识的能力。 在开始进行机器学习之前,要选择与问题复杂程度相匹配的模型,否 则可能会...
View in text
Excerpt 4
年,国务院发布《新一代人工智能发展规划》,将人工智能上升 为国家战略。中国在计算机视觉、自然语言处理、语音识别等领域涌 现出阿里巴巴、华为、百度、腾讯、商汤科技、科大讯飞等一大批明 星企业。
View in text
Tags
AI categories
TechnologyEducationArtificial Intelligence
Publish Year: 2025
Language: Chinese
File Format: PDF
File Size: 13.6 MB
Text Preview (First 20 pages)
Registered users can read the full content for free

Register as a Gaohf Library member to read the complete e-book online for free and enjoy a better reading experience.

Generating text preview…