CuriousAI / ladder

Ladder network is a deep learning algorithm that combines supervised and unsupervised learning
MIT License
516 stars 142 forks source link

The test error curve on Cifar10. #25

Open yqweixiang opened 7 years ago

yqweixiang commented 7 years ago

Can someone show me the test error curve of the Ladder on Cifar10 dataset with 4000 labeled training? I wrote the code with Tensorflow, and got the accuracy of 78% with 20 epoch, and I can almost get the accuracy of 75% after 6 epoch. So, I just want to check if the results are similar. Many Thanks. The Figure shown bellow is my result. ladder.pdf

yqweixiang commented 7 years ago

image

Chromer163 commented 7 years ago

Do you know where is the test error on mnist?