搜索资源列表
juzenlianchen
- 1.能实现不同的个数的矩阵连乘. 2.最后矩阵大小是8X8. 3是最优的矩阵相乘. 描 述:给定n 个矩阵{A1, A2,...,An},其中Ai与Ai+1是可乘的,i=1,2…,n-1。考察这n个矩阵的连乘积A1A2...An。矩阵A 和B 可乘的条件是矩阵A的列数等于矩阵B 的行数。若A 是一个p x q矩阵,B是一个q * r矩阵,则其乘积C=AB是一个p * r矩阵,需要pqr次数乘。-1. To achieve a number of different mat
AIANDSearchEngine
- AI Technology used in Search Engine.
AIInfomationRetrieve
- AI Technology used in Data Retrieve and Search Engine.
image
- 关于图象分割性能评估的评述。概述了图象分割性能评估的发展,总结了分割性能评估的基本理论框架:确定图象分割性能评估指标、构造评估测试图象集、评估模型与实验分析,以及分割性能评估的常用方法:统计法、分析法、基于AI的方法和混合法。对评估模型的设计作了一些尝试性的探讨。
ai
- 在工程实践中,经常会接触到一些比较“新颖”的算法或理论,比如模拟退火,遗传算法,禁忌搜索,神经网络等。这些算法或理论都有一些共同的特性(比如模拟自然过¬ 程),通称为“智能算法”。它们在解决一些复杂的工程问题时大有用武之地
dadaozhijian_software_thinking)
- 《大道至简》-周爱民,软件工程实践者的思想精髓。-" Road to Jane" - Ai-Min Zhou, software engineering practice the essence of the idea.
X5RR
- Alicebot and AIML Software Implementations The AI Foundation and our community has three open source free software "products" 1. The specification of the AIML language itself. 2. Various free software interpreters that implement (1). 3.
Paradigms_of_AI_Programming
- 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 cer
AI
- AI bot uses A*... Uses threads Based on a bot found on the internet... I don t know the original bot. It was drastically improved-AI bot uses A*... Uses threads Based on a bot found on the internet... I don t know the original bot. I
201006210954
- DOTA地图: DotA Allstars v6.67b Rev2c AI CN-DOTA map: DotA Allstars v6.67b Rev2c AI CN
Partitions-Artificial-Intelligence---A-Systems-Ap
- 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
AI-for-Game-Developers
- Written for the novice AI programmer, AI for Game Developers introduces you to techniques such as finite state machines, fuzzy logic, neural networks, and many others, in straightforward, easy-to-understand language, supported with code samples throu
my-AI-note
- 自己人工智能的笔记,英文的.里面有大量算法说明。-My Ai course notes, in english
AI
- unity 3d AI 此中含有采掘,彗星拦截,返回基地任务,为初次练手,请多包涵-unity 3d AI
AI-proposal-Ludo-Game
- AI proposal. It will help you to make proposal
Some-thoughts-on-AI
- 对人工智能的若干思考 逻辑推理定理证明 自然语言理解 自动程序设计-Some thoughts on AI
Strong-AI-Design
- 内容摘要: 一方面通过视频、音频或超声波等以及可能的所有的输入信号,进行分析,得到对象、属性、及其对象之间的能动关系,保存到数据库,以形成AI的知识库。 另一方面根据赋予AI的人为目的,AI自动将知识库中的数据进行匹配、组合,来达到目的。-Abstract: On the one hand through video, audio or ultrasonic, and possibly all of the input signal, the analysis, objects, pr
ai
- 人工智能技术给 游戏编码开发者, Mat Buckland-AI Techniques For Game Programming , Mat Buckland
AI-Techniques-for-Game-Programming
- Excellent book on Game AI and programmign games. Given by lecturer, open source. Scanned and verified with Avast Antivirus.
programming-game-AI-by-example
- 游戏AI入门必备。讲述如何使游戏中的角色具有智能的技术。给出了不同的例子,用C++和Lua语言进行了说明。-Introduction to the game A. About how to make the role of the game with intelligent technology. Gives a different example using C++ and Lua language .