We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729c519 commit 2c00b37Copy full SHA for 2c00b37
.gitignore
@@ -131,3 +131,4 @@ dmypy.json
131
132
data/
133
output/
134
+.DS_Store
README.md
@@ -76,5 +76,9 @@ Optional arguments:
76
* denoising autoencoder
77
* sparse autoencoder
78
79
+ ## Examples
80
+ You can find under the `examples` scripts to train the model in both cases:
81
+ * reconstruction: the dataset can be found [here](https://gist.github.com/JulesBelveze/99ecdbea62f81ce647b131e7badbb24a)
82
+ * forecasting: the dataset can be found [here](https://gist.github.com/JulesBelveze/e9997b9b0b68101029b461baf698bd72)
83
84
0 commit comments