Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions aeon/classification/deep_learning/_fcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ class FCNClassifier(BaseDeepClassifier):

References
----------
.. [1] Zhao et. al, Convolutional neural networks for time series classification,
Journal of Systems Engineering and Electronics, 28(1):2017.
.. [1] Z. Wang, W. Yan and T. Oates, "Time series classification from scratch
with deep neural networks: A strong baseline," 2017 International Joint Conference
on Neural Networks (IJCNN), Anchorage, AK, USA, 2017, pp. 1578-1585.

Examples
--------
Expand Down