Skip to content

Commit 76fcf53

Browse files
authored
added transfer learning example notebook (#885)
* added transfer learning example notebook * small update to transfer learning notebook * list the notebook in examples list * add example to list of examples * revert change to userguide.rst * remove a few imports * fixed typos * fix typo
1 parent efa955a commit 76fcf53

File tree

2 files changed

+2278
-0
lines changed

2 files changed

+2278
-0
lines changed

docs/source/examples.rst

+13
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ Data processing example notebook:
2929
examples/02-data-processing.ipynb
3030

3131

32+
Transfer Learning Tutorial
33+
==========================
34+
35+
A self-contained notebook showcasing examples of training some bigger models
36+
on large datasets of time series, and using such models to forecast new time
37+
series that have not been seen during training:
38+
39+
.. toctree::
40+
:maxdepth: 1
41+
42+
examples/14-transfer-learning.ipynb
43+
44+
3245
Fast Fourier Transform
3346
======================
3447

examples/14-transfer-learning.ipynb

+2,265
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)