Explore >> Select a destination


You are here

tcode2k16.github.io
| | igorstechnoclub.com
1.8 parsecs away

Travel
| | This week I learned something that finally made "transfer learning" click. I had always heard that you can hit strong accuracy fast by reusing a pretrain...
| | coornail.net
0.9 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.
| | aimatters.wordpress.com
0.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...
| | www.v7labs.com
8.9 parsecs away

Travel
| A neural network activation function is a function that is applied to the output of a neuron. Learn about different types of activation functions and how they work.