Skip to content

Keras #17

Description

@benam2

Hi,

Again thanks for sharing your code. You linked to the keras version of this implementation. Are you sure that version is valid?

I went through it and I dont know why the way he/she calculated mean and sigma is the same. Could you please comment on this?

The Keras repository is read only thats why I could not open an issue there. I just want to know if you think the same as me that the implementation is not correct or am I missing somethin.

x = Input(batch_shape=(batch_size, V)) h = Dense(num_hidden, activation='softplus')(x) h = Dense(num_hidden, activation='softplus')(h) z_mean = BatchNormalization()(Dense(num_topic)(h)) z_log_var = BatchNormalization()(Dense(num_topic)(h))

Thanks for taking the time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions