搜索资源列表
waff-2007-01-11
- 一个由Mike Gashler完成的机器学习方面的includes neural net, naive bayesian classifier, decision tree, KNN, a genetic algorithm, and some manifold learning algorithms. -by Mike Gashler a complete machine learning includes the neur al net, naive bayesian classifier.
ifdef
- 人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR 01)的 Ada Boosted Cascade 算法可以说是目前最好最快的目标检测算法。 -Face Detecti
Path4J_0.01.tar
- 2007年最新的多种路径规划算法的仿真软件包。At the later releases more world models and sample planners will be distributed, for now only a few world models and controllers are uploaded within this package. Press Start to start the simulation. Enjoy :) A better tu
mysvm(01)
- 各人用Mtalab编写的SVM程序,附带有粒子说明!完全通过!希望对大家有帮助! This procedure is programmed by myself, hope can bring use to you!
IPEMToolbox1.01
- matlab的ipem工具箱,用于模拟脑模型的音乐分析工具箱
zuixiaoercheng2
- 最小二乘法,用matlab语言编制。。用于matlab7.01
VC++BP
- 本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值. 一、网络训练 程序默认状态是样本训练状态,现将样本训练状态下的如何训练网络进行说明: 1.系统精度: 定义系统目标精度,根据需要定义网络训练误差精度.误差公式是对训练出网络的输出层节点和实际的网络输出结果求平方差的和. 最大训练次数: 默认为10000次,根据需要调整,如果到达最大训练次数网络还未能达到目标精度,程序退出. 3.步长: 默认为0.01,由于采用
ga
- 用GA求函数的极小值群体大小为15,交叉概率为0.8, 变异概率取0.01
Solving.the.01.Knapsack.Problem.with.Genetic.Algor
- 遗传算法求解01背包问题+实验报告+参考文献。如果你看了这个程序还是不能明白遗传算法的巧妙,那么还是不要再看这个问题了。
MSJ
- MSJ-06Ⅱ-A 美国UNION UNION FLAG 型式番号:SVMS-01 欧洲联盟AEU AEU ENACT 型式番号:AEU-09 AEU ENACT(量产型) 型式编号:AEU-09
code
- 回溯法求01背包问题,c语言版本,由于时间关系没有将代码进行很好的整理,所有代码都在一个文件中
Boltzmann Machin
- 仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录下来 按下式计算各个状态出现的实际频率: Pi=Si/∑i=1,NSi=Si/M 同时按照Bo1tzmann分布计算网络各个状态出现概率的理论值: Q(Ei)=(1/Z)exp(-Ei/T) 仿真2:实施降温方案,重新计算 采用快速降温方案:T(t)= T0/(1+t) T从1000降到0.01,按工作规则更新网络状态 当T=0.01时结
mlc2-01-src
- This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative title, subject to change but not if I get my way). For details see: http://www.mcs.com/~drt/basisofai.html
proj07-01
- 试验中使用模拟退火算法寻找一6-单元网络能量最小化的模型。模拟退火算法是模拟物理学上的退火技术。其优势在于有可能使系统从局部极小值跳出。-Simulated annealing algorithm used in the experiments to find a 6- unit network model of energy minimization. Simulated annealing algorithm simulates the physics of annealing. The a
Knapsack
- 用遗传算法解决01背包问题,内附测试数据。-Using genetic algorithms to solve knapsack problem 01, enclosing the test data.
C++_NLP_tagger_categorization_version_1.01
- 专家系统中的分类识别程序,内含一个简单的分类系统,并且可以通过数据的“训练”提高分类的精确度。用c语言编写,可以让学习专家系统和数据挖掘的朋友借鉴 -Expert System Classification of identification procedures, including a simple classification system, and data can be training to improve the classification accuracy. With
kaon2-bin-2008-01-14
- 本体推理工具 共八个例子:从如何建立本体到做一些简单的的本体推理-Ontology reasoning instrument :eight examples: from how to set up body to do some simple ontological reasoning
RANSAC_Beta_v0.01
- ransac是常用的稳健计算机视觉的方法,可用于两幅影像的配准。这是使用C++实现的RANSAC-This is an C++ Implementation for RANSAC
01-knapsack-problem
- 01背包问题的解决方法很多,下面用遗传算法解决01背包问题-01 knapsack problem genetic algorithm to solve
01-knapsack-problem1
- 01背包问题,有很多方法可以解决,下面采用动态规划的方法。-01 knapsack problem, there are many ways to solve