资源列表
twoinput-perceptron
- 利用感知机神经网络实现最简单的与或运算。-Use Perceptron neural network with the most simple or operations.
learn-perceptron-true-table
- 利用自学习的感知机神经网络实现一个真值表。-The use of self-learning machine to achieve a perception of truth table.
Genetic-Algorithmsmatlab
- 一种新的遗传算法,有详细的注释说明,大家可以轻松读懂,也可以应用到自己需要的领域-A new genetic algorithm, a detailed notes, you can easily read, but also can be applied to the field of their own needs
the-short-distance-genetic-matlab
- 最短距离问题,利用遗传算法解决。这是一个完整的数模题目,有题目,思路,解决方法及源代码,希望大家能够喜欢-The shortest distance problem, the use of genetic algorithms to solve. This is a complete digital-analog problem, there are questions, ideas, solutions and source code, I hope everyone can enjoy
Kmeans
- K-means聚类算法的java实现。一个类,可以直接调用。-K-means clustering algorithm implemented by java.you can use it directly in your coad.
IntervalTree
- 本工程实现了算法导论书中区间树查找的算法,可直接运行。-Find the interval tree
longest-common-subsequence
- 本代码实现了算法导论书中最长公共子序列算法。-The longest common subsequence
LZW-code
- LZW就是通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩。-LZW is through the establishment of a string table, with a shorter code to indicate a long string to achieve compression.
function-approximation
- 基于神经网络的函数逼近源代码c++,函数为y=sin(x*pi/400)+2-Source code c++ function approximation based on neural networks, function y = sin (x* pi/400)+2000
classify_su
- K-均值算法与聚类算法以及实现了简单的识别功能-K-means clustering algorithm and the realization of a simple recognition
mysvm
- 可用的svm 包含训练数据,测试数据和结果,直接在vs上可以运行-Available svm contains training data, test data and results, can be run directly on the vs
BP_neural_network
- 自己编写的,采用BP网络进行函数拟合的例子,注释清晰,绝对原创!-BP neural network!
