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 1
Neural Networks
Content Locked
Section 4
Implementing a One-Layer Neural Network
We have all the tools to implement a neural network that operates on real data. We will create a neural network with one layer that operates on the Iris dataset. - Load the Iris data and store the pedal length as the target value - Create an 80-20 train-test split