GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Code Issues23 Pull requests3 Actions Projects Security Insights Additional navigation options main BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit zhihanyue Fix typo Jun 6, 2023 b0088e1·Jun 6, 2023 ...
源代码可在 https://github.com/yuezhihan/ts2vec 公开获取。 1 引言 时间序列在金融市场、需求预测和气候建模等多个行业中发挥着重要作用。学习时间序列的通用表示是一个基本但具有挑战性的问题。许多研究(Tonekaboni、Eytan 和 Goldenberg,2021 年;Franceschi、Dieuleveut 和 Jaggi,2019 年;Wu 等人,2018 年)侧...
或者是:TS2Vec: Towards Universal Representation of Time Series GitHub:https://github.com/zhihanyue/ts2vec(已跑,可.) AAAI 2022的论文。 (不保证翻译能完美表达作者的内容,因为是机翻的,我人是看的原文,机翻方便写博客.) 摘要 本文介绍了 TS2Vec,这是一个用于学习任意语义层次的时间序列表示的通用框架。
源代码:https://github.com/yuezhihan/ts2vec paddlets的代码实现 https://paddlets.readthedocs.io/zh_CN/latest/source/modules/models/representation.html 一篇基于对比学习策略的时序数据表征学习研究工作。 时序表征/预训练 探索自监督学习技术,通过时序表征支持多样化下游任务,通过预训练解决小样本问题 ...
https://github.com/yuezhihan/ts2vecgithub.com/yuezhihan/ts2vec Abstrsct&Introduction 这篇论文提出了 TS2Vec,这是一种在任意语义级别学习时间序列表征的通用框架。与现有方法不同,TS2Vec 在增强的上下文视图上以分层方式进行对比学习,这为每个时间戳提供了强大的上下文表示。此外,为了获得时间序列中任意子...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers No reviews Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development Successfully merging this pull request may close these issues. None yet ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers No reviews Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development Successfully merging this pull request may close these issues. None yet ...
Files master .devcontainer .github docgen docs public supported-devices-component .editorconfig .gitignore .nvmrc .prettierignore .prettierrc LICENSE README.md getBase.ts navbar.ts package.json pnpm-lock.yaml sidebar.ts vuepress.config.tsBreadcrumbs zigbee2mqtt.io / sidebar.ts ...
论文:《TS2Vec: Towards Universal Representation of Time Series》 AAAI-2022 [1]开源代码:github.com/yuezhihan/ts 二、模型结构 architecture of TS2Vec:尽管该图显示了单变量时间序列作为输入示例,但该框架支持多变量输入。 每个平行四边形表示实例时间戳上的表示向量。