Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/instillai/machine-learning-course
/ ae.py
File
ae.py
code/deep_learning/autoencoder/ae.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# An undercomplete autoencoder on MNIST dataset
2
from
__future__
import
division, print_function, absolute_import
3
import
tensorflow.contrib.layers
as
lays
4
Callers
nothing calls this directly
Calls
2
autoencoder
Function · 0.85
resize_batch
Function · 0.85
Tested by
no test coverage detected