-
K-means有注释版本
K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为形心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各簇的形心的值,直至得到最好的聚类结果。(K-means algorithm is the most classical partition-based clustering method and one of the ten classical data mining algorithms. The basic idea of K-means algorithm is to cluster k points in space and classify the objects closest to them. Iteratively, the values of centroid of clusters are updated one by one until the best clustering results are obtained.)
- 2018-08-30 13:53:12下载
- 积分:1
-
查询输出
说明: 输出某个路径及其子目录下的所有文件路径,以便查找所需的文件。(Output all file paths under a path and its subdirectories to find the files you need.)
- 2020-06-17 17:20:02下载
- 积分:1
-
TinyWebDBServerSetup
can connect pc to android phone
- 2018-05-16 09:54:32下载
- 积分:1
-
myhttp.py
说明: 可以使用该程序开启服务器端的请求服务,实现上传、下载、可视化等操作(You can use this program to open the server-side request service to upload, download, visualize, etc.)
- 2020-06-16 15:00:02下载
- 积分:1
-
LSTM-Human-Activity-Recognition-master
说明: 与经典的方法相比,使用具有长时间记忆细胞的递归神经网络(RNN)不需要或几乎不需要特征工程。数据可以直接输入到神经网络中,神经网络就像一个黑匣子,可以正确地对问题进行建模。其他研究在活动识别数据集上可以使用大量的特征工程,这是一种与经典数据科学技术相结合的信号处理方法。这里的方法在数据预处理的数量方面非常简单(Compared with the classical methods, the recursive neural network (RNN) with long-term memory cells does not need or almost need feature engineering. Data can be directly input into the neural network, which acts as a black box and can correctly model the problem. Other research can use a lot of Feature Engineering on activity recognition data sets, which is a signal processing method combined with classical data science and technology. The method here is very simple in terms of the number of data preprocessing)
- 2019-06-13 18:50:02下载
- 积分:1
-
python code macro
CNN - 卷积神经网络
RNN - 循环神经网络
DNN - 深度神经网络
神经网络的层数直接决定了它对现实的刻画能力,利用每层更少的神级元拟合更加复杂的函数。随着神经网络层数的加深,优化函数越来越容易陷入局部最优解,并且这个“陷阱”越来越偏离真正的全局最优。利用有限数据训练的深层网络,性能还不如较浅层网络。
同时,另一个不可忽略的问题是随着网络层数增加,“梯度消失”现象更加严重。具体地说,我们常用sigmoid作为神经元的输入输出函数,对于幅度为1的信号,在BP反向传播梯度时,每传递一层,梯度衰减为原来的0.25。层数越多,梯度指数衰减后低层基本上接受不到有效的训练信号。
- 2022-02-14 06:59:12下载
- 积分:1
-
audio_package
说明: 语音信号处理程序包,包括分帧,短时能量,过零率等函数(audio processing techniques)
- 2020-06-30 18:45:51下载
- 积分:1
-
bp
说明: 用python实现BP算法,附带详细注释,用来说明实现的每一个步骤,并用异或测试(BP algorithm with Python and XOR test)
- 2019-12-04 11:04:55下载
- 积分:1
-
简单的围棋
非常简单,大概200行左右非常实用,初学者可以看一下。非常简单,大概200行左右非常实用,初学者可以看一下非常简单,大概200行左右非常实用,初学者可以看一下非常简单,大概200行左右非常实用,初学者可以看一下非常简单,大概200行左右非常实用,初学者可以看一下非常简单,大概200行左右非常实用,初学者可以看一下
- 2022-09-05 17:05:03下载
- 积分:1
-
算法设计与分析
武汉大学算法设计与分析课件(教材:沙特版算法分析与设计),内附部分算法的Python实现,以及历年考试题目。(Wuhan University algorithm design and analysis courseware (teaching material: Saudi edition algorithm analysis and Design), enclosing the Python implementation of some algorithms, as well as examination questions over the years.)
- 2020-12-18 16:19:11下载
- 积分:1