nitishsrivastava / deepnet

Implementation of some deep learning algorithms.
BSD 3-Clause "New" or "Revised" License
896 stars 438 forks source link

missing data imputation #91

Open aridasyafiandini opened 8 years ago

aridasyafiandini commented 8 years ago

Hi, I'd like to know if deep learning (multimodal architecture) can be used for missing data imputation. I've tried to train data with nan value (represent missing value) but I always got error reconstruction value 'nan' and so does the extracted data. How can I resolve this problem?

Thanks