SkillAgentSearch skills...

Ladder

Implementation of Ladder Network in PyTorch.

Install / Use

/learn @abhiskk/Ladder
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ladder

Implementation of Ladder Network and Stacked Denoising Autoencoder in PyTorch.

Requirements

Training ladder

  1. Run python utils/mnist_data.py to create the MNIST dataset.

  2. Run the following command to train the ladder network:

  • python ladder/ladder.py --batch 100 --epochs 20 --noise_std 0.2 --data_dir data

Status: The unsupervised loss starts at a high value because of which the network overfits the unsupervised loss and the supervised performance is bad. Current best accuracy on MNIST validation set using 3000 labelled and 47000 unlabelled examples: 98.33%.

View on GitHub
GitHub Stars45
CategoryEducation
Updated2y ago
Forks15

Languages

Python

Security Score

80/100

Audited on Mar 6, 2024

No findings