Explore >> Select a destination


You are here

cpury.github.io
| | coornail.net
2.1 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.
| | dennybritz.com
2.4 parsecs away

Travel
| | Recurrent Neural Networks (RNNs) are popular models that have shown great promise in manyNLP tasks.
| | www.v7labs.com
1.8 parsecs away

Travel
| | Recurrent neural networks (RNNs) are well-suited for processing sequences of data. Explore different types of RNNs and how they work.
| | aimatters.wordpress.com
10.8 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...