/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

danielegrattarola.github.io
| | blog.scottlogic.com
1.6 parsecs away

Travel
| | Recently I've been learning about Neural Networks and how they work. In this blog post I write a simple introduction in to some of the core concepts of a basic layered neural network.
| | aimatters.wordpress.com
1.9 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...
| | coornail.net
1.8 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.
| | cpury.github.io
8.6 parsecs away

Travel
| Learning how to produce Bible-like texts with Recurrent Neural Networks