Deep
CtrlK
  • Introduction
  • First Chapter
  • LSTM - 1. encoder
  • LSTM - 2. decode_training_set
  • Symbolic Reasoning
  • GAN & VA
  • Unsupervised 1 - traditional
  • Unsupervised 2 - Autoencoder
  • Torch - Basic n NN Basic
  • Torch - nn
  • Torch - nn - Save/Load & STATE_DICT
  • Torch - cnn
  • TF
  • Trick_1
  • Trick_2
  • Trick_TODO
  • F1
  • Save & restore
  • GRAPH 1
  • GRAPH 2
  • Spark RDD
  • Secure AI
  • FasterRCNN
  • Terms
  • HandsonML 8. Dimension Reduction
  • HandsonML 9. Unsupervised Learning
Powered by GitBook
On this page
  • Introduction
  • Difference to Autoencoder and RBMS

Was this helpful?

GAN & VA

Introduction

GAN and VA are for unsupervised learning.

Not to map input to output, but understand structure of inputs.

Difference to Autoencoder and RBMS

Autoencoders & RBMS also learn structures, but to improve supervise learning.

PreviousSymbolic ReasoningNextUnsupervised 1 - traditional

Last updated 5 years ago

Was this helpful?