会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hopesun
博客园
首页
新随笔
联系
管理
订阅
1
2
3
4
5
···
36
下一页
[置顶]
有限免费使用的 AI 大模型,收集。
摘要: 1、Z智谱·一站式大模型开发平台 GLM4.5 : https://bigmodel.cn/ 对话chat: https://bigmodel.cn/trialcenter/modeltrial/text?modelCode=glm-4.5 文档DOC: https://docs.bigmodel.
阅读全文
posted @ 2025-08-11 17:21 Hopesun
阅读(80)
评论(0)
推荐(0)
[置顶]
获取 AKshare 的数据,为 VectorBt、Pybroker等框架提供数据
摘要: 1、AKShare 日线数据地址:https://akshare.akfamily.xyz/data_tips.html#stock-zh-a-hist 历史行情数据-东财 https://akshare.akfamily.xyz/data/stock/stock.html#id22 =》 接口:
阅读全文
posted @ 2025-07-13 21:40 Hopesun
阅读(202)
评论(0)
推荐(0)
[置顶]
Anaconda 安装后,手动安装 JupyterNotebook、JupyterLab
摘要: Anaconda 在Windows 中安装完成后,会建立一个主环境。 1,提供 Anaconda Navigator 这个图形化工具,可以 管理虚拟环境、应用安装(JupyterNotebook、JupyterLab 等)。 miniconda 环境安装: conda install 【--name
阅读全文
posted @ 2025-07-12 19:35 Hopesun
阅读(206)
评论(0)
推荐(0)
[置顶]
python 安装目录、运行环境、venv与包管理、PyCharm配置、Anaconda 配置等相关内容
摘要: 一、python 运行环境、虚拟环境与包管理 1、Python 独立安装(不使用开发工具自动安装,如PyCharm、Anaconda) 1)安装位置目录,设置于 环境变量 “Path” 中,方便命令行使用; 2)安装内容解释: Scripts 目录: 一些执行文件,比如 pip.exe。可以用 pi
阅读全文
posted @ 2025-04-11 17:14 Hopesun
阅读(411)
评论(0)
推荐(0)
[置顶]
时间序列预测与股票分析框架 prophet、NeuralProphet、FinRL等
摘要: 股票与时间序列预测与股票分析框架 prophet、NeuralProphet、FinRL、vectorbt、Pybroker、zipline-reload 、TradingAgents、Qlib等: 0、(推荐!!)Python-for-Algorithmic-Trading-Cookbook (E
阅读全文
posted @ 2025-04-05 17:43 Hopesun
阅读(157)
评论(0)
推荐(0)
[置顶]
AI(机器学习、深度学习)相关的资料(含书籍)与网站
摘要: 书籍: (你能搞明白下面几本在线书籍,你应该能打好入门 AI的基础了。) 1、(推荐)“神经网络与深度学习”(复旦_邱锡鹏): 开源在线书籍 https://nndl.github.io/,有纸质印刷版,全书下载PDF地址:Pdf (推荐用iPad阅读),3小时课程概要 ppt(72M) pdf (
阅读全文
posted @ 2024-05-19 10:29 Hopesun
阅读(745)
评论(0)
推荐(0)
[置顶]
优秀常用的「资源搜索网站」,收藏
摘要: 优秀常用的「资源搜索网站」,收藏: 参考:https://zhuanlan.zhihu.com/p/174286574?utm_source=wechat_session -1、E文 PDF 下载网站(推荐!):Best Coding Books 2025 - Download Free in PD
阅读全文
posted @ 2021-04-01 12:35 Hopesun
阅读(1725)
评论(0)
推荐(0)
2025年9月9日
强力漱囗液~西吡氯铵含漱液
摘要: 住医院心外科,每晚需含15mL,1分钟内。超时反而使血液出问题,临床案例。
阅读全文
posted @ 2025-09-09 06:57 Hopesun
阅读(8)
评论(0)
推荐(0)
2025年8月26日
Qlib 学习资料收集1
摘要: Qlib 一直在学习,官方文档细节不全,收费前人留下的资料。 1、微软AI量化投资平台Qlib体验——华泰人工智能系列之四十 https://www.sohu.com/a/507908728_120099896 from qlib.contrib.data.handler import Alpha1
阅读全文
posted @ 2025-08-26 14:55 Hopesun
阅读(111)
评论(0)
推荐(0)
2025年8月13日
DeepWiki vs. Zread 对决,AI 代码文档解析
摘要: 分析 Github 库中项目 的源代码。 DeepWiki : https://deepwiki.com/ Zread: https://zread.ai/ 评价如下,我用其分析 Qlib,效果不如 DeepWiki ,差太多。继续努力吧。
阅读全文
posted @ 2025-08-13 14:53 Hopesun
阅读(119)
评论(0)
推荐(0)
2025年4月10日
Vscode 开发 Python 的一些基础设置
摘要: 1、单独安装 不同版本的 Python 解释器,或 Anaconda; 2、安装 VSCode,及中文、相关Python 开发的插件; 重点有: (1)虚拟环境配置插件。 3、配置 settings.json ,这个文件主要配置 编辑器、文件等相关的(工作空间 WorkSpace、即项目文件夹)设置
阅读全文
posted @ 2025-04-10 08:53 Hopesun
阅读(104)
评论(0)
推荐(0)
2025年4月8日
VectorBT Backtrader Zipline 比较
摘要: VectorBT、Backtrader、Zipline 比较:(这是DeepSeek的回答) (最近又出来一个: NautilusTrader,https://github.com/nautechsystems/nautilus_trader, 官网及文档: https://nautilustrad
阅读全文
posted @ 2025-04-08 23:04 Hopesun
阅读(936)
评论(0)
推荐(0)
回测 —Zipline 已死?还是只需重启 Zipline-Reloaded? Backtesting – Is Zipline Dead? Or does it just need a reload?
摘要: 此处有一文章 https://www.followingthetrend.com/2021/12/backtesting-is-zipline-dead-or-does-it-just-need-a-reload/ 标题: Backtesting – Is Zipline Dead? Or does
阅读全文
posted @ 2025-04-08 17:39 Hopesun
阅读(143)
评论(0)
推荐(0)
1
2
3
4
5
···
36
下一页
公告