/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.paepper.com
| | aimatters.wordpress.com
0.7 parsecs away

Travel
| | A few weeks ago, it was announced that Keras would be getting official Google support and would become part of the TensorFlow machine learning library. Keras is a collectionof high-level APIs in Python for creating and training neural networks, using either Theano or TensorFlow as the underlying engine. Given my previous posts on implementing an...
| | zserge.com
0.7 parsecs away

Travel
| | Neural network and deep learning introduction for those who skipped the math class but wants to follow the trend
| | www.jeremymorgan.com
0.8 parsecs away

Travel
| | Want to learn about PyTorch? Of course you do. This tutorial covers PyTorch basics, creating a simple neural network, and applying it to classify handwritten digits.
| | yang-song.net
8.8 parsecs away

Travel
| This blog post focuses on a promising new direction for generative modeling. We can learn score functions (gradients of log probability density functions) on a large number of noise-perturbed data distributions, then generate samples with Langevin-type sampling. The resulting generative models, often called score-based generative models, has several important advantages over existing model families: GAN-level sample quality without adversarial training, flexible model architectures, exact log-likelihood ...