Skip to content

Commit

Permalink
move francois to convolutional autoencode
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4tomxu98 committed May 22, 2022
1 parent 3629dde commit 9836220
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2,051 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added 2-layer-ae-LBGM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion autoencoder-classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,8 @@
"source": [
"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",
"\n",
"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."
"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",
"![Illustrative Diagram on This Approach](2-layer-ae-LBGM.png)"
]
},
{
Expand Down
2,050 changes: 0 additions & 2,050 deletions francois-chollet.ipynb

This file was deleted.

Binary file modified whats-cooking/autoencoder_compress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified whats-cooking/encoder.h5
Binary file not shown.
Binary file modified whats-cooking/encoder_compress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9836220

Please sign in to comment.