Book Image

TensorFlow for Neural Network Solutions [Video]

By : Nick McClure
Book Image

TensorFlow for Neural Network Solutions [Video]

By: Nick McClure

Overview of this book

<p>TensorFlow is an open source software library for Machine Intelligence. The independent solutions in this video course will teach you how to use TensorFlow for complex data computations and will let you dig deeper and gain more insights into your data than ever before. You’ll work through video on training models, model evaluation, sentiment analysis, regression analysis, clustering analysis, artificial neural networks, and deep learning – each using Google’s machine learning library TensorFlow.This guide covers important high-level concepts such as neural networks, CNN, RNN, and NLP. Once you are familiar and comfortable with the TensorFlow ecosystem, the last section will show you how to take it to production. Once you are familiar and comfortable with the TensorFlow ecosystem, the last section will show you how to take it to production.</p> <p>All the code and supporting files for this course are available on Github at:<br /><a style="color: #fa8d11;" href="https://github.com/PacktPublishing/TensorFlow-for-Neural-Network-Solutions" target="blank">https://github.com/PacktPublishing/TensorFlow-for-Neural-Network-Solutions</a></p> <h1>Style and Approach</h1> <p>This video course takes a solution-based approach where every topic is explicated with the help of a real-world example.</p>
Table of Contents (6 chapters)
Chapter 6
More with TensorFlow
Content Locked
Section 2
Working with a Genetic Algorithm
Working with a Genetic Algorithm TensorFlow can also be used to update any iterative algorithm that we can express in a computational graph. One such iterative algorithm is a genetic algorithm, an optimization procedure. - Set the parameters of the genetic algorithm - Initialize the graph session and create the ground truth function - Calculate the population fitness