资源列表
kmeans
- keamns 的java实现 欢迎讨论-kmeans java
lda-0.2-matlab
- 暂时放置在java中 lda的 还是不错的-lda em matlab
lda-c-dist
- lda模型的gibbs算法 很好很强大-lda gibbs sampling
AI-SOURCE
- 游戏人工智能精粹 源代码 有需要的请自行下载-Game AI By Example source code
PSO-code
- 本文分析了粒子群优化算法的原理,研究了粒子在搜索空间飞行的轨迹,分析了使粒子群收敛的参数设置,并根据算法的特点总结了应用粒子群优化算法的步骤,给出算法中的经验参数设置.并且对每一次改进的利弊都作出了分析与对比,为再一次改进作好准备。经过多次的算法改进与实验测试,再跟据实验数据的比较,验证了本算法改进的可行性,同时应用PSO算法解决TSP问题是一种崭新的尝试.-Design and Simulation of Particle Swarm Optimization
code
- 以经典的旅行商(Traveling Saleman Problem,TSP)问题作为模拟退火算法正确性和可行性验证的重要标准,并和已有的算法进行比较和讨论。最后,本文将在实现基本算法的同时,提出多种群并行计算的可行性,并且使用TSPLIB提供的数据和对应的最优解来检验模拟退火算法,分析模拟退火算法应用到TSP问题后得到的结果,从而得出在时间要求不高的情况下,使用多种群算法可以改善算法运行结果。-Design And Simulation Of Simulated Annealing Algori
fira5v5
- fira仿真程序中的比较好的一个源代码。底层函数较好,算法简单。-fira simulation program in a relatively good source code. The underlying function better, simple algorithm.
Strategy.tar
- 重力四子棋程序,通过人工智能中的alpha-beta剪枝实现,AI的实力至少高于一般人的水平,人比较难下赢。通过调用getPoint函数获得下一个落子点的坐标-Gravity four chess program, through the realization of artificial intelligence in the alpha-beta pruning, the strength of AI at least a greater than average level, people
8puzzle.tar
- 人工智能经典入门问题:八数码(百度一下就知道是什么了),使用A*算法实现,能够迅速求解出八数码的最简单解法。-Artificial intelligence introduction to the classic question: eight digital (Baidu Search know what it is), using the A* algorithm, can quickly find out the simple solution of eight digital.
neural-network
- BP神经网络算法的实现,对传统算法进行了优化!-the implemention of BP neural network algorithm,make optimization on the traditional algorithm
eaForInversionOfNNs.Jacobsson2000-libre.pdf
- Describes the use of evolutionary algorithms to invert or explain trained neural networks.
EssentialsOfMetaheuristics
- Describes metaheuristic algorithms for problem solving in machine learning.