Posts tagged "Deep Learning"
3 posts
Maithili Script Recognition — IOE Bachelor's AI Project (Pulchowk Campus)
 **TRIBHUVAN UNIVERSITY — INSTITUTE OF ENGINEERING
AutoEncoder
In this notebook you will find how autoencoders are trained in TensorFlow (Keras). This notebook covers two different types of encoder: a normal **Auto Encoder** and a **Denoising Auto Encoder**. ##
Unsupervised Learning
## VAE Types ### Auto Encoder This is like a simple generative algorithm in which one model is used to reduce the data (like simple compression) and another is used to expand it back (like a decomp