• Complain

Luis Capelo [Luis Capelo] - Beginning Application Development with TensorFlow and Keras

Here you can read online Luis Capelo [Luis Capelo] - Beginning Application Development with TensorFlow and Keras full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2018, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Luis Capelo [Luis Capelo] Beginning Application Development with TensorFlow and Keras
  • Book:
    Beginning Application Development with TensorFlow and Keras
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2018
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Beginning Application Development with TensorFlow and Keras: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Beginning Application Development with TensorFlow and Keras" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

You need much more than imagination to predict earthquakes and detect brain cancer cells. Become an expert in designing and deploying TensorFlow and Keras models, and generate insightful predictions with the power of deep learning.

About This Book
  • Cover the basics of neural networks and choose the right model architecture
  • Make predictions with a trained model and get to grips with TensorBoard
  • Evaluate metrics and techniques and deploy a model as a web application
Who This Book Is For

This book is ideal for experienced developers, analysts, or a data scientists, who want to develop applications using TensorFlow and Keras. This rapid hands-on course quickly shows you how to get to grips with TensorFlow in the context of real-world application development. We assume that you are familiar with Python and have a basic knowledge of web application development. If you have a background in linear algebra, probability, and statistics, you will easily grasp concepts that are discussed in the book.

What You Will Learn
  • Set up a deep learning programming environment
  • Explore the common components of a neural network and its essential operations
  • Prepare data for a deep learning model- Deploy model as an interactive web application, with Flask and a HTTP API
  • Use Keras, a TensorFlow abstraction library
  • Explore the types of problems addressed by neural networks
In Detail

With this book, youll learn how to train, evaluate and deploy Tensorflow and Keras models as real-world web applications. After a hands-on introduction, youll use a sample model to explore the details of deep learning, selecting the right layers that can solve a given problem. By the end of the book, youll build a Bitcoin application that predicts the future price, based on historic, and freely available information.

Style and approach

This step-by-step guide will explore common, and not so common, deep neural networks and show how these can be exploited in the real world with complex raw data. With the help of practical examples, you will learn how to implement different types of neural nets to build smart applications related to text, speech, and image data processing.

Downloading the example code for this book You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.

Luis Capelo [Luis Capelo]: author's other books


Who wrote Beginning Application Development with TensorFlow and Keras? Find out the surname, the name of the author of the book and a list of all author's works by series.

Beginning Application Development with TensorFlow and Keras — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Beginning Application Development with TensorFlow and Keras" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Index
A
  • accuracy functions
    • using /
  • activation functions
    • about /
  • active training environment
    • creating /
  • AlphaGo algorithm
    • about /
  • Artificial Neural Networks
    • about /
B
  • backpropagation /
    • about /
  • Bitcoin dataset
    • exploring /
    • preparing, for model /
  • Bitcoin model
    • evaluating /
C
  • CIFAR dataset
    • about /
    • reference /
  • class Model()
    • about /
  • CoinMarketCap() class /
  • common architectures, deep learning
    • about /
    • convolutional neural networks /
  • contemporary neural network practice
    • about /
  • convolution /
  • convolutional layer
    • about /
  • Convolutional Neural Network /
  • convolutional neural networks (CNNs)
    • about /
  • cryptonic
    • about /
    • using /
    • deploying /
  • cryptonic application
    • about /
    • MODEL_NAME /
    • BITCOIN_START_DATE /
    • PERIOD_SIZE /
    • EPOCHS /
  • custom neural network
    • training /
D
  • data
    • and model, separating /
  • data augmentation /
  • data component
    • about /
  • data normalization
    • about /
  • deep learning
    • about /
    • limitations /
    • environment, configuring /
    • model architecture, selecting /
    • common architectures /
  • deep learning application
    • deploying /
  • deep learning model
    • optimizing /
  • deep learning system
    • about /
    • assembling /
  • DRL architecture
    • about /
  • dropout strategy
    • about /
    • implementing /
E
  • epochs
    • about /
    • implementing /
  • error rates
    • using /
  • ethical considerations /
  • examples, neural networks
    • self-driving vehicles /
    • image recognition /
  • existing model
    • re-training /
F
  • Fetching Real-Time Data /
  • forget gate
    • about /
  • fully connected layers
    • about /
G
  • generative adversarial networks (GANs)
    • about /
  • Graphic Processing Units (GPUs) /
H
  • hidden layers, neural networks
    • about /
  • Hyperbolic Tangent (Tanh)
    • about /
  • hyperparameter
    • about /
  • hyperparameter optimization
    • about /
    • layers, adding /
    • nodes, adding /
    • layers, implementing /
    • epochs, adding /
    • epochs, implementing /
    • activation functions /
    • linear functions /
    • Hyperbolic Tangent (Tanh) /
    • Rectified Linear Unit /
    • regularization strategies /
    • optimization results /
    • optimization strategies, implementing /
I
  • inherent bias /
J
  • Jupyter Notebooks
    • about /
K
  • Keras
    • about /
    • using, as TensorFlow interface /
    • model components /
L
  • L2 regularization
    • about /
  • layers categories, neural networks
    • input /
    • hidden /
    • output /
  • linear functions
    • about /
    • using /
  • long-short term memory (LSTM) networks
    • about /
  • loss functions
    • about /
    • common loss functions /
    • using /
  • LSTM model
    • predictions /
    • predictions, interpreting /
M
  • maximum normalization
    • about /
  • minimum normalization
    • about /
  • MNIST dataset
    • about /
    • reference /
  • model
    • deploying, as web application /
  • Model() class /
  • model component
    • about /
    • build() /
    • train() /
    • evaluate() /
    • save() /
    • predict() /
  • model evaluation
    • about /
  • model evaluation metrics
    • implementing /
N
  • neural network graph
    • exploring /
  • neural networks
    • about /
    • applications /
    • examples /
    • working /
    • function approximation /
    • common components /
    • operations /
    • layers categories /
    • training, with TensorFlow /
    • evaluating, in MNIST dataset /
    • training /
    • time-series data, reshaping /
    • overfitting /
  • new data
    • handling /
    • dealing with /
  • new model
    • training /
  • Numpy
    • about /
O
  • optimization results
    • about /
  • optimization strategies
    • implementing /
  • overfitting
    • about /
P
  • Pandas
    • about /
  • parameters
    • about /
  • point-relative normalization
    • about /
  • predictions
    • making /
    • denormalizing /
  • problem
    • structuring /
  • problem categories
    • classification /
    • regression /
  • Python 3
    • about /
R
  • Rectified Linear Unit (ReLUs)
    • about /
    • implementing /
  • recurrent neural networks (RNNs)
    • about /
  • regularization strategies
    • about /
    • L2 regularization /
    • dropout /
  • representation learning
    • about /
S
  • software components, deep learning
    • Python 3 /
    • TensorFlow /
    • Keras /
    • TensorBoard /
    • Jupyter Notebooks /
    • Pandas /
    • Numpy /
    • verifying /
T
  • TensorBoard
    • about /
    • using /
  • TensorFlow
    • about /
  • TensorFlow model
    • creating, with Keras /
  • TensorFlow Playground application
    • about /
  • Tensor Processing Units (TPUs) /
  • time-series data
    • reshaping /
  • trained neural network
    • exploring /
  • Transformer
    • about /
  • Transformer algorithm
    • about /
Z
  • Z-score
    • about /
Chapter 1. Introduction to Neural Networks and Deep Learning

In this lesson, we will cover the basics of neural networks and how to set up a deep learning programming environment. We will also explore the common components of a neural network and its essential operations. We will conclude this lesson by exploring a trained neural network created using TensorFlow.

This lesson is about understanding what neural networks can do. We will not cover mathematical concepts underlying deep learning algorithms, but will instead describe the essential pieces that make a deep learning system. We will also look at examples where neural networks have been used to solve real-world problems.

This lesson will give you a practical intuition on how to engineer systems that use neural networks to solve problemsincluding how to determine if a given problem can be solved at all with such algorithms. At its core, this lesson challenges you to think about your problem as a mathematical representation of ideas. By the end of this lesson, you will be able to think about a problem as a collection of these representations and then start to recognize how these representations may be learned by deep learning algorithms.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Beginning Application Development with TensorFlow and Keras»

Look at similar books to Beginning Application Development with TensorFlow and Keras. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Beginning Application Development with TensorFlow and Keras»

Discussion, reviews of the book Beginning Application Development with TensorFlow and Keras and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.