MCPcopy Create free account

hub / github.com/Nana0606/autoencoder / functions

Functions16 in github.com/Nana0606/autoencoder

↓ 2 callersFunctionshow_images
plot the images. :param decode_images: the images after decoding :param x_test: testing data :return:
autoencoder/denoising_autoencoder.py:80
↓ 1 callersFunctionadd_noise
add noise. :return:
autoencoder/denoising_autoencoder.py:55
↓ 1 callersFunctionplot_accuray
plot the accuracy and loss line. :param history_record: :return:
autoencoder/conv_autoencoder.py:60
↓ 1 callersFunctionplot_representation
plot the hidden result. :param encode_images: the images after encoding :param y_test: the label. :return:
autoencoder/stack_autoencoder.py:54
↓ 1 callersFunctionplot_representation
plot the hidden result. :param encode_images: the images after encoding :param y_test: the label. :return:
autoencoder/denoising_autoencoder.py:68
↓ 1 callersFunctionplot_representation
plot the hidden result. :param encode_images: the images after encoding :param y_test: the label. :return:
autoencoder/autoencoder.py:48
↓ 1 callersFunctionplot_representation
plot the hidden result. :param encode_images: the images after encoding :param y_test: the label. :return:
autoencoder/sparse_autoencoder.py:56
↓ 1 callersFunctionshow_images
plot the images. :param decode_images: the images after decoding :param x_test: testing data :return:
autoencoder/stack_autoencoder.py:66
↓ 1 callersFunctionshow_images
plot the images. :param decode_images: the images after decoding :param x_test: testing data :return:
autoencoder/autoencoder.py:60
↓ 1 callersFunctionshow_images
plot the images. :param decode_images: the images after decoding :param x_test: testing data :return:
autoencoder/sparse_autoencoder.py:68
↓ 1 callersFunctionshow_images
plot the images. :param decode_images: the images after decoding :param x_test: testing data :return:
autoencoder/conv_autoencoder.py:78
↓ 1 callersFunctiontrain
(x_train)
autoencoder/stack_autoencoder.py:25
↓ 1 callersFunctiontrain
(x_train_noisy, x_train)
autoencoder/denoising_autoencoder.py:26
↓ 1 callersFunctiontrain
build autoencoder. :param x_train: the train data :return: encoder and decoder
autoencoder/autoencoder.py:22
↓ 1 callersFunctiontrain
(x_train)
autoencoder/sparse_autoencoder.py:25
↓ 1 callersFunctiontrain
build autoencoder. :param x_train: the train data :return: encoder and decoder
autoencoder/conv_autoencoder.py:23