-
练习
python编程约40例,有词频统计、读写文件、有网络爬虫、绘制图像等例程(Python programming about 40 examples, including word frequency statistics, reading and writing files, network crawlers, drawing images and other routines)
- 2019-05-17 13:30:24下载
- 积分:1
-
BP_GitChat
说明: BP(back propagation)神经网络是1986年由Rumelhart和McClelland为首的科学家提出的概念,是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络,py实现(BP (back propagation) neural network is a concept put forward by Rumelhart and McClelland in 1986. It is a multi-layer feedforward neural network trained by error back propagation algorithm. It is the most widely used neural network at present.)
- 2019-05-06 14:07:38下载
- 积分:1
-
plot
一些matlab平台的绘图程序,包括雷达图,fft频谱等。(Some drawing programs on the MATLAB platform include radar chart, FFT spectrum, etc.)
- 2018-07-21 10:27:23下载
- 积分:1
-
RLproject
说明: Qlearning、 Sarsa和Sarsa_lambda的代码(the code of Qlearning Sarsa and Sarsa_lambda)
- 2020-08-06 10:10:14下载
- 积分:1
-
SCAN-A-Structural-Clustering-Algorithm-for-Networks
python实现的scan算法
Paper: 《SCAN: A Structural Clustering Algorithm for Networks》 Auther: Xiaowei Xu, Nurcan Yuruk, Zhidan Feng, Thomas A. J. Schweiger Conference: SIGKDD 2007
- 2022-11-23 06:50:03下载
- 积分:1
-
百度人脸识别
说明: 百度人脸识别,能识别出两张图片中的人脸的相似度,辨别出是不是同个人。(Baidu face recognition, can recognize the similarity of faces in two pictures, to distinguish whether it is the same person.)
- 2020-06-25 01:20:02下载
- 积分:1
-
w3_generalization
machine learning 方面有关于Generalization and Bayesian Introduction的资料,语言是python(machine learning aspects of information concerning Generalization and Bayesian Introduction, language is python)
- 2013-12-07 23:11:31下载
- 积分:1
-
去噪和堆栈自编码的综合实现
说明: 去噪和堆栈自编码去实现对mnist数据集的降维和去噪演示,主要体现自编码流程(Denoising and stack autoencoder)
- 2020-06-23 10:38:09下载
- 积分:1
-
python文本分类算法
ptthon关于文本分类的算法,利用分类算法实现对文本的数据挖掘,主要包括: 1. 语料库的构建,主要包括利用爬虫收集Web文档等; 2. 语料库的数据预处理,包括文档建模,如去噪,分词,建立数据字典, 使用词袋模型或主题模型表达文档等; 注:使用主题模型,如LDA可以获得实验加分; 3. 选择分类算法(如朴素贝叶斯、SVM等),训练文本分类器,理解所选 的分类算法的建模原理、实现过程和相关参数的含义; 4. 对测试集的文本进行分类 5. 对测试集的分类结果利用正确率和召回率进行分析评价
- 2022-03-18 00:53:37下载
- 积分:1
-
A3C强化学习PYTHON代码
A3C强化学习PYTHON代码
- 2021-05-07下载
- 积分:1