CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Artificial Intelligence
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Artificial Intelligence - List
[
Software Engineering
]
RENGONGZHINENG
DL : 0
人工智能课程之设计实现,其缺陷和优点在其中可知,仅用于个人参考所用,-design artificial intelligence courses to achieve its advantages and shortcomings in which we can see that only for personal use as reference, thank you
Date
: 2008-10-13
Size
: 361.22kb
User
:
zhen
[
Software Engineering
]
lecture112
DL : 0
讲义:人工智能与神经网络 -overhead : artificial intelligence and neural network overhead : artificial intelligence and neural networks
Date
: 2008-10-13
Size
: 213.5kb
User
:
曾志伟
[
Software Engineering
]
neu_robot
DL : 0
足球机器人系统是近年来十分活跃的高科技竞技系统[1]。该系统已成为各种人工智能、机器人等领域问题的一种标准试验平台[2,3]。各种先进的方法和理论都在其中得到使用和验证[4,5,6]。为了指导MIROSOT的决策系统编程, 我们提出了一种混合决策结构.-soccer robot system is very active in recent years of high-tech athletic system [1]. The system has become the various artificial intelligence, robotics and other areas of a standard test platform [2,3]. Various advanced methods and theories which have been in use and verification [4, 5, 6]. In order to guide the decision-making system MIROSOT programming, we proposed a hybrid decision-making structures.
Date
: 2008-10-13
Size
: 480.29kb
User
:
伟
[
Software Engineering
]
adapterSystemPaper
DL : 0
论文标题:自适应模糊系统在手写体数字识别中的应用研究 作者:张镭 作者专业:计算机软件人工智能 导师姓名:黄战 授予学位:硕士 授予单位:暨南大学 授予学位时间:19990501 论文页数:59页 文摘语种:中文文摘 分类号:TP18 TP391.4 关键词:手写体数字 自适应 模糊逻辑 神经网络 模式识别 摘要:该文针对模式识别的特点,构造了适合于模式识别问题的自适应模糊系统,对三种不同学习算法加以改进,在手写全数字识别上对分类器进行了实现,并与采用BP算法训练的三层前馈神经网络分类器相比较,分析其优劣.仿真实验表明,在该文的样本集条件下,自适应模糊分类吕的识别性能优于神经网络分类器,这充分体现了自适应模糊技术用于数字识别的优越性和潜力.-thesis entitled : adaptive fuzzy system in a handwritten numeral recognition of applied research Author : Zhang Lei professional author : artificial intelligence computer software instructor Name : Huang war conferred degrees : Master award units : Jinan University conferred degrees : 19990501 page thesis : Abstracts 59 languages : Chinese Digest Key words : TP18-image Keywords : handwritten digital adaptive fuzzy logic neural network pattern recognition Abstract : In this paper the characteristics of pattern recognition, suitable for the construction of adaptive pattern recognition fuzzy systems, three different learning algorithm to improve the handwriting recognition on digital classification of the device to achieve, BP and with a three-tiered training algorithm for neural network clas
Date
: 2008-10-13
Size
: 4mb
User
:
成东
[
Software Engineering
]
Neural_networks_in_highway_traffic
DL : 0
结合人工智能的最新方向:人工神经网络,利用BP网络的联想,记忆功能,建立了具有神经网络的驾驶员:环境闭环控制系统模型.-combination of the latest artificial intelligence direction : artificial neural network, BP network association, memory function, built a neural network drivers : Environmental closed-loop control system model.
Date
: 2008-10-13
Size
: 217.7kb
User
:
汪顺和
[
Software Engineering
]
Game_AI
DL : 0
电脑游戏中的人工智能制作的文章收集。 搞游戏设计和编程的人都可以参考一下-computer game produced by the artificial intelligence collection article. Engage in game design and programming people can take a look
Date
:
Size
: 862kb
User
:
刘永健
[
Software Engineering
]
RENGONGZHINENG
DL : 0
人工智能课程之设计实现,其缺陷和优点在其中可知,仅用于个人参考所用,-design artificial intelligence courses to achieve its advantages and shortcomings in which we can see that only for personal use as reference, thank you
Date
:
Size
: 3.75mb
User
:
zhen
[
Software Engineering
]
cchess_paper
DL : 0
涂志坚的硕士论文,完整详细说明象棋人工智能实现方法,难得的好教材,可惜没有源码.-Tu Chi-kin master's thesis, complete detailed description chess artificial intelligence method, the rare good material, but no source.
Date
:
Size
: 983kb
User
:
王超杰
[
Software Engineering
]
CIlecture2
DL : 0
北京大学信息科学技术学院信息中心开设的计算智能课程,人工智能讲义_2-Beijing University College of Information Science and Technology Information Center has offered courses computational intelligence, artificial intelligence overhead _2
Date
:
Size
: 854kb
User
:
pangjiufeng
[
Software Engineering
]
Paradigms_of_AI_Programming
DL : 0
Paradigms of Artificial Intelligence Programming: a) A historical study of Artificial Intelligence, with USABLE examples of code, or b) A book presenting techniques for programming in Common Lisp. As a reference about Common Lisp, it is certainly lacking, but this is no great problem when both the Common Lisp HyperSpec and Steele s book are readily available in electronic form. It provides something more important: SIGNIFICANT examples, and significant discussions on WHY you would use various Lisp idioms, and, fairly often, discussions on HOW pieces of Common Lisp are likely to be implemented. Its discussion of an implementation of the LOOP macro, for instance, provides a very different point of view than the "references" to LOOP. (Contrast too with Graham s books, which largely deprecate the use of LOOP.) From an AI perspective, it is also very good, providing WORKING SAMPLES for a whole lot of the historically significant AI problems, including Search, PLANNER, symbolic computation, and the likes.)Paradigms of Artificial Intelligence Programming: a) A historical study of Artificial Intelligence, with USABLE examples of code, or b) A book presenting techniques for programming in Common Lisp. As a reference about Common Lisp, it is certainly lacking, but this is no great problem when both the Common Lisp HyperSpec and Steele s book are readily available in electronic form. It provides something more important: SIGNIFICANT examples, and significant discussions on WHY you would use various Lisp idioms, and, fairly often, discussions on HOW pieces of Common Lisp are likely to be implemented. Its discussion of an implementation of the LOOP macro, for instance, provides a very different point of view than the "references" to LOOP. (Contrast too with Graham s books, which largely deprecate the use of LOOP.) From an AI perspective, it is also very good, providing WORKING SAMPLES for a whole lot of the historically significant AI problems, including Search, PLANNER, symbolic computation, and the likes.) >
Downloads
>
电子书籍
-Paradigms of Artificial Intelligence Programming: a) A historical study of Artificial Intelligence, with USABLE examples of code, or b) A book presenting techniques for programming in Common Lisp. As a reference about Common Lisp, it is certainly lacking, but this is no great problem when both the Common Lisp HyperSpec and Steele s book are readily available in electronic form. It provides something more important: SIGNIFICANT examples, and significant discussions on WHY you would use various Lisp idioms, and, fairly often, discussions on HOW pieces of Common Lisp are likely to be implemented. Its discussion of an implementation of the LOOP macro, for instance, provides a very different point of view than the "references" to LOOP. (Contrast too with Graham s books, which largely deprecate the use of LOOP.) From an AI perspective, it is also very good, providing WORKING SAMPLES for a whole lot of the historically significant AI problems, including Search, PLANNER, symbolic computation, and the likes.) >
Downloads
>
电子书籍
Date
:
Size
: 13.94mb
User
:
ashokec
[
Software Engineering
]
Partitions-Artificial-Intelligence---A-Systems-Ap
DL : 0
This book offers students and AI programmers a new perspective on the study of artificial intelligence concepts. The essential topics and theory of AI are presented, but it also includes practical information on data input & reduction as well as data output (i.e., algorithm usage). Because traditional AI concepts such as pattern recognition, numerical optimization and data mining are now simply types of algorithms, a different approach is needed. This sensor / algorithm / effecter approach grounds the algorithms with an environment, helps students and AI practitioners to better understand them, and subsequently, how to apply them. The book has numerous up to date applications in game programming, intelligent agents, neural networks, artificial immune systems, and more. A CD-ROM with simulations, code, and figures accompanies the book.
Date
:
Size
: 7.78mb
User
:
sisi002
[
Software Engineering
]
Artificial-Intelligence
DL : 0
An excellent book for artificial intelligence
Date
:
Size
: 376kb
User
:
chenjiaxin
[
Software Engineering
]
Artificial-Intelligence-Lectures
DL : 0
人工智能课程讲义,介绍智能系统基本原理和技术方法,从基础概念逐步深入,第二章~第四章包括:知识表示、基本搜索、问题求解之推理、问题求解之搜索、启发式搜索等。-Lectures of Artificial Intelligence Principles, including priciples and approaches for inteliggent systems.
Date
:
Size
: 2.08mb
User
:
Duis
[
Software Engineering
]
Artificial-Intelligence
DL : 0
详细讲述人工智能中能计划的agent、搜索算法等的基本概念和具体实现过程 -A detailed account of the agent, search algorithms, such as artificial intelligence program basic concepts and implementation process
Date
:
Size
: 1010kb
User
:
wjshao
[
Software Engineering
]
Some-Recent-Work-in-Artificial-Intelligence
DL : 0
artificial intelligence ebook
Date
:
Size
: 1.3mb
User
:
balex898
[
Software Engineering
]
Artificial-intelligence-information
DL : 0
游戏中的人工智能相关资料,游戏中的人工智能(第2版)-The game' s artificial intelligence-related information, the game' s artificial intelligence (2nd Edition)
Date
:
Size
: 6.85mb
User
:
dongtinghong
[
Software Engineering
]
Artificial-intelligence
DL : 0
人工智能pacman智能搜索代码,可以使吃豆人自动搜索走法,完成游戏-Artificial intelligence Pacman intelligent search code
Date
:
Size
: 57kb
User
:
卢昌龙
[
Software Engineering
]
Artificial-Intelligence
DL : 0
人工智能上机指导,介绍了PCB图像中的定位孔的四种搜索算法,即盲目搜索,分级搜索,遗传算法,模拟退火算法。-Artificial intelligence machine guidance, introduced the PCB image search algorithm to locate the four holes that blind search, hierarchical search, genetic algorithms, simulated annealing algorithm.
Date
:
Size
: 781kb
User
:
田魁
[
Software Engineering
]
Artificial-intelligence-technology
DL : 0
游戏编程中的人工智能技术其中包含十一章内容的源码-Game programming in artificial intelligence technology which contains eleven chapters content source
Date
:
Size
: 16.6mb
User
:
曹淞
[
Software Engineering
]
APPLICATIONS-OF-ROBOTICS-AND-ARTIFICIAL-INTELLIGE
DL : 0
APPLICATIONS OF ROBOTICS AND ARTIFICIAL INTELLIGENCE
Date
:
Size
: 1.74mb
User
:
ali
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.