Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated broken links to juniper notebooks for chapter 18
  • Loading branch information
thebetauser authored Jan 29, 2022
1 parent 9926d7c commit 163ae15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 18_convolutional_neural_nets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@ An alternative approach converts a time series of alpha factors into a two-dimen

#### Creating the 2D time series of financial indicators

The notebook [engineer_cnn_features](05_engineer_cnn_features.ipynb) creates technical indicators at different intervals.
The notebook [engineer_cnn_features](05_cnn_for_trading_feature_engineering.ipynb) creates technical indicators at different intervals.

#### Select and cluster the most relevant features

The notebook [convert_cnn_features_to_image_format](06_convert_cnn_features_to_image_format.ipynb) selects the 15 most relevant features from the 20 candidates to fill the 15⨉15 input grid and then applies hierarchical clustering.
The notebook [convert_cnn_features_to_image_format](06_cnn_for_trading_features_to_clustered_image_format.ipynb) selects the 15 most relevant features from the 20 candidates to fill the 15⨉15 input grid and then applies hierarchical clustering.

#### Create and train a convolutional neural network

Expand Down

0 comments on commit 163ae15

Please sign in to comment.