-
pca实现代码
1.PCA是一种降维方法,降维致力于解决三个问题:
a缓解维数灾难,
b压缩数据的同时最小化信息损失,即去除数据噪声;
c将几百维的数据降到几维方便可视化;
d 降低算法开销。
PCA将数据投射到一个低维子空间实现降维。例如,二维数据集降维就是把点投射成一条线,数据集的每个样本都可以用一个值表示,不需要两个值。三维数据集可以降成二维,就是把变量映射成一个平面。一般情况下,n维数据集可以通过映射降成k维子空间,其中k是选取的主成分数目。
- 2022-02-04 11:58:08下载
- 积分:1
-
方块棋盘
说明: 它非常适合初学者学习python,一个简单易懂的例子,让初学者可以快速学会猜数的小游戏,便于学习者快速掌握python的语法和结构。(It is very suitable for beginners to learn python, a simple and easy to understand example, so that beginners can quickly learn to guess the number of small games, easy for learners to quickly master Python syntax and structure.)
- 2020-10-09 09:05:57下载
- 积分:1
-
Deep-Leafsnap-master
说明: 植物叶片的识别,保证电脑安装了python,sklearn(Recognition of plant leaves ensures that the computer is equipped with python, sklearn)
- 2020-06-16 08:00:01下载
- 积分:1
-
NSL-KDD(1)
说明: NSL-KDD数据集,并且包含数据集的预处理,训练部分程序,测试部分程序,全部调通,并且实现不错的实验效果(Nsl-kdd data preprocessing and implementation, including the whole process of open data set in the research field, data preprocessing and classification experiment, and achieve better detection accuracy)
- 2021-04-19 00:28:57下载
- 积分:1
-
源代码《Python与量化投资-从理论到实战》
说明: 源代码;Python量化投资从入门到实战(source code; Practical Quant Investment in Python from Scratch)
- 2020-12-15 17:37:13下载
- 积分:1
-
excel2json
Excel 转为 json格式, python3 代码(Excel converted to json format, code written in python3)
- 2019-05-19 05:22:44下载
- 积分:1
-
生成对抗网络在mnist数据集上的源代码
生成对抗网络,亲测可用,带有说明,有利于初学者学习(Generate confrontation network, pro-test available, with instructions)
- 2021-03-24 15:39:14下载
- 积分:1
-
pyinstaller-2.0
pyinstaller源码,用于将软件编译成windows可执行文件,exe。( file build)
- 2014-12-03 10:21:06下载
- 积分:1
-
全国招聘数据
说明: 用于爬去前程无忧招聘信息,可以爬取 人工智能 python 等十几种职业(Used to climb the future worry-free recruitment information)
- 2019-01-26 12:32:03下载
- 积分:1
-
安装包大小对比
python是现在比较流行的一种脚本语言,随着人工智能的兴起,python预计在未来几年内会更加流行。包对比大小就是用过ython语言编写一个脚本,脚本内容介绍:通过对比两个安装包的大小,更能直观的查看安装包的增大。
- 2023-09-04 14:05:03下载
- 积分:1