Book Image

Tensorflow Solutions for Data [Video]

By : Will Ballard
Book Image

Tensorflow Solutions for Data [Video]

By: Will Ballard

Overview of this book

<p><span id="description" class="sugar_field">In this video you'll work with categorical data to predict loan performance. Categorical, structured data often appears in spreadsheets and relational databases, common data sources in business. This technique can be used to effectively predict performance or detect potential fraud.</span></p> <p><span id="description" class="sugar_field">You will also work with recurrent neural networks, which generate realistic test and placeholder data. This is useful to fill in systems with synthetic test data to simulate load and test the breadth of a working system andpredict one column from the others.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"> <span id="trade_selling_points_c" class="sugar_field">This course takes a step-by-step approach, helping you explore all the functioning of TensorFlow.</span></span></p>
Table of Contents (4 chapters)
Chapter 3
Table Classification Service
Content Locked
Section 4
Prediction Server in Docker Containers
In this Video, we will learn how to package a runnable machine learning service in Docker. - Create a command line server for you model - Create a Dockerfile to service your model - Build the Docker container