{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

人工智能

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

人工智能

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《人工智能》教全面地介绍了人工智能领域的各种课题,其中包括使用神经网络和遗传算法的感知和适应性、附有本体论的智能agent、自动推理、自然语言分析,以及机器学习的随机途径。论述的许多技术和策略可用于应对现今计算机科学面临的众多挑战。此外,《人工智能》进一步从哲学、心理学和神经生理学等角度讨论了人工智能研究工作。
《人工智能》可作为高等院校研究生的教材,还可供从事人工智能研究和应用的专业人员参考。

Author Description

刘凤岐,国防科技大学原计算机系教授,长期从事计算机应用和人工智能的教学和研究工作。自上世纪80年代中期至上世纪末一直带领学生承担国家“863”计划中关于“人工智能程序设计与环境”、“专家系统开发工具”等的研究课题,获省、部级科技进步奖六项。发表论文20余篇,并编著了《逻辑程序设计原理和方法》。1990年获国家“中青年有突出贡献专家”称号,享受政府特殊津贴。
Catalogue

出版者的话
序言
前言
第1章 导论
1.1 人工智能的定义与基础
1.1.1 何谓人工智能?
1.1.2 ai基础简史
1.1.3 ai与唯理主义和经验主义传统
1.1.4 形式逻辑的发展
1.1.5 图灵测试
1.1.6 智能的生物与社会模型agent理论
1.2 ai应用领域概述
1.2.1 博弈
1.2.2 自动推理与定理证明
1.2.3 专家系统
1.2.4 自然语言理解
1.2.5 模拟人的性能
1.2.6 规划与机器人
1.2.7 ai语言和环境
1.2.8 机器学习
1.2.9 神经网络与遗传算法
1.2.1 0ai与哲学
1.3 人工智能概要
练习

第2章 表示与搜索导引
2.1 表示系统
2.2 搜索

第3章 谓词演算
3.1 命题演算
3.1.1 语法
3.1.2 语义
3.2 谓词演算
3.2.1 语法
3.2.2 语义
3.3 谓词演算的推断规则
3.3.1 推断规则
3.3.2 一致化
3.4 应用:基于逻辑的家庭财务咨询系统
练习

第4章 状态空间搜索
4.1 状态空间搜索的结构
4.1.1 图论
4.1.2 有限状态机
4.1.3 问题的状态空间表示
4.2 状态空间搜索策略
4.2.1 数据驱动和目标驱动的搜索
4.2.2 广度优先和深度优先搜索
4.2.3 逐步加深的深度优先搜索
4.3 与/或图和逻辑推理
4.4 应用:家庭财务咨询系统
练习

第5章 启发式搜索
5.1 爬山法和动态规划
5.1.1 爬山法
5.1.2 动态规划
5.2 最好优先搜索算法
5.2.1 实现最好优先搜索
5.2.2 实现启发估价函数
5.2.3 启发式搜索与专家系统
5.3 可采纳性、单调性及信息度
5.3.1 可采纳性
5.3.2 单调性
5.3.3 a*算法的比较
5.4 搜索博弈图
5.4.1 极小极大程序
5.4.2 固定深度的minimax
5.4.3 αβ剪枝
5.5 计算复杂度问题
练习

第6章 状态空间搜索的控制算法
6.1 基于递归的搜索
6.1.1 递归搜索
6.1.2 递归搜索示例:模式驱动的推理
6.2 产生式系统
6.2.1 定义及简史
6.2.2 产生式系统示例
6.2.3 搜索的控制
6.2.4 产生式系统的优点
6.3 问题求解的黑板体系
练习

第7章 知识表示
7.1 ai表示研究简史
7.1.1 含义的联想主义理论
7.1.2 语义网络的早期工作
7.1.3 网络关系的标准化
7.1.4 脚本
7.1.5 框架
7.2 概念图
7.2.1 概念图导引
7.2.2 类型、个体和名称
7.2.3 类型的层次结构
7.2.4 概念图的操作
7.2.5 命题节点
7.2.6 概念图与逻辑
7.3 替代显式表示
7.3.1 brooks的包容体系
7.3.2 多种表示、本体论与知识服务
7.4 基于agent的分布式问题求解
7.4.1 面向agent的问题求解:一种定义
7.4.2 agent范型的示例及其存在问题
练习

第8章 知识系统
8.1 专家系统技术概述
8.1.1 设计基于规则的专家系统
8.1.2 问题领域的选择与知识工程过程
8.1.3 概念模型及其在知识获取中的作用
8.2 基于规则的专家系统
8.2.1 产生式系统与目标驱动的问题求解
8.2.2 目标驱动的推理的解释与透明性
8.2.3 产生式系统与数据驱动的推理
8.2.4 专家系统的启发性与控制
8.3 基于模型、基于事例和混合系统
8.3.1 基于模型的推理导引
8.3.2 基于模型的推理:nasa的例子
8.3.3 基于事例的推理导引
8.3.4 混合设计
8.4 规划
8.4.1 strips
8.4.2 目的反应式规划
8.4.3 规划:nasa的例子
练习

第9章 不确定推理
9.1 基于逻辑的反绎推理
9.1.1 非单调推理逻辑
9.1.2 真值维护系统
9.1.3 基于最小模型的逻辑
9.1.4 集合覆盖与基于逻辑的反绎
9.2 反绎:替代逻辑
9.2.1 肯定因数代数
9.2.2 模糊推理
9.2.3 dempster和shafer的证据论
9.3 不确定性的随机途径
9.3.1 有向图模型:贝叶斯信念网络
9.3.2 有向图模型:d分隔
9.3.3 有向图模型:推理算法
9.3.4 有向图模型:动态贝叶斯网络
9.3.5 markov模型:离散markov过程
9.3.6 markov模型:改型
练习

第10章 基于符号的机器学习
10.1 基于符号的学习框架
10.2 版本空间搜索
10.2.1 一般化操作与概念空间
10.2.2 候选排除算法
10.2.3 lex:归纳搜索启发式
10.2.4 候选排除算法的评价
10.3 id3决策树归纳算法
10.3.1 自顶向下归纳决策树
10.3.2 信息论的测试选择
10.3.3 评价id3
10.3.4 决策树的数据问题
10.4 归纳偏向与学习能力
10.4.1 归纳偏向
10.4.2 学习能力理论
10.5 知识与学习
10.5.1 基于解释的学习
10.5.2 类比推理
10.6 无监督的学习
10.6.1 发现与无监督的学习
10.6.2 概念聚类
10.6.3 cobweb与分类知识的结构
10.7 增强式学习
10.7.1 增强式学习的成分
10.7.2 示例:井字棋博弈
10.7.3 增强式学习的推理算法
练习

第11章 神经网络
11.1 神经网络基础
11.2 感知器学习
11.2.1 感知器训练算法
11.2.2 感知器学习用于分类
11.2.3 梯度下降法与δ规则
11.3 反向传播学习
11.3.1 反向传播算法
11.3.2 例1:nettalk
11.3.3 例2:异或函数
11.4 竞争学习
11.4.1 分类的wta学习算法
11.4.2 kohonen的学习原型网络
11.4.3 重复传播网络
11.5 hebb的叠合学习
11.5.1 无监督hebb学习示例
11.5.2 有监督hebb学习
11.5.3 结合存储与线性结合器
11.6 吸引状态网络
11.6.1 双向结合存储
11.6.2 bam处理示例
11.6.3 自结合存储与hopfield网络
练习

第12章 学习的遗传与浮现模型
12.1 遗传算法
12.1.1 遗传算法示例
12.1.2 遗传算法的评价
12.2 分类器系统与遗传程序设计
12.2.1 分类器系统
12.2.2 遗传程序设计
12.3 人工生命和基于社会的学习
12.3.1 “生命博弈”
12.3.2 进化规划
12.3.3 浮现的专题研究
练习

第13章 自动推理
13.1 通用问题求解器
13.2 归结定理证明器
13.2.1 谓词演算表达式化为短句集合
13.2.2 归结证明程序
13.2.3 归结策略和简化技术
13.2.4 由归结反驳抽取答案
13.3 prolog与自动推理
练习

第14章 自然语言理解
14.1 理解语言的符号途径
14.2 语法
14.2.1 上下文无关文法的规范与分析
14.3 跃迁网分析器与语义
14.3.1 跃迁网分析器
14.3.2 chomsky层次与上下文有关文法
14.3.3 语义:atn分析器
14.3.4 用atn组合语法和语义知识
14.4 语言理解的随机工具
14.4.1 语法分析的概率途径
14.4.2 概率上下文无关分析器
14.5 自然语言的应用
14.5.1 故事理解与回答问题
14.5.2 数据库前端
14.5.3 对web的信息抽取和摘要系统
练习

第15章 结束语:评述与展望
15.1 对ai几种途径的评述
15.1.1 智能与物理符号系统假设
15.1.2 连接主义计算
15.1.3 agent、浮现与智能
15.1.4 概率模型和随机技术
15.2 现代认知科学
15.2.1 心理学的约束
15.2.2 认识论问题
15.3 ai:当前的挑战与未来方向

附录a 随机方法导论
附录b 随机方法的应用
参考文献

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book