资源列表
Genetic-algorithm-optimization
- 遗传算法的优化计算——————建模自变量降维-Genetic algorithm optimization-- modeling variable dimension reduction
ml_slides_solutions-
- 机器学习的课件以及习题答案,每道题都有详细解答-machine learning slides and homework solutions
Hopfield-net(CPP)
- HopFiled 网络 的C++源程序,提供给需要用到HopFiled 神经网络的同仁-HopFiled network of C++ source code, provided to the neural network need to use HopFiled colleagues
MessageClassifier
- 数据挖掘 文本分类算法 很适应,可以轻松的学习和体会数据挖掘的奥妙-Data mining text classification algorithm is to adapt, you can easily learn and experience the concave data mining
Rest(2)
- matlab 粗制理论数 ,属性约简,值约简,规则生成,非常实用-matlab rough set theory
ANN-BP
- 分两部分,第一部分是神经网络的基本概念,第二部分是用BP网络实现函数逼近算法-including two part , one is about the basic concept of ANN, the other is algorithm
trnn
- 神经网络训练,应用matlab7NN包,用一个隐藏层使用5折交叉验证。-Training the Neural Network This scr ipt is something that I did for a course at Uni. It uses the Neural Networking package provided with MatLab 7 unfortunately I m not sure if it s available with the earlier ve
GATSP_CPP
- 采用遗传算法实现旅行商问题的C++源代码。-Traveling salesman problem using genetic algorithm in C++ source code.
src
- 用神经网络来进行人脸识别的程序,对脸部的表情进行识别,如高兴,伤心等-Using neural networks for face recognition program, to identify facial expressions such as happy, sad, etc.
Number-Recognition
- 利用matlab编程来实现数字识别,即利用十个数字从0到9的模板与待识别的数字对比来实现识别功能-Use the matlab programming for number identification, namely use templates of ten numbers from 0 to 9 compared with the unidentified number.
naiveBayesClassify
- 机器学习算法,朴素贝叶斯分类器,常用作文本分类,或者用在本体匹配算法中用作相似度的计算-Machine learning algorithm, naive bayes classifier, commonly used ZuoWenBen classification, or use in ontology matching algorithm used in the calculation of similarity degree
运动员最佳匹配问题
- 羽毛球队有男女运动员各n人。给定2 个n×n矩阵P和Q。P[i][j]是男运动员i和女运动员j配对组成混合双打的男运动员竞赛优势;Q[i][j]是女运动员i和男运动员j配合的女运动员竞赛优势。由于技术配合和心理状态等各种因素影响,P[i][j]不一定等于Q[j][i]。男运动员i和女运动员j配对组成混合双打的男女双方竞赛优势为P[i][j]*Q[j][i]。设计一个算法,计算男女运动员最佳配对法,使各组男女双方竞赛优势的总和达到最大。 输入:。第一行有1 个正整数n (1≤n≤20