deeptables.fe package

Submodules

deeptables.fe.dae module

class deeptables.fe.dae.DAE(encoder_units=(500, 500), feature_units=20, activation='relu', kernel_initializer='glorot_uniform', optimizer=<tensorflow.python.keras.optimizer_v2.adam.Adam object>, noise_rate=0)[source]

Bases: object

build_dae(X)[source]
build_dae2(X)[source]
fit(X, batch_size=128, epochs=1000)[source]
fit_transform(X, batch_size=128, epochs=1000)[source]
mix_generator(x, batch_size, swaprate=0.15, shuffle=True)[source]
x_generator(x, batch_size, shuffle=True)[source]

Module contents