TensorFlow: Speed Up NumPy by over 10,000x with GPUs
Author(s): Louis Chan Originally published on Towards AI. Code Photo by Marc-Olivier Jodoin on Unsplash If you have used Python for any data processing, you have most likely used NumPy (short for Numerical Python). It provides a rich arsenal of complex data …
Writing TFRecord Files the Right Way
Author(s): Dimitre Oliveira Originally published on Towards AI. Machine Learning How to properly generate TFRecord files from your datasets The TFRecord format is a simple format for storing a sequence of binary records. In this post you will learn why and when …
Why Tensorflow is a great choice for building projects powered by Computer Vision
Author(s): Nour Islam Mokhtari Originally published on Towards AI. Explained by an AI engineer who works on Computer Vision applications Join hundreds of subscribers to my weekly newsletter if youβre interested in learning and staying up-to-date with whatβs happening in the field …
TensorFlow to CoreML Conversion and Model Inspection
Author(s): Mirek Stanek Originally published on Towards AI. Converting TF models to CoreML, an iOS-friendly format This post was originally published at thinkmobile.dev β a blog about implementing intelligent solutions in mobile apps (link to article). While TensorFlow Lite seems to be …
Build TensorFlow Lite Model with Firebase AutoML Vision Edge
Author(s): Mirek Stanek Originally published on Towards AI. Train first image classification model with Firebase ML Kit This post was originally published at thinkmobile.dev β a blog about implementing intelligent solutions in mobile apps (link to article). For more than a year …
Exploring Deep Dream using Tensorflow 2.0
Author(s): Abhinav Prakash Originally published on Towards AI. Diving Into Deep Dream using Tensorflow U+007C Towards AI Deep Dream Using Tensorflow My image which generated by Deep Dream. Whenever any person hears about Deep Learning or Neural Network the things which first …
Tf.estimator, a Tensorflow High-level API
Author(s): Abhinav Prakash Originally published on Towards AI. Now Tensorflow 2.0 has been officially released and itβs having two high-level deep learning APIs.The first one is tf.keras and another one is tf.estimator. You can see the list of TensorFlowβs Python API in …
Free ObjDetection API from EazyMind
Author(s): amr zaki Originally published on Towards AI. Object Detection Tutorial, Part I U+007C Towards AI This tutorial series goes through the different APIs that EazyMind (an Ai-As-A-Service platform) offers. EazyMind offers multiple AI services for Free; Obj Detection is one of …
Sentiment Prediction of Google Play Store Reviews with Tensorflow 2.0
Author(s): Juan Manuel Ciro Torres Originally published on Towards AI. Photo by Austin Distel on Unsplash How to train your own algorithm to classify the sentiment of the reviews of your app from scratch You spend hours and hours creating your app, …
Tensorflow Cheat Sheet: Say Hi to Deep Learning!
Author(s): Gencay I. Originally published on Towards AI. Simplify Your Deep Learning Journey with Our Comprehensive TensorFlow Cheat Sheet for Python. – Created in Canvas- Image by Author Are you looking to master deep learning with TensorFlow? Whether youβre a beginner or …
Using a Keras Tuner for Hyperparameter Tuning of a TensorFlow Model
Author(s): Rashida Nasrin Sucky Originally published on Towards AI. Use of Hyperband Tuner with Complete Code Photo by Will Francis on Unsplash TensorFlow can be highly efficient, but the process of finding the right parameters can be very tiring and tedious. On …
TensorFlow OCR Model for Reading Captchas
Author(s): Rokas Liuberskis Originally published on Towards AI. Training a Custom OCR for Captcha Image Text Extraction with TensorFlow and CTC Loss Function: A Step-by-Step Guide. Using the mltu Library to Simplify the Process https://www.youtube.com/embed/z_6P0PilBmM The Most Advanced Data Science Roadmaps Youβve …
Text Classification using Bag of Words and TF-IDF with TensorFlow
Author(s): Chetan Ambi Originally published on Towards AI. Bag of Words model Image by author Table of Contents Β· OverviewΒ· Quick recapΒ· Import librariesΒ· Import dataset and EDAΒ· Train test split Β· Text feature extractionΒ· Model β Bag of Words model β …
A Beginnerβs Guide to Building a Conditional GAN.
Author(s): Pere Martra Originally published on Towards AI. A comprehensive guide to creating conditional GANs with TensorFlow, Python and Keras for imaging generation. Image generated by author using Dall.E 2 A GAN can be used to make images similar to those of …