Skip to content

Commit

Permalink
Second commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoBr96 committed Mar 2, 2024
1 parent edfd0a2 commit d4675a3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ We now provide the typical structure of a folder before an experiment's run:
├── README.md
├── data
│   └── nasdaq
│   ├── raw_data
│    ├── raw_data
│   ├── <Stock1_Name>
│   └──<Stock1_Name>
│   ├── scaled_data
│   └── <Stock1_Name>
│    ├── scaled_data
│   ├── test
│   ├── training
│   └── validation
│   └── unscaled_data
│    └── unscaled_data
│   ├── test
│   ├── training
│   └── validation
Expand All @@ -82,26 +82,26 @@ We now provide the typical structure of a folder before an experiment's run:
├── main.py
├── models
│   ├── AxialLob
│   └──axiallob.py
│   └── axiallob.py
│   ├── CNN1
│   └──cnn1.py
│   └── cnn1.py
│   ├── CNN2
│   └──cnn2.py
│   └── cnn2.py
│   ├── DeepLob
│   └──deeplob.py
│   └── deeplob.py
│   ├── DLA
│   └──DLA.py
│   └── DLA.py
│   ├── iTransformer
│   └──itransformer.py
│   └── itransformer.py
│   ├── LobTransformer
│   └──lobtransformer.py
│   └── lobtransformer.py
│   ├── TABL
│   ├──bin_nn.py
│   ├── bin_nn.py
│   ├── bin_tabl.py
│   ├──bl_layer.py
│   └──tabl_layer.py
│   ├── bl_layer.py
│   └── tabl_layer.py
│   ├── Transformer
│   └──transformer.py
│   └── transformer.py
├── optimizers
│   ├── executor.py
│   └── lightning_batch_gd.py
Expand Down

0 comments on commit d4675a3

Please sign in to comment.