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 3
Clustering Using K-Means
TensorFlow can also be used to implement iterative clustering algorithms such as k-means. In this video, we show an example of using k-means on the iris dataset. - Load some PCA tools from sklearn - Set the groups, generations, and create the variables we need for the graph - Calculate the group average to get the new centroid