Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: stacked autoencoder training
Post: stacked autoencoder training

I'm trying to train a dataset using stacked autoencoder. For this purpose, I used this code: import time import tensorflow as tf import numpy as np import readers import pre_precessing from app_flag...
JohnMarie Data Science 0 2,660 Feb-24-2019, 12:23 AM
    Thread: How to use a tfrecord file for training an autoencoder
Post: RE: How to use a tfrecord file for training an aut...

I used a tfrecord file to train the stacked autoencoder. My function is: import tensorflow as tf import numpy as np import readers import pre_precessing from app_flag import FLAGS from StackedAutoenco...
JohnMarie Data Science 6 4,665 Feb-22-2019, 06:35 PM
    Thread: How to use a tfrecord file for training an autoencoder
Post: RE: How to use a tfrecord file for training an aut...

I used a tfrecord file that containes only binary values. it is a numpy array.
JohnMarie Data Science 6 4,665 Feb-18-2019, 01:22 PM
    Thread: How to use a tfrecord file for training an autoencoder
Post: RE: How to use a tfrecord file for training an aut...

Thanks for your response. I try the two suggestions but I get the same error, I think that the problem is from input_dim=self.features.shape[1] given that I can't get the number of features from the t...
JohnMarie Data Science 6 4,665 Feb-17-2019, 05:19 PM
    Thread: How to use a tfrecord file for training an autoencoder
Post: How to use a tfrecord file for training an autoenc...

I don't know how to get the number of features from a tfrecord file to make them as input to a stacked autoencoder. I used the follwing function for stacked autoencoder: from __future__ import print_...
JohnMarie Data Science 6 4,665 Feb-17-2019, 04:05 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020