caglar / autoencoders

Implementation of several different types of autoencoders
116 stars 54 forks source link

Update ae.py #3

Open madan-ram opened 9 years ago

madan-ram commented 9 years ago

I was reading your code as a reference. Then I found that you are converting array to list for converting it to floatX dtype, but is is much efficient not to convert to list then to array rather we can directly convert to floatX. I have also added corruption quantity.

veinpy commented 8 years ago

Why did you add corruption_quantity in ae.py file?