时间序列预测 预测项目,SARIMA / X,ARIMA,先知,LSTM,霍尔特冬季,ETS。 温度预测和工资预测。
2021-09-24 16:57:53 10.56MB JupyterNotebook
1
火炬 PyTorchTS是一个概率时间序列预测框架,通过利用作为其后端API以及用于加载,转换和回测时间序列数据集,提供了最新的PyTorch时间序列模型。 安装 $ pip3 install pytorchts 快速开始 在这里,我们通过GluonTS自述文件重点介绍了API的更改。 import matplotlib . pyplot as plt import pandas as pd import torch from gluonts . dataset . common import ListDataset from gluonts . dataset . util import to_pandas from pts . model . deepar import DeepAREstimator from pts import Trainer 这个简单的示例说明了如何在一些数
2021-09-23 15:43:13 725KB time-series pytorch probabilistic deepar
1
神经网络的时间序列分析 重点比较ANN,RNN,LSTM和LSTM在时序分析中的表现 在这个项目中,我建立并比较了四种类型的ANN模型:具有Attention的完全连接的ANN,RNN,LSTM,LSTM。 有两个包含时间序列的数据集。 目的是建立深度神经网络,该网络可以学习数据中的时间模式并预测未来观察的价值。 对于那些模型,我比较了预测的准确性和训练过程的速度。 请参考Report.pdf了解详细说明和参考。 为了构建神经网络,我使用python keras库。 为了实现注意力机制,我使用了Christos Baziotis的。
2021-09-22 21:03:14 2.53MB time-series neural-network keras lstm
1
Rats have long been recognized as a valuable biomedical research model, notably in the investigation of aging, toxicology, addiction, and common human diseases such as diabetes and hypertension. In many instances, individuals conducting such research studies are charged with important responsibilities, including animal facility management, animal husbandry, veterinary care, regulatory compliance, and various experimental methodologies. With the advent of genetic manipulations and biomedical research technological advances such as bioimaging, the versatility and usefulness of the rat as an animal model has soared.,解压密码 share.weimo.info
2021-09-20 06:09:51 32.42MB 英文
1
这是SIM7000C最新的指令手册,里面包含大量的AT指令用法介绍,定位,TCP连接等等
2021-09-16 19:58:11 1.94MB SIM7000C
1
赫斯特指数 根据重标范围(R / S)分析计算时间序列的赫斯特指数。 参考: : 环境 Python 3.6.2 AMD64 numpy的(1.13.3 + MKL) 熊猫(0.20.3) 用户指南 进口赫斯特ts = list(range(50)) hurst = Hurst.hurst(ts) 尖端 输入ts必须是对象列表(n_samples,)或np.array(n_samples,)。
2021-09-16 11:27:56 2KB timeseries time-series hurst Python
1
Fanuc机器人最新R-30iB Plus控制柜说明书
2021-09-15 22:23:41 31.23MB Fanuc 机器人 R-30iB Plus
1
带有Savitzky-Golay过滤器的Google Earth Engine时间序列 该示例显示了如何为要素集合提取图像集合值,如何创建植物索引时间序列数据帧并在其上应用Savitzky-Golay过滤器的示例。 笔记 中实现了此函数的更好版本,作为ee.ImageCollection对象的扩展方法: import ee , eemont ee . Authenticate () ee . Initialize () f1 = ee . Feature ( ee . Geometry . Point ([ 3.984770 , 48.767221 ]). buffer ( 50 ),{ 'ID' : 'A' }) f2 = ee . Feature ( ee . Geometry . Point ([ 4.101367 , 48.748076 ]). buffer ( 50 ),{ '
1
关于惠普彩激升级后无法识别硒鼓的处理方案:升级了20201021固件会导致非原装硒鼓提示耗材有问题无法打印; 下载本20200612版本的打印机固件,降级后使用。内附说明
2021-09-13 10:27:47 16.85MB 云打印
1
SIM8300和SIM8200是SIMCOM开发的5G/4G通信模块,模块的操作使用到了AT命令集,这是今年最新发布的命令集。
2021-09-08 22:32:44 2.56MB 5G SIMCOM SIM8300/SIM8200
1