/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

glowingpython.blogspot.com
| | coornail.net
1.3 parsecs away

Travel
| | Neural networks are a powerful tool in machine learning that can be trained to perform a wide range of tasks, from image classification to natural language processing. In this blog post, well explore how to teach a neural network to add together two numbers. You can also think about this article as a tutorial for tensorflow.
| | tcode2k16.github.io
1.4 parsecs away

Travel
| | a random blog about cybersecurity and programming
| | aimatters.wordpress.com
1.2 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...
| | saturncloud.io
9.3 parsecs away

Travel
| By combining Dask and PyTorch you can easily speed up training a model across a cluster of GPUs. But how much of a benefit does that bring? This blog post finds out!