Deploy Gluon models to AWS DeepLens using a simple Python API

Deploy Gluon models to AWS DeepLens using a simple Python API

  • March 13, 2018
Table of Contents

Deploy Gluon models to AWS DeepLens using a simple Python API

Today we are excited to announce that you can deploy your custom models trained using Gluon to your AWS DeepLens. Gluon is an open source deep learning interface which allows developers of all skill levels to prototype, build, train, and deploy sophisticated machine learning models for the cloud, devices at the edge, and mobile apps.

Source: amazon.com

Tags :
Share :
comments powered by Disqus

Related Posts

Paper repro: “Self-Normalizing Neural Networks”

Paper repro: “Self-Normalizing Neural Networks”

SNNs are really cool: their goal is to create neural networks in which, if the input of any layer is normally distributed, the output will automatically also be normally distributed. This is amazing because normalizing the output of layers is known to be a very efficient way to improve the performance of neural networks, but the current ways to do it (eg BatchNorm) basically involve weird hacks, while in SNN the normalization is an intrinsic part of the mathematics of the neural net.

Read More