Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How you save the NN inputs from the autoencoder ? #1

Open
abhisekbakshi opened this issue Apr 10, 2020 · 0 comments
Open

How you save the NN inputs from the autoencoder ? #1

abhisekbakshi opened this issue Apr 10, 2020 · 0 comments

Comments

@abhisekbakshi
Copy link

After analyzing your code thoroughly I understood that the Autoencoders have extracted the high-level features that act as input to the fully connected layers. Both of the autoencoders have extracted 64 feathers of the drugs and proteins. However, you have read a train and a test file containing the concatenation of the 64 features of each autoencoder. Thus NN input size is 128. Unfortunately, I could not understand how the file is created. In other words, how the features are extracted from the encoder's output and concatenated. Please help me to understand this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant