Skip to content

reginasar/DL_models_TF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Models

Under construction 🛠️

Some models I've played with, using TensorFlow.

Autoencoder

A convolutional autoencoder. Unsupervised algorithm that takes an image as input, encodes it into a lower-dimension space and aims to decode/reconstruct the initial image.

Open In Colab

  • Training: ae_train.py
  • Model: models/ae_CNN.py
  • Configuration: config/ae.yaml

Variational Autoencoder

Same as with the autoencoder, switching the 'variational' variable to True (in the configuration file or in the fourth colab cell). In this case the inputs are encoded to parametrs that describe a variational distribution, allowing to sample from it after training to generate new data.

Contrastive Learning (SimCLR)

U-net

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published