Explore >> Select a destination


You are here

andrejusb.blogspot.com
| | golb.hplar.ch
2.5 parsecs away

Travel
| | [AI summary] The article describes the implementation of a neural network in Java and JavaScript for digit recognition using the MNIST dataset, covering forward and backpropagation processes.
| | aimatters.wordpress.com
2.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...
| | coornail.net
1.7 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.
| | swethatanamala.github.io
10.2 parsecs away

Travel
| The authors developed a straightforward application of the Long Short-Term Memory (LSTM) architecture which can solve English to French translation.