Explore >> Select a destination


You are here

matthewearl.github.io
| | kevinlynagh.com
3.1 parsecs away

Travel
| | [AI summary] The author discusses their experience developing a simple neural network for sensor data processing on a microcontroller, highlighting challenges with quantization and inference optimization.
| | coornail.net
3.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.
| | aimatters.wordpress.com
3.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...
| | mccormickml.com
12.7 parsecs away

Travel
| This tutorial covers the skip gram neural network architecture for Word2Vec. My intention with this tutorial was to skip over the usual introductory and abst...