update README and add license headers

This commit is contained in:
gorold
2022-07-13 16:50:28 +08:00
parent b5c41a742e
commit fa40366230
5 changed files with 31 additions and 2 deletions
+11 -2
View File
@@ -1,4 +1,4 @@
# DeepTIMe: Deep Time-Index Meta-Learning for Non-stationary Forecasting
# DeepTIMe: Deep Time-Index Meta-Learning for Non-Stationary Time-Series Forecasting
<p align="center">
<img src=".\pics\deeptime.png" width = "700" alt="" align=center />
@@ -84,4 +84,13 @@ authors for open-sourcing their work.
* https://github.com/ElementAI/N-BEATS
* https://github.com/zhouhaoyi/Informer2020
* https://github.com/thuml/Autoformer
* https://github.com/thuml/Autoformer
## Citation
Please consider citing if you find this code useful to your research.
<pre>@article{woo2022deeptime,
title={DeepTIMe: Deep Time-Index Meta-Learning for Non-Stationary Time-Series Forecasting},
author={Gerald Woo and Chenghao Liu and Doyen Sahoo and Akshat Kumar and Steven C. H. Hoi},
year={2022},
}</pre>
+5
View File
@@ -1,3 +1,8 @@
# Copyright (c) 2022, salesforce.com, inc.
# All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
from typing import Optional
import gin
+5
View File
@@ -1,3 +1,8 @@
# Copyright (c) 2022, salesforce.com, inc.
# All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
from typing import List, Optional
import math
+5
View File
@@ -1,3 +1,8 @@
# Copyright (c) 2022, salesforce.com, inc.
# All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
from typing import Optional
import torch
+5
View File
@@ -1,3 +1,8 @@
# Copyright (c) 2022, salesforce.com, inc.
# All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
from typing import Optional
import torch