上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页

2022年6月2日

2. 金融分析知识强化学习部分

摘要: 视频课件位置:https://gitee.com/qiangchen_sh/stock-prediction/tree/master/引用baseline来源:https://github.com/huseinzol05/Stock-Prediction-Models(强烈推荐) 整体大纲内容。 1 阅读全文

posted @ 2022-06-02 22:52 lmqljt 阅读(424) 评论(0) 推荐(0)

2022年6月1日

sklearn练习1 回归

摘要: from sklearn.svm import SVR from sklearn.pipeline import make_pipeline from sklearn.preprocessing import StandardScaler import numpy as np n_samples, 阅读全文

posted @ 2022-06-01 19:19 lmqljt 阅读(41) 评论(0) 推荐(0)

1. 时序练习(广告渠道vs销量预测)

摘要: 用散点图来看下sales销量与哪一维度更相关。 和目标销量的关系的话,那么这就是多元线性回归问题了。 上面把所有的200个数据集都用来训练了,现在把数据集拆分一下,分成训练集合测试集,再进行训练。 可参考带代码中的点: """参考网友代码:""" # coding: utf-8 import os, 阅读全文

posted @ 2022-06-01 18:12 lmqljt 阅读(91) 评论(0) 推荐(0)

2022年5月20日

SCI论文写作注意事项

摘要: 1. 先写结论:(划定范围,以防添加无效的内容) 并非一开始就把整个结论都写出来,而是把 阅读全文

posted @ 2022-05-20 16:52 lmqljt 阅读(88) 评论(0) 推荐(0)

2022年5月16日

损失函数

摘要: 阅读全文

posted @ 2022-05-16 14:55 lmqljt 阅读(34) 评论(0) 推荐(0)

2022年5月13日

张建云院士关于《大型城市极端天气应对与思考》主题报告简要记录

摘要: 以上是上图中第一部分。 阅读全文

posted @ 2022-05-13 17:26 lmqljt 阅读(377) 评论(0) 推荐(0)

2022年5月9日

torch.ones_like(),expand_as(),expend()等torch.repeat

摘要: https://blog.csdn.net/Arthur_Holmes/article/details/104267662 https://blog.csdn.net/weixin_39568781/article/details/110066146 https://blog.csdn.net/qq 阅读全文

posted @ 2022-05-09 16:05 lmqljt 阅读(738) 评论(0) 推荐(0)

梯度与导数的关系

摘要: 转载自:https://blog.csdn.net/whu_student/article/details/77918020 阅读全文

posted @ 2022-05-09 15:45 lmqljt 阅读(57) 评论(0) 推荐(0)

2022年5月8日

本地创建的jupyter notebook 无法连接本地环境(即不能运行代码)

摘要: 参考:https://www.cnblogs.com/damin1909/p/12691147.html 本人所用的python是anaconda下的,由于需求不同,创建了好多个python用于不同的目的,但是,今天创建的一个环境,在下载好jupyter notebook之后,虽然能在浏览器上打开, 阅读全文

posted @ 2022-05-08 21:58 lmqljt 阅读(1416) 评论(0) 推荐(0)

pip常见使用方法

摘要: pip可以理解类似yum管理rpm包的管理python包工具 pip --help Usage: pip <command> [options] Commands: install 安装包 uninstall 卸载包 freeze 按照一定格式输出已经安装的包列表 list 列出已经安装的包 sho 阅读全文

posted @ 2022-05-08 21:56 lmqljt 阅读(272) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页

导航