Explore >> Select a destination


You are here

blog.tensorflow.org
| | matthewrocklin.com
4.1 parsecs away

Travel
| | [AI summary] The post details an experiment combining Dask and TensorFlow for distributed deep learning, covering hyperparameter searches, data preprocessing, and a parameter server setup for training on MNIST data.
| | blog.otoro.net
4.0 parsecs away

Travel
| |
| | www.moxleystratton.com
3.6 parsecs away

Travel
| |
| | blog.keras.io
19.5 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.