万本电子书0元读

万本电子书0元读

顶部广告

Hands-On Java Deep Learning for Computer Vision电子书

售       价:¥

5人正在读 | 0人评论 9.8

作       者:Klevis Ramo

出  版  社:Packt Publishing

出版时间:2019-02-21

字       数:21.7万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Leverage the power of Java and deep learning to build production-grade Computer Vision applications Key Features * Build real-world Computer Vision applications using the power of neural networks * Implement image classification, object detection, and face recognition * Know best practices on effectively building and deploying deep learning models in Java Book Description Although machine learning is an exciting world to explore, you may feel confused by all of its theoretical aspects. As a Java developer, you will be used to telling the computer exactly what to do, instead of being shown how data is generated; this causes many developers to struggle to adapt to machine learning. The goal of this book is to walk you through the process of efficiently training machine learning and deep learning models for Computer Vision using the most up-to-date techniques. The book is designed to familiarize you with neural networks, enabling you to train them efficiently, customize existing state-of-the-art architectures, build real-world Java applications, and get great results in a short space of time. You will build real-world Computer Vision applications, ranging from a simple Java handwritten digit recognition model to real-time Java autonomous car driving systems and face recognition models. By the end of this book, you will have mastered the best practices and modern techniques needed to build advanced Computer Vision Java applications and achieve production-grade accuracy. What you will learn * Discover neural networks and their applications in Computer Vision * Explore the popular Java frameworks and libraries for deep learning * Build deep neural networks in Java * Implement an end-to-end image classification application in Java * Perform real-time video object detection using deep learning * Enhance performance and deploy applications for production Who this book is for This book is for data scientists, machine learning developers and deep learning practitioners with Java knowledge who want to implement machine learning and deep neural networks in the computer vision domain. You will need to have a basic knowledge of Java programming.
目录展开

Title Page

Copyright and Credits

Hands-On Java Deep Learning for Computer Vision

About Packt

Why subscribe?

Packt.com

Contributor

About the author

Packt is searching for authors like you

Preface

Who this book is for

What this book covers

To get the most out of this book

Download the example code files

Download the color images

Conventions used

Get in touch

Reviews

Introduction to Computer Vision and Training Neural Networks

The computer vision state

The importance of data in deep learning algorithms

Exploring neural networks

Building a single neuron

Building a single neuron with multiple outputs

Building a neural network

How does a neural network learn?

Learning neural network weights

Updating the neural network weights

Advantages of deep learning

Organizing data and applications

Organizing your data

Bias and variance

Computational model efficiency

Effective training techniques

Initializing the weights

Activation functions

Optimizing algorithms

Configuring the training parameters of the neural network

Representing images and outputs

Multiclass classification

Building a handwritten digit recognizer

Testing the performance of the neural network

Summary

Convolutional Neural Network Architectures

Understanding edge detection

What is edge detection?

Vertical edge detection

Horizontal edge detection

Edge detection intuition

Building a Java edge detection application

Types of filters

Basic coding

Convolution on RGB images

Working with convolutional layers' parameters

Padding

Stride

Pooling layers

Max pooling

Average pooling

Pooling on RGB images

Pooling characteristics

Building and training a Convolution Neural Network

Why convolution?

Improving the handwritten digit recognition application

Summary

Transfer Learning and Deep CNN Architectures

Working with classical networks

LeNet-5

AlexNet

VGG-16

Using residual networks for image recognition

Deep network performance

ResNet-50

The power of 1 x 1 convolutions and the inception network

Applying transfer learning

Neural networks

Building an animal image classification – using transfer learning and VGG-16 architecture

Summary

Real-Time Object Detection

Resolving object localization

Labeling and defining data for localization

Object localization prediction layer

Landmark detection

Object detection with the sliding window solution

Disadvantages of sliding windows

Convolutional sliding window

Detecting objects with the YOLO algorithm

Max suppression and anchor boxes

Max suppression

Anchor boxes

Building a real-time video, car, and pedestrian detection application

Architecture of the application

YOLO V2-optimized architecture

Coding the application

Summary

Creating Art with Neural Style Transfer

What are convolution network layers learning?

Neural style transfer

Minimizing the cost function

Applying content cost function

Applying style cost function

How to capture the style

Style cost function

Building a neural network that produces art

Summary

Face Recognition

Problems in face detection

Face verification versus face recognition

Face verification

Face recognition

One-shot learning problem

Similarity function

Differentiating inputs with Siamese networks

Learning with Siamese networks

Exploring triplet loss

Choosing the triplets

Binary classification

Binary classification cost function

Building a face recognition Java application

Summary

Other Books You May Enjoy

Leave a review - let other readers know what you think

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部