资源列表
0-1beibaowenti
- 用C#编写的利用遗传算法解决0-1背包问题的源程序,希望对需要的朋友有所帮助-C# prepared with the use of genetic algorithm to solve the 0-1 knapsack problem source, and they hope to help a friend in need
PR
- 模式识别的电子教案和PPT,有一些习题和例子,便于自学-Pattern recognition of electronic lesson plans and the PPT, a number of exercises and examples to facilitate self-learning
Perceptron-and-ADALINE-network
- 这些程序包括以下方面1.使用感知器和ADALINE网络对字母进行识别。2.随机选取初始权向量,选取适当的迭代步长(对ADALINE网络),用给出的四个输入训练样本,对上述两个网络分别进行训练,直到网络收敛;3.对Adaline网络选取不同的值,分别画出误差曲线,观察它们的变化规律;4.对感知器选取不同的初始权向量,分别计算每类训练样本到超平面的距离,观察它们的异同;5.训练结束后,检验网络的识别能力(使用100个检测样本,对应于每个取25个含噪的变形):6.比较Adaline和单神经元感知器的分
roviowrap-8199
- 一个webCamer--Rovio机器人的控制客户端,实现了视频传输,蔽障,语音交互,报警功能。-A webCamer- Rovio robot control client to achieve video transmission, barrier shield, voice interaction, the alarm function.
LS_SVMlab
- LS_SVMlab.rar
adult_net
- BP神经网络预测个人的收入信息,其中adult.data为训练数据,adult.test为测试数据-BP neural network to predict the income of personal information, which adult.data data for training, adult.test test data for
k-means
- 数据挖掘算法源代码 k-means聚类算法的C#代码-Source code data mining algorithms k-means clustering algorithm C# code
c++实现的KNN库:建立高维度的K-d tree
- c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
RBF_example_IRIS
- RBF神经网络应用于IRIS数据集的例子-Am example of RBF-NN applied on IRIS Data Set
PNN
- PNN又称为概率神经网络,它最初由数学家Specht于1990年提出,后经Master[1995]等不断发展和完善,已成功地应用于机器学习、人工智能、自动控制等众多领域.概率神经网络比多层前馈网络的数学原理简单,且易于实现-PNN is also known as the probabilistic neural network, which was first introduced by the mathematician Specht in 1990, after the Master [1
Alice
- ALICEBOT 聊天机器人 中文 可以实现学习系统-ALICEBOT chat robot learning system can be achieved in Chinese
gold-bullion
- 针对金块问题,分别采用蛮力法和二分法,并用C++语言时间-With brute force method and dichotomy to solve gold bullion problems