Image Classification with Neural Network
Author(s): Mugunthan Originally published on Towards AI. Deep Learning A feedforward neural network is an artificial neural network wherein connections between the nodes do not form a cycle. As such, it is different from its descendant: recurrent neural networks. The feedforward neural …
Object Detection at the Edge With TF Lite Model-maker
Author(s): Konstantinos Poulinakis Originally published on Towards AI. Join Medium with my referral link – Konstantinos Poulinakis This member-only story is on us. Upgrade to access all of Medium. A comprehensive tutorial on object detection at the edge with Tensorflow Lite (TF …
Building Complex Image Augmentation Pipelines with Tensorflow
Author(s):Β Dimitre Oliveira Source:Β https://www.kaggle.com/docs/tpu Using the Tensorflow data module to build a complex image augmentation pipeline. If you want to train your models with Tensorflow in the most efficient way you probably should use TFRecordsΒ and theΒ Tensorflow data moduleΒ to build your pipelines, but depending …
Create Your Own Harry Potter Short Story Using RNNs and TensorFlow
Author(s): Amisha Jodhani Originally published on Towards AI. What is an RNN? Photo by Rae Tian on Unsplash Still, waiting for your Hogwarts letter? Want to enjoy the feast in the Great Hall? Explore the secret passages in Hogwarts?Buy your first wand …
What are the Sequences?
Author(s): Sanku Vishnu Darshan Originally published on Towards AI. The Vanishing Gradient Problem Photo by Icons8 team on Unsplash Hello, everyone, I welcome you to the Beginnerβs Series in Deep Learning with TensorFlow and Keras. This guide will help you understand the …
Beginnerβs guide to Timeseries Forecasting with LSTMs using TensorFlow and Keras
Author(s): Sanku Vishnu DarshanΒ A-Z explanation of the usage of Timeseries Data for forecasting Photo by Icons8 team onΒ Unsplash Hello, everyone. I welcome you to the Beginnerβs Series in Deep Learning with TensorFlow and Keras. This guide will help you understand the …
Classify Images of Clothing using Tensorflow
Author(s): Naina Chaturvedi Train a basic neural network model to classify images of clothing… Continue reading on Towards AIβββMultidisciplinary Science Journal Β» Published via Towards AI …
BatchNorm for Transfer Learning
Author(s): Michal Lukac Originally published on Towards AI. Making your networks to learn faster in TensorFlow 2+ source: Pexels There are still a lot of models that use Batch Normalization layers. If you would like to do transfer learning on such models, …
Baby Steps to TensorFlow
Author(s): Lawrence Alaso Krukrubo Originally published on Towards AI. Tutorial on Creating a Simple TensorFlow Model U+007C Towards AI Training your first Tensorflow based Neural Network model for Celsius to Fahrenheit conversion TensorFlow is an open-source machine learning library for research and …
Automate Testing of TensorFlow Lite Model Implementation
Author(s): Mirek Stanek Originally published on Towards AI. Making sure that your ML model works correctly on a mobile app (part 2) This post was originally published at thinkmobile.dev β a blog about implementing intelligent solutions in mobile apps (link to article). …