搜索资源列表
深度优先搜索pathfinding
- 人工智能寻路算法,深度优先算法
15数码问题的3种算法(算法和具体代码)
- 15数码问题的3种算法(算法和具体代码) 解决15数码问题的3种算法,分别是深度,宽度,以及A*算法。c语言编写,VC下都通过运行。,15 digital issues three kinds of algorithm (algorithm and the specific code) to solve the problem of 15 digital three kinds of algorithms, respectively, are the depth, width, and th
深度侦测
- 通过两个摄像获取视频,并将其结合成3D视差图像
深度学习研究综述_孙志军
- 介绍国内外深度学习发展,算法,理论。和各种算法(Depth learning theory and various algorithms)
深度自动编码器的研究与展望_曲建岭
- 到于深度自动编码器编码器的原理,构建过程等的简要介绍(A brief introduction to Deep Auto-encoders.)
图基本算法
- 图基本算法,包括存储、深度优先遍历,层次遍历,最短路径、最小生成树等(basic algorithm of graph)
k-means算法2
- 使用该算法可以实现数据的聚类分析,非常适合初学者。(The algorithm can be used to achieve clustering analysis of data, ideal for beginners.)
深度学习的研究与发展
- 帮助你学习深度学习,理解深度学习的实战算法。常有在深度学习的知识海洋(Help you to learn deep learning)
深度学习基础及数学原理
- 有关深度学习基础算法和相关数学原理的介绍,由浅入深,内容详实。(Deep learning algorithms and mathematical principle introduction.)
神经?络和深度学习
- 本书作者为Michael Nielsen,详细介绍了神经网络和深度学习的相关概念,算法原理。(Neural Networks and Deep learning algorithms introduction by Michael Nielsen.)
人工智能深度学习
- 清华大学计算机科学与技术系有关深度学习算法的通俗易懂的介绍与说明。(Deep learning algorithms introduction by Stanford University by Tsinghua University.)
【论文】语音识别中的深度学习方法
- 语音识别中的深度学习方法,大家可以学习最近火热的深度学习算法(Deep learning method in speech recognition)
基于方差和深度学习的脑电信号分类算法
- 从深度学习方面解析脑电信号,通过方差计算脑电特征(Analysis of EEG signals from deep learning and calculation of EEG characteristics by variance.)
思维进化算法优化BP神经网络——非线性函数拟合
- 思维进化算法优化BP神经网络——非线性函数拟合,有源程序和数据(BP Neural Network Optimized by Mind Evolutionary Algorithm - Nonlinear Function Fitting)
粒子群优化算法的寻优算法——非线性函数极值寻优
- 粒子群优化算法的寻优算法——非线性函数极值寻优(Particle swarm optimization algorithm -- nonlinear function extremum seeking optimization)
万门大学强化学习算法代码RW模型+TD模型
- 万门大学,强化学习,rw模型算法代码实现, V(CS) = V(CS) + A * ( V(US) * us - V(CS) * cs ) td模型, V(s{t}) = V(s{t}) + a[R(t+1) + rV{S(t+1)} - V{S(t)}](In the intensive learning of the University of Wan men, the RW algorithm, the python implementation, the algorithm f
数据挖掘算法知识包
- 一些有关数据挖掘的十种经典算法,还有大数据方面的资料库,有需要可以下载学一下。(Some of the ten classic algorithms for data mining, as well as big data databases, need to be downloaded to learn)
算法导论_中文版_第三版
- 算法导论为最经典的算法书籍,内容丰富且有深度。(Introduction to Algorithm is the most classic algorithm book.)
深度学习中文翻译去水印版(全)
- 深度学习理论书籍,中文版,一些机器学习算法的实现,需要具备良好的数学基础(Deep learning theory books, Chinese version, some machine learning algorithm implementation, need to have a good mathematical foundation.)
粒子群算法优化RBF网络
- 粒子群算法优化RBF网络,有相关解释,matlab源码!可以跑通(Particle swarm optimization RBF network, there are relevant explanations, matlab source code! You can run through.)