搜索资源列表
EightCode
- 这个程序是实现人工智能中的A*算法,照着书上的算法做的。Queue类是自己写的一个队列类,用来实现open表和closed表。原来用Vector做的,但后来发现Vector中保存的只是引用,生成子状态后表中的状态也跟着变了,只好自己实现一个队列类。-This process is the realization of artificial intelligence in the A* algorithm, the algorithm follow the book to do. Queue is
Artificial-inteligence-A-modern-approach-Second-Ed
- 这本书名为“Artificial inteligence A modern approach- Second Edition”可谓人工智能的一本杰作,研究人工智能的不能不读.-This is a classic book on Artificial intelligence with the name of Artificial inteligence A modern approach, and it is the second edition.
EightCode
- 八码问题实现。Java实现。人工智能书上习题。-eight code problem.It complete by java.
production-Systems
- 动物产生式系统.人工智能书上的一个例子实现了-Animal production system. An example of artificial intelligence book to achieve the
机器学习_周志华
- 号称机器学习人手必备一本的“西瓜书”,讲解通俗易懂(Known as machine learning manpower necessary book "watermelon book", explain popular easy to understand)
ethqhx
- Numerical Recipes Software 提供的算法子程序集,一共有上千种算法,部分算法可以在书店买到书()
temxuate
- 本书详细介绍了大型数据仓库的一些常用算法,有很多例子可以直接使用,是一本很好的书()
qransmite
- 这是书上的常用算法和模型介绍,有BP网络的C语言实现,HMM的C语言实现,失量量化的C语言实现,()
An Introduction to Statistical Learning
- 统计学的介绍,入门书是一门人工智能必须看的数学书,看完之后,可以豁然开朗(Statistical introduction, Primer is an artificial intelligence must see the mathematical book, after reading, you can suddenly)
38850244
- 在《C++ Templates The Complete Guide》一书中以下简称书,提出了模板元编程最早的实际应用()
verine-treg
- 一本有关算法的书,A B,很有名的,英文版()
455577
- 在《C++ Templates The Complete Guide》一书中以下简称书,提出了模板元编程最早的实际应用()
khrfnrx
- 这是书上的常用算法和模型介绍,有BP网络的C语言实现,HMM的C语言实现,失量量化的C语言实现,()
Deep Learning with Python Keras
- 学深度学习的很棒的书 python keras 值得细读一波(Deep Learning with Python Keras)
punftuapivn
- 机器学习作者tom mitchell的书上代码()
14731180
- Numerical Recipes Software 提供的算法子程序集,一共有上千种算法,部分算法可以在书店买到书()
人工智能导论
- 介绍人工智能的书,介绍了人工智能的背景,原理,以及在机器人,图像识别,控制等领域的应用(This paper introduces the book of artificial intelligence, the background and principle of artificial intelligence, and its application in robotics, image recognition, control and other fields.)
《TensorFlow2深度学习》
- 《TensorFlow2深度学习》这是一本面向人工智能,特别是深度学习初学者的书, 本书旨在帮助更多的读者朋友了 解、喜欢并进入到人工智能行业中来,因此作者试图从分析人工智能中的简单问题入手,一 步步地提出设想、 分析方案以及实现方案,重温当年科研工作者的发现之路,让读者身临其 境式的感受算法设计思想,从而掌握分析问题、解决问题的能力。 这种方式也是对读者的基 础要求较少的,读者在学习本书的过程中会自然而然地了解算法的相关背景知识,避免出现 为了学习而学习的窘境。(This is a
libsvm-3.24和教辅书
- LIBSVM工具箱,适用于matlab,适合研究人工智能(LIBSVM toolbox for matlab, which is suitable for)
Python机器学习基础教程(完整电子版)
- 本书是机器学习入门书,以Python语言介绍。主要内容包括:机器学习的基本概念及其应用;实践中最常用的机器学习算法以及这些算法的优缺点;在机器学习中待处理数据的呈现方式的重要性,以及应重点关注数据的哪些方面;模型评估和调参的高级方法,重点讲解交叉验证和网格搜索;管道的概念;如何将前面各章的方法应用到文本数据上,还介绍了一些文本特有的处理方法。(This book is an introduction to machine learning, introduced in Python langua