-
Python Project
说明: python小程序实现,简单高级算法讲解进阶工程(Python small program implementation, simple advanced algorithm to explain advanced engineering)
- 2020-06-16 21:20:02下载
- 积分:1
-
pca实现代码
1.PCA是一种降维方法,降维致力于解决三个问题:
a缓解维数灾难,
b压缩数据的同时最小化信息损失,即去除数据噪声;
c将几百维的数据降到几维方便可视化;
d 降低算法开销。
PCA将数据投射到一个低维子空间实现降维。例如,二维数据集降维就是把点投射成一条线,数据集的每个样本都可以用一个值表示,不需要两个值。三维数据集可以降成二维,就是把变量映射成一个平面。一般情况下,n维数据集可以通过映射降成k维子空间,其中k是选取的主成分数目。
- 2022-02-04 11:58:08下载
- 积分:1
-
基于tensorflow框架下的汉字毛笔字风格迁移
说明: 基于tensorflow框架下的汉字毛笔字风格迁移(Style Transfer of Chinese Character Brush Characters Based on Tenorflow Framework)
- 2020-06-19 03:40:02下载
- 积分:1
-
YeNet-Tensorflow-master
说明: ye_net源码、隐写分析、隐写术、不包括选择通道,详情见文档中readme(ye_ Net source code, steganalysis, steganography, not including the selection channel, see readme in the document for details)
- 2021-02-05 13:17:44下载
- 积分:1
-
CNN-SVM
运用卷积神经网络来提取图片的特征值并用SVM做出分类(using CNN And SVM to train my pictures.)
- 2021-04-19 09:58:51下载
- 积分:1
-
1
说明: 使用LSTM预测交通流,并与其它算法进行比较,里面包含详细程序,第一部分(LSTM is used to predict traffic flow and compared with other algorithms, which contains detailed procedures.)
- 2019-01-03 09:08:15下载
- 积分:1
-
first1111111
打印一条文字“”你好世界“”你好python“”最基础的python语言了解一下(Print a text "Hello World" and "Hello python". Learn about the basic Python language)
- 2020-06-19 15:40:02下载
- 积分:1
-
Python
Python灰帽子:黑客与逆向工程师的Python编程之道]英文文字版(Hackers and reverse engineer the Python the tao of programming)
- 2017-03-18 22:31:56下载
- 积分:1
-
聚类算法
各种经典的图聚类算法,包括马尔科夫聚类MCL, COACH,IPAC等等
- 2022-07-14 19:54:46下载
- 积分:1
-
dxf2gcode_b02_source
说明: dxf文件直接转换g编码的源代码,python编写(convert dxf to g code , source code)
- 2011-04-08 15:06:10下载
- 积分:1