Book Image

Advanced Predictive Techniques with Scikit-Learn and TensorFlow [Video]

By : Alvaro Fuentes
Book Image

Advanced Predictive Techniques with Scikit-Learn and TensorFlow [Video]

By: Alvaro Fuentes

Overview of this book

Ensemble methods offer a powerful way to improve prediction accuracy by combining in a clever way predictions from many individual predictors. In this course, you will learn how to use ensemble methods to improve accuracy in classification and regression problems. When using Predictive Analytics to solve actual problems, besides models and algorithms there are many other practical considerations that must be considered like which features should I use, how many features are enough, should I create new features, how to combine features to give the same underlying information, which hyper-parameters should I use? We explore topics that will help you answer such questions. Artificial Neural Networks are models loosely based on how neural networks work in a living being. These models have a long history in the Artificial Intelligence community with ups and downs in popularity. Nowadays, because of the increase in computational power, improved methods, and software enhancements, they are popular again and are the basis for advanced approaches such as Deep Learning. This course introduces the use of Deep Learning models for Predictive Analytics using the powerful TensorFlow library.
Table of Contents (5 chapters)
Chapter 4
Introduction to Artificial Neural Networks and TensorFlow
Content Locked
Section 2
Elements of a Deep Neural Network Model
Explain how to go from one single layer of perceptrons to a multi-layer model (deep model) then give a general overview of all the elements that need to be considered to train these types of models. - Explain how to add layers to a single-layer model - List the main characteristics of a deep learning model - Describe at a high level all the elements of a deep learning model