-
Linear_reg
说明: 线性回归模型实现代码,用于实现线性回归,包括最小二乘,主成分分析(the code of linear regression model)
- 2020-06-24 09:54:50下载
- 积分:1
-
hopfield神经网络数字识别
说明: 基于hopfield神经网络的数字识别Python程序,本人对现有的程序进行了扩充修改,只需要添加训练样本图片就可以增加训练样本(注意样本像素要一致),这是我的课程设计,只做了数字0-5的识别,如有需要,稍微修改程序即可实现0-9的识别。(Based on the number recognition Python program of Hopfield neural network, I have expanded and modified the existing program. I only need to add the training sample image to increase the training sample (note that the sample pixels should be consistent). This is my curriculum design, only do the number 0-5 recognition, if necessary, slightly modify the program to achieve 0-9 recognition.)
- 2021-01-15 12:16:38下载
- 积分:1
-
sine
通过Python生成一个周期内正弦波数组(sine wave array.Direct digital synthesis, sine wave 0-2pi period, phase to amplitude is one-to-one correspondence.First, the sine wave query table needs to be stored, and then under the clock, through the phase accumulation module and address query module to achieve the sine wave signal.)
- 2020-06-18 01:00:01下载
- 积分:1
-
ChatServer
实现了多人聊天,采用了tornado,SQLAlchemy框架(To achieve multiplayer chat, the tornado, SQLAlchemy framework is adopted.)
- 2018-05-03 21:12:32下载
- 积分:1
-
CAD中1:2000图廓生成
利用pyautocad函数包,实现在AutoCAD中批量生成1:2000图廓。
- 2023-07-31 04:40:03下载
- 积分:1
-
银行客户信息挖掘与处理系统
对无标签的银行数据进行聚类打标,进行数据分析(Cluster and mark the unlabeled bank data and analyze the data)
- 2020-06-23 15:20:01下载
- 积分:1
-
EnlightenGAN
说明: 无监督训练的生成对抗网络程序,python版本,生成有关光照不同的图片(Unsupervised training generated against the network program, python version, to generate different pictures about the light)
- 2020-03-06 15:28:12下载
- 积分:1
-
MACD
计算股票MACD技术指标的相关函数并作图。。。。(Stock Technical indicators MACD computing correlation functions and plotted. . . .)
- 2021-04-07 23:19:01下载
- 积分:1
-
python渗透测试编程技术-方法与实践.azw3
说明: python渗透测试,使用kindle 看(Python penetration test, using Kindle to see)
- 2020-10-23 09:37:22下载
- 积分:1
-
GN算法Python代码
Market Newman写的复杂网络的加权GN算法 算法用Python写的
其基本思想是不断的删除网络中具有相对于所有源节点的最大的边介数(ege betweenness)的边,然后,再重新计算网络中剩余的边的相对于所有源节点的边介数,重复这个过程,直到网络中,所有边都被删除。
- 2022-03-19 07:03:37下载
- 积分:1