Use continuous feature values
Hi ,
I'm have been trying to use GAE model with my data. Everything is working fine however it is not reaching high accuracy. One thing I noticed is different from the original data used in this project, Is that the original feature data in the feature matrix is in the form of one-hot encoding ( 0s and 1s ). Meanwhile that feature data in my feature matrix is of continuous nature between 0 and 1 ( i.e. 0.3256 , 0.5612 , 0.9851 .. etc.). Is there any additional changes or preprocessing I should make to the model/data to get a better performance ?
I would appreciate any thoughts on that.
thank you.
Hi friend, i use the continuous feature values too, have you improve the accuracy or find some problems? may be we can discuss about it.