Book Image

Practical Projects with Keras 2.X

By : Barbora stetinova
Book Image

Practical Projects with Keras 2.X

By: Barbora stetinova

Overview of this book

Keras is a user-friendly, modular, and intuitive neural network library that enables you to experiment with deep neural networks. Practical Projects with Keras 2.x explains how to leverage the power of Keras to build and train state-of-the-art deep learning models through a series of practical projects that look at a range of real-world application areas. You'll begin by exploring concepts underlying regression, such as the differences between simple and multiple regression and algebraically representing a multiple linear regression problem. Moving on, you'll discover various classification techniques, such as Naive Bayes and Mixture Gaussian, and use these to solve practical problems. The course ends by teaching you the basic concepts of multilayer neural networks and how to implement them in Keras environment. By the end of this course, you will have the knowledge you need to train your own deep learning models to solve different kinds of problems.
Table of Contents (3 chapters)
Chapter 1
Modeling Real Estate Using Regression Analysis
Content Locked
Section 4
Defining a Regression Problem
Regression analysis is the starting point in data science. This is because regression models represent the most well-understood models in numerical simulation. Once we experience the workings of regression models, we will be able to understand all other machine learning algorithms. Regression models are easily interpretable as they are based on solid mathematical bases. In the following lessons, we will see that linear regression allows us to derive a mathematical formula that's representative of the corresponding model. Perhaps this is why such techniques are extremely easy to understand. Here are the topics that we will cover now: - Regression Analysis - Purpose of Regression - Applications of Regression - Basic Regression Concepts - Different Types of Regression - Multivariate Regression