- DELPHI_COMPILE 很少见的DELPHI的编译指令说明文档
- pso 人工智能算法
- prog 用C++编写基于用遗传算法解一个简单参数优化问题
- extractMIB2 用VC++实现的通过SNMP提取MIB2信息的小程序
- Thermal-analysis 汽车制动盘热分析(温度场与应力场)ls
- Direct3D9X given library allows to grab whole geometry with directx9 application simply rename d3d9 in d3dx in import given application . key f12 for removing the geometries in text format gso
资源列表
mainProgram
- 主要是用BP神经网络对隐含用户做预测,一个练习,效果如何没有验证(use the BP ANNs Predicted the wideband user)
Qlearning
- 强化学习 matlab 强化学习 强化学习 强化学习(reforcement learning)
SVM
- 先实用熵权法对建模参数进行权重分析,在用svm算法进行训练预测(Firstly, the weights of the parameters are analyzed by entropy weight method, and the training is predicted by SVM algorithm)
fish swarming
- artificial fish, swarm intelligence
knn
- 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一。所谓K最近邻,就是k个最近的邻居的意思,说的是每个样本都可以用它最接近的k个邻居来代表。(Neighborhood algorithm, or K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simplest methods in data mining class
BP神经网络
- 利用BP神经网络去做函数逼近和解决分类问题(BP neural network is used to do function approximation and solve classification problem)
audoencoder
- autoencoder自动编码python实现(sparse autoencoder python)
BP
- BP神经网络经过训练与学习,逼近非线性函数(BP neural networks are trained and studied to approximate nonlinear functions)
apriori
- 数据挖掘Aprior的简易c++实现,通过string来表示数据集,没有采用STL set集合操作,因此实现起来简单一些,判断是否包含用到了动态规划算法中的最长公共子序列,思想是暴力求解,没有用到很高端的思想和算法。(Simple c++ data mining Aprior, said data set by the string, without the use of STL set collection operation, thus the realization is simple,
kpca
- 在matlab上面通过kpca,实现大数据降维算法(Dimensionality reduction algorithm for large data)
omp
- 用MATLAB实现 OMP算法,可以利用此算法去解决通信及其它领域中的一些问题。(achieve OMP algorithm by matlab)
Kmeans
- 基于java语言实现的kmeans聚类算法,还是很靠谱的(kmeans cluster realize based on java)