Explore >> Select a destination


You are here

tech.preferred.jp
| | jxmo.io
1.9 parsecs away

Travel
| | A primer on variational autoencoders (VAEs) culminating in a PyTorch implementation of a VAE with discrete latents.
| | tiao.io
1.9 parsecs away

Travel
| | An in-depth practical guide to variational encoders from a probabilistic perspective.
| | blog.keras.io
1.8 parsecs away

Travel
| | [AI summary] The text discusses various types of autoencoders and their applications. It starts with basic autoencoders, then moves to sparse autoencoders, deep autoencoders, and sequence-to-sequence autoencoders. The text also covers variational autoencoders (VAEs), explaining their structure and training process. It includes code examples for each type of autoencoder and mentions the use of tools like TensorBoard for visualization. The VAE section highlights how to generate new data samples and visualize the latent space. The text concludes with references and a note about the potential for further topics.
| | igorstechnoclub.com
4.3 parsecs away

Travel
| This week I learned something that finally made "transfer learning" click. I had always heard that you can hit strong accuracy fast by reusing a pretrain...