搜索资源列表
HumanInteractions1
- Human Interactions in C#
knn-classify
- 注释清楚,容易帮您理解k近邻分类的原理。采用c++语言编写-NOTE clear, easy to help you understand the principles of k nearest neighbors. Use c++ language
FCM
- 核聚类算法:聚类是将一组给定的未知类标号的样本分成内在的多个类别,使得同一类中 的样本具有较高的相似度,而不同类中的样本差别大。侧重于软聚类(模糊C-均值——FCM),但其描述手段同样适合于硬聚 类(HCM)等同类问题。-Clustering algorithm: cluster is a group of unknown samples given class label into internal multiple categories, so that the same class
CliqueB
- 基于派系方法的社团结构划分算法,自己实现的,C++代码源程序。-A method of community structure based clique.
Bayes
- 做了C++的贝叶斯分类算法的实现,希望感兴趣的下载-Do realize C++ Bayesian classification algorithm want to download interesting
KNN
- 做了KNN分类算法的C++实现,希望感兴趣的下载-We do C++ KNN classification algorithm, and the hope of interest to download
ClusteringCpp
- 聚类算法,主要用于DBSCAN聚类,基于C++环境-clusterting by c++
cw_vrp
- 介绍节约算法的文章,包括一个用MATLAB编写的程序和一个用c++编写的程序-cw vrp
s1
- sammon mapping算法c语言版,亲测有效,课题代码,基于vc++6.0环境-sammon mapping algorithm c language edition, effective pro-test, project code, based vc++6.0 environment
数据挖掘
- 这是有关数据挖掘的c程序,是学习fp_tree的经典入门c程序,非常适合初学者学习使用
Apriori-Algorithm
- 频繁模式挖掘的算法Apriori算法,用C++语言实现。-frequent pattern mining
fcm2
- 简单的模糊c均值的matlab程序,希望对大家有所帮助,如有不对,请告知。-Simple fuzzy C mean Matlab procedures, we want to help, if there is wrong, please let us know.
自适应模糊C均值聚类
- 提供一种改进的模糊C均值聚类算法,该算法可以更好的提高聚类的精度
DBSCAN
- DBSCAN算法的C++实现,方便大家对DBSCAN算法的理解和实现-Realization of DBSCAN C++ to facilitate understanding and implementation of algorithms for DBSCAN
DBSCAN
- DBSCAN聚类算法源代码,c++编写,简洁清晰,打包为工程,直接运行-Density-Based Spatial Clustering of Applications with Noise,DBSCAN cluster algorithm source code
BP
- bp网络的测试代码,使用C++编程,已测试通过,希望对大家有用,多多提意见。-Bp network test code, using c++ programming, has the tests pass, hope useful for everyone, a lot of advice.
convnetjs-master
- 基于C#开发的深度神经网络网页版。将文件夹拖动至浏览器即可使用功能。包括CNN、DBN等多种深度学习思路。-Based on C# development of depth Neural Network Web version. Drag the folder to the browser functionality. Including CNN, DBN and other deep learning ideas.
直觉模糊C均值聚类
- 对所获取的数据进行无监督的直觉模糊C均值聚类(intuitionistic fuzzy C-means clustering)
最近邻分类代码
- 在linux 下C语言实现最近邻聚类算法,工程已经使用(near K neighbor cluster)
基于c#的学生管理系统
- 该项目是基于c#开发的一款学生管理系统,在系统中应用了很多第三方插件元素,可以作为入门学生使用,在系统中功能完善还有待提高,欢迎指导。