Blog-on-Digital-Transformation

Text Prediction with TensorFlow and Long Short-Term Memory—in Six ...

May 11, 2017 | 0 Comments | Sophia Turol
Explore how TensorFlow helps at each step of text generation: building a vocabulary, converting text to word vectors, defining and training the model, etc.

Using Long Short-Term Memory Networks and TensorFlow for Image ...

April 21, 2017 | 0 Comments | Sophia Turol
Learn how to enable long short-term memory, convolutional neural, and recurrent neural networks on top of TensorFlow to describe what is shown in the picture.

The Magic Behind Google Translate: Sequence-to-Sequence Models and ...

April 11, 2017 | 0 Comments | Sophia Turol
This recap explains what it takes to read and batch sequence data, as well as which of the TensorFlow-based tools enable fully dynamic calculations.

Building a Keras-Based Image Classifier Using TensorFlow for a Back ...

April 10, 2017 | 0 Comments | Sophia Turol
Learn how to develop an image classifier with Keras on top of TensorFlow, tackle data overfitting, and achieve 90% of accuracy.

ML Toolkit for TensorFlow: Out-of-the-Box Algorithms to Boost Training Data by ...

March 31, 2017 | 0 Comments | Sophia Turol
Learn how Google uses k-means for unsupervised clustering of data, stochastic dual coordinate ascent for context optimization, WALS for recommendations, etc.

Ins and Outs of Integrating TensorFlow with Existing ...

March 30, 2017 | 0 Comments | Sophia Turol
The blog post scrutinizes three major phases—data preparation, training a model, and serving in production—to enable TensorFlow on top of current infrastructure.

Using TensorFlow to Compose Music Like the One of Bach or The ...

March 24, 2017 | 0 Comments | Sophia Turol
This blog post explores a TensorFlow-based tool capable of capturing human reactions, generating a story, and evaluating the output of generative models.

Deep Learning for Cybersecurity: Identifying Anomalies and Malicious ...

March 21, 2017 | 0 Comments | Sophia Turol
Learn how to treat categorical data, as well as use generative models and other means to enable better cybersecurity.

Natural Language Processing and TensorFlow Implementation Across ...

March 14, 2017 | 0 Comments | Sophia Turol
Being in the limelight of machine learning, TensorFlow is widely adopted in finance, healthcare, manufacturing, custom services, and other industries.

Optical Character Recognition with One-Shot Learning, RNN, and ...

March 9, 2017 | 5 Comments | Sophia Turol
Straightforwardly coded into Keras on top TensorFlow, a one-shot mechanism enables token extraction to pluck out information of interest from a data source.