# tensorflow-ladder **Repository Path**: mirrors_floatdrop/tensorflow-ladder ## Basic Information - **Project Name**: tensorflow-ladder - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Implementation of the Ladder network algorithm. I wrote this as an exercise when learning TensorFlow, and I never got really good results with it. I leave it here as an inspiration to others, but be warned that this may not be a good reference for neither Ladder network nor idiomatic TensorFlow code. For a working TensorFlow Ladder, I urge you to take a look at [Rinu's implementation](https://github.com/rinuboney/ladder). The code is based on the following: - The paper [_Semi-Supervised Learning with Ladder Networks_](http://arxiv.org/abs/1507.02672) by A Rasmus, H Valpola, M Honkala, M Berglund, and T Raiko. - [Theano implementation](https://github.com/CuriousAI/ladder) used in the above paper