Skip to content

Commit

Permalink
added transfer learning example notebook (#885)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
hrzn committed Apr 8, 2022
1 parent efa955a commit 76fcf53
Show file tree
Hide file tree
Showing 2 changed files with 2,278 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ Data processing example notebook:
examples/02-data-processing.ipynb


Transfer Learning Tutorial
==========================

A self-contained notebook showcasing examples of training some bigger models
on large datasets of time series, and using such models to forecast new time
series that have not been seen during training:

.. toctree::
:maxdepth: 1

examples/14-transfer-learning.ipynb


Fast Fourier Transform
======================

Expand Down
2,265 changes: 2,265 additions & 0 deletions examples/14-transfer-learning.ipynb

Large diffs are not rendered by default.

0 comments on commit 76fcf53

Please sign in to comment.