Skip to content

Commit 9836220

Browse files
committed
move francois to convolutional autoencode
1 parent 3629dde commit 9836220

7 files changed

+2
-2051
lines changed

.DS_Store

0 Bytes
Binary file not shown.

2-layer-ae-LBGM.png

338 KB
Loading

autoencoder-classification.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,8 @@
861861
"source": [
862862
"We would hope and expect that a logistic regression model fit on an encoded version of the input to achieve better accuracy for the encoding to be considered useful. We can update the example to first encode the data using the encoder model trained in the previous section.\n",
863863
"\n",
864-
"First, we can load the trained encoder model from the file. We can then use the encoder to transform the raw input data (e.g. 100 columns) into bottleneck vectors (e.g. 50 element vectors). This process can be applied to the train and test datasets."
864+
"First, we can load the trained encoder model from the file. We can then use the encoder to transform the raw input data (e.g. 100 columns) into bottleneck vectors (e.g. 50 element vectors). This process can be applied to the train and test datasets.\n",
865+
"![Illustrative Diagram on This Approach](2-layer-ae-LBGM.png)"
865866
]
866867
},
867868
{

francois-chollet.ipynb

-2,050
This file was deleted.
-6.98 KB
Loading

whats-cooking/encoder.h5

-22 MB
Binary file not shown.

whats-cooking/encoder_compress.png

-15.3 KB
Loading

0 commit comments

Comments
 (0)