This is the code repository for Keras 2.x Projects, published by Packt.
9 projects demonstrating faster experimentation of neural network and deep learning applications using Keras
Keras 2.x Projects 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.
This book covers the following exciting features: Apply regression methods to your data and understand how the regression algorithm works Understand the basic concepts of classification methods and how to implement them in the Keras environment Import and organize data for neural network classification analysis Learn about the role of rectified linear units in the Keras network architecture Implement a recurrent neural network to classify the sentiment of sentences from movie reviews Set the embedding layer and the tensor sizes of a network
If you feel this book is for you, get your copy today!
All of the code is organized into folders. For example, Chapter02.
The code will look like the following:
import autokeras as ak
clf = ak.ImageClassifier()
clf.fit(x_train, y_train)
results = clf.predict(x_test)
Following is what you need for this book: If you are a data scientist, machine learning engineer, deep learning practitioner or an AI engineer who wants to build speedy intelligent applications with minimal lines of codes, then this book is the best fit for you. Sound knowledge of machine learning and basic familiarity with Keras library would be useful.
With the following software and hardware list you can run all code files present in the book (Chapter 1-11).
Chapter | Software required | OS required |
---|---|---|
All | Python 3.6 or higher | Windows, Mac OS X, and Linux (Any) |
All | Keras | Windows, Mac OS X, and Linux (Any) |
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.
Giuseppe Ciaburro holds a PhD in environmental technical physics and two master's degrees. His research was focused on machine learning applications in the study of urban sound environments. He works at Built Environment Control Laboratory—Università degli Studi della Campania Luigi Vanvitelli (Italy). He has over 15 years of professional experience in programming (Python, R, and MATLAB), first in the field of combustion and then in acoustics and noise control. He has several publications to his credit.
Click here if you have any feedback or suggestions.