Skip to content

Commit ca324a0

Browse files
authored
Update Introduction_TSA.md
1 parent 1fefe6f commit ca324a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Introduction_TSA.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Contents
88
- [Time Series to Supervised Learning Problem](#time-series-to-supervised-learning-problem)
99
- [Deep Learning for Time Series Forecasting](#deep-learning-for-time-series-forecasting)
1010

11-
## 1. Taxonomy of Time Series Analysis Domain
11+
## Taxonomy of Time Series Analysis Domain
1212

1313
Topics:
1414

@@ -109,7 +109,7 @@ The number of variables may differ between the inputs and outputs, e.g. the data
109109
---
110110

111111

112-
## 2. Best Practices for Forecasting Model Development
112+
## Best Practices for Forecasting Model Development
113113

114114
Topics:
115115

@@ -339,7 +339,7 @@ Hyperparameters:
339339

340340
---
341341

342-
## 4. Time Series to Supervised Learning Problem
342+
## Time Series to Supervised Learning Problem
343343

344344
Time series forecasting can be framed as a supervised learning problem. This re-framing of your time series data allows you access to the suite of standard linear and nonlinear machine learning algorithms on your problem.
345345

@@ -464,7 +464,7 @@ There are several ways to prepare the time series data for supervised machine le
464464
---
465465

466466

467-
## 5. Deep Learning for Time Series Forecasting
467+
## Deep Learning for Time Series Forecasting
468468

469469
Deep learning neural networks are able to automatically learn arbitrary complex mappings from inputs to outputs and support multiple inputs and outputs. These are powerful features that offer a lot of promise for time series forecasting, particularly on problems with complex-nonlinear dependencies, multivalent inputs, and multi-step forecasting. These features along with the capabilities of more modern neural networks may offer great promise such as the automatic feature learning provided by convolutional neural networks and the native support for sequence data in recurrent neural networks.
470470

0 commit comments

Comments
 (0)