-
爬取百度图片下载到本地(python代码)
爬取百度图片下载到本地(python代码)
- 2020-12-07下载
- 积分:1
-
pca实现代码
1.PCA是一种降维方法,降维致力于解决三个问题:
a缓解维数灾难,
b压缩数据的同时最小化信息损失,即去除数据噪声;
c将几百维的数据降到几维方便可视化;
d 降低算法开销。
PCA将数据投射到一个低维子空间实现降维。例如,二维数据集降维就是把点投射成一条线,数据集的每个样本都可以用一个值表示,不需要两个值。三维数据集可以降成二维,就是把变量映射成一个平面。一般情况下,n维数据集可以通过映射降成k维子空间,其中k是选取的主成分数目。
- 2022-02-04 11:58:08下载
- 积分:1
-
code
0_Linear:线性回归练习
1_LogistRegression:逻辑回归练习
2_boston:波士顿房价预测
3_regularization:正则化
5_stock:股票价格预测
6_CTR:点击率预测
7_all_model:回归与分类模型
8_muticlass:多分类练习
9_regression_implement:不同回归算法tf实现(0_Linear.
1_LogistRegression.
2_boston.
3_regularization.
5_stock.
6_CTR.
7_all_model.
8_muticlass.
9_regression_implement.)
- 2019-05-24 14:44:22下载
- 积分:1
-
Time_Series_Analysis
ARIMA算法的Python实现,预测时间序列数据。
附两个数据:
AirPassengers
UK Traffic flow(The Python implementation of the ARIMA algorithm predicts the time series data.
Two data are attached.
AirPassengers
UK Traffic flow)
- 2020-10-20 09:17:25下载
- 积分:1
-
subdomaindork
使用谷歌或Bing API子域找到指定域的子域(subdomain dork uses google or Bing API to find subdomains of a specified domain
)
- 2013-07-28 00:17:35下载
- 积分:1
-
LIVE1_train_test
卷积神经网络,用于立体图像质量评价,附带说明(The application of convolution neural network to the quality evaluation of stereoscopic images)
- 2021-03-29 20:39:10下载
- 积分:1
-
Chinese Poker
这是我为中国pocker编写的python代码。我在这个python代码中添加了一些AI逻辑。
- 2023-06-15 23:45:02下载
- 积分:1
-
2
说明: 使用LSTM预测交通流,并与其它算法进行比较,里面包含详细程序,第二部分(LSTM is used to predict traffic flow and compared with other algorithms, which contains detailed procedures.)
- 2019-01-03 09:08:58下载
- 积分:1
-
词云
python文件,可以对新闻等文本进行分词,然后根据每个词出现的次数进行排序,展示出现次数最多的词语,形成词云。(Python file, can be news and other text segmentation, and then according to the number of times each word to sort, show the most frequently appeared words, the formation of word cloud.)
- 2020-06-19 07:00:01下载
- 积分:1
-
pydfs
利用python实现了一个简单的分布式文件存储系统(Implementation of distributed file storage system)
- 2020-06-30 18:00:02下载
- 积分:1