-
PCA
主成分分析 ( Principal Component Analysis , PCA )或者主元分析。是一种掌握事物主要矛盾的统计分析方法,它可以从多元事物中解析出主要影响因素,揭示事物的本质,简化复杂的问题。计算主成分的目的是将高维数据投影到较低维空间。给定 n 个变量的 m 个观察值,形成一个 n ′ m 的数据矩阵, n 通常比较大。对于一个由多个变量描述的复杂事物,人们难以认识,那么是否可以抓住事物主要方面进行重点分析呢?如果事物的主要方面刚好体现在几个主要变量上,我们只需要将这几个变量分离出来,进行详细分析。但是,在一般情况下,并不能直接找出这样的关键变量。这时我们可以用原有变量的线性组合来表示事物的主要方面, PCA 就是这样一种分析方法。(Principal component analysis (Principal Component Analysis, PCA) or PCA. Is a statistical method to grasp the principal contradiction of things, it can be resolved diverse things out the main factors, revealing the essence of things, simplifying complex problems. The purpose of calculating the main component of high-dimensional data is projected to a lower dimensional space. Given n variables of m observations, forming an n ' m of the data matrix, n is usually large. For a complex matters described by several variables, it is difficult to know, so if you can grab something to focus on key aspects of analysis? If the main aspects of things just reflected on several key variables, we only need to separate out these few variables, for detailed analysis. However, in general, does not directly identify this critical variables. Then we can represent the major aspects of things with a linear combination of the original variables, PCA is one such analysis.)
- 2021-01-28 21:48:40下载
- 积分:1
-
3D-sphere-random-1
在规则几何区域能随机生成三维混凝土骨料,为混凝土细观模拟研究所使用。(The 3D concrete aggregate can be generated randomly in the regular geometric area, which is used for the meso simulation study of concrete.)
- 2020-10-20 21:17:24下载
- 积分:1
-
MeanShift2
meanshift算法的python实现 + 图像化显示(meanshift with python)
- 2018-05-29 15:13:58下载
- 积分:1
-
doban250.py
说明: 使用Python编写的豆瓣最佳250影片爬虫(Best 250 films of Douban Reptiles)
- 2020-06-21 05:40:02下载
- 积分:1
-
银行客户信息挖掘与处理系统
说明: 对无标签的银行数据进行聚类打标,进行数据分析(Cluster and mark the unlabeled bank data and analyze the data)
- 2020-06-23 15:20:01下载
- 积分:1
-
物流路径规划
说明: 根据原来的路径,重新进行物流路径规划,并将所得结果输出。(According to the original path, the logistics path is re-planned and the results are output.)
- 2020-06-17 11:20:01下载
- 积分:1
-
GPT2-Chinese
说明: 中文的GPT2模型训练代码,基于Pytorch-Transformers,可以写诗,写新闻,写小说,或是训练通用语言模型等。(Chinese GPT2 model training code, based on Pytorch-Transformers, can write poetry, news, fiction, or training general language model.)
- 2020-06-17 07:40:01下载
- 积分:1
-
神经网络gcn代码
gcn
- 2020-11-09下载
- 积分:1
-
vae
说明: 什么是变分自动编码器?
为了理解VAE,我们首先从最简单的网络说起,然后再一步一步添加额外的部分。一个描述神经网络的常见方法是近似一些我们想建模的函数。然而神经网络也可以被看做是携带信息的数据结构。假如我们有一个带有解卷积层的网络,我们设置输入为值全为1的向量,输出为一张图像。然后,我们可以训练这个网络去减小重构图像和原始图像的平均平方误差。那么训练完后,这个图像的信息就被保留在了网络的参数中。(What is a variational automatic encoder?
To understand VAE, we start with the simplest network, and then add additional parts step by step. A common way to describe neural networks is to approximate some of the functions we want to model. However, neural networks can also be regarded as data structures carrying information. If we have a network with deconvolution layer, we set the input to a vector with all values of 1 and output to an image. Then, we can train the network to reduce the average square error between the reconstructed image and the original image. After training, the information of the image is retained in the parameters of the network.vae)
- 2019-04-26 16:46:35下载
- 积分:1
-
WebNavigation
说明: 强化学习网页浏览示例,非常好的示例代码。强化学习快速入门(Reinforcement learning web browsing example, very good example code)
- 2021-03-30 09:02:18下载
- 积分:1