搜索资源列表
WEKA
- 点击流数据的读者需求可视化分析
somnet
- 一种通过自组织竞争学习网络实现数据降维和可视化的单层神经网络模型。用此算法可以把输入空间的多维映射到低维的(一维或者二维)的离散网络上,并将保持相同性质的输入数据在映射到低维空间时的拓扑一致性。iris以及letter两个数据集进行分类
heapsort
- 一个很经典的大堆排序,效率较高,对于海量数据排序有很好的优势.-heapsort
weka-3-4-12
- weka全名是怀卡托智能分析环境(Waikato Environment for Knowledge Analysis),是一个公开的数据挖掘工作平台,集合了大量能承担数据挖掘任务的机器学习算法,包括对数据进行预处理,分类,回归、聚类、关联规则以及在新的交互式界面上的可视化-full name is weka intelligent analysis environment Waikato (Waikato Environment for Knowledge Analysis), is an o
zizuzhi
- 使用som神经网络对数据进行分类,并可视化显示。-The use of som neural network for data classification, and visual display.
AScalabelFrameworkforInformationVisualization
- 图形可视化框架,数据挖掘折可视化技术方面论文。-A Scalabel Framework for Information Visualization
Mlmfc_Perception
- 包含神经网络感知器算法的MFC程序,可以可视化,有具体的例子在单文档窗口中显示数据点和算法结果。-Contains the neural network perceptron algorithm MFC program, you can visualize, there are one specific example in a single document window displays the results of data points and algorithms.
Som_clustering
- 基于VC++的Som聚类算法程序。SOM是一种通过自组织竞争学习网络实现数据的分类和降维可视化神经网络模型。内附算法的原理说明以及详细的程序调用说明及运算结果。是初学者的很好的入门材料-Based on VC++ program of Som clustering algorithm. SOM is a competitive learning through self-organizing network for data classification and dimensionality r
apriori(java)
- apriori算法是经典的数据挖掘算法,本源码以可视化界面的形式将结果展示给用户。-apriori algorithm is a classical data mining algorithms, the source code to the form of visual interface, the results show to the user.
predata3pca
- 用PCA算法对中文文本数据进行降维,然后再将结果可视化显示-PCA algorithm to reduce the dimensionality of the Chinese text data, then the results of visual display
breast-cancer
- 用ISOMAP算法对癌症数据进行降维处理,然后再对降维后的数据进行可视化分析-ISOMAP algorithm to reduce the dimensionality of cancer data processing, data dimensionality reduction and then to visualization analysis
svm-demo
- 一个svm的演示程序,能演示两类数据分类,有gui界面,不使用第三方工具箱,使用gaussian核函数,界面能设置c和gamma的参数值,最后可以得到分类情况的可视化效果。针对svm算法的研究者和用于教学演示的教师,是个不错的源码。-An svm demo program that can demonstrate two types of data classification, gui interface, do not use third-party toolbox, using gauss
CNA2012.1
- 贝叶斯网络的可视化(GUI)实现基因数据的分析-Bayesian network visualization (GUI) to achieve the analysis of genetic data
classification_toolbox
- 分类工具包,含有多个分类算法的matlab源程序,适用于类别数据的分类和可视化-The Classification toolbox for MATLAB is a collection of MATLAB modules for calculating classification (supervised pattern recognition) multivariate models: Discriminant Analysis, Partial Least Square Discrimin
PCA-and-whitening
- 基于PCA和白化的数据预处理操作,PCA具有两个功能:维数约减和数据可视化;白化的目的是去掉数据之间的相关性。深度学习的一个主要工作就是数据的预处理-Based on PCA and data pre-whitening operation, PCA has two functions: dimensionality reduction and data visualization whitening purpose is to remove the correlation between t
starwar-visualization-master
- 使用python实现的星球大战电影数据的分析,使用flask框架可视化的显示每部电影中的人物,种族等的关系。(Using Python to analyze Star Wars movie data, use the flask framework visually to display the characters, races, and relationships in each movie.)
LargeVis-master
- 源代码,spark平台,数据可视化算法,性能优越(Source code,spark platform,data visualization,good performance in decomposition, perform better than tsne.)
ILearnMachineLearning.py-master
- 这个储存库是我的作品和与数据科学和机器学习相关的项目的集合。在我的脚本中,我主要使用python及其专用的库:pandas、numpy、scipy、sci kit learn、matplotlib、basemap plotly。我还用了一些d3进行数据可视化。我还尝试从sci kit学习库中定制算法实现(This repository is a collection of my works and projects related to Data Science and Machine Lear
matlab经典教程
- MATLAB [1] 是美国MathWorks公司出品的商业数学软件,用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境,主要包括MATLAB和Simulink两大部分。 MATLAB是matrix&laboratory两个词的组合,意为矩阵工厂(矩阵实验室)。是由美国mathworks公司发布的主要面对科学计算、可视化以及交互式程序设计的高科技计算环境。它将数值分析、矩阵计算、科学数据可视化以及非线性动态系统的建模和仿真等诸多强大功能集成在一个易于使用的视
对鲍鱼数据集的分类器
- 对鲍鱼数据集的分类器 数据采集、数据预处理相关分析和异常值分析的可视化