|
Showing 1 - 6 of
6 matches in All Departments
"The first edition of Deep Learning with Python is one of the best
books on the subject. The second edition made it even better." -
Todd Cook The bestseller revised! Deep Learning with Python, Second
Edition is a comprehensive introduction to the field of deep
learning using Python and the powerful Keras library. Written by
Google AI researcher Francois Chollet, the creator of Keras, this
revised edition has been updated with new chapters, new tools, and
cutting-edge techniques drawn from the latest research. You'll
build your understanding through practical examples and intuitive
explanations that make the complexities of deep learning accessible
and understandable. about the technology Machine learning has made
remarkable progress in recent years. We've gone from near-unusable
speech recognition, to near-human accuracy. From machines that
couldn't beat a serious Go player, to defeating a world champion.
Medical imaging diagnostics, weather forecasting, and natural
language question answering have suddenly become tractable
problems. Behind this progress is deep learning-a combination of
engineering advances, best practices, and theory that enables a
wealth of previously impossible smart applications across every
industry sector about the book Deep Learning with Python introduces
the field of deep learning using the Python language and the
powerful Keras library. You'll learn directly from the creator of
Keras, Francois Chollet, building your understanding through
intuitive explanations and practical examples. Updated from the
original bestseller with over 50% new content, this second edition
includes new chapters, cutting-edge innovations, and coverage of
the very latest deep learning tools. You'll explore challenging
concepts and practice with applications in computer vision,
natural-language processing, and generative models. By the time you
finish, you'll have the knowledge and hands-on skills to apply deep
learning in your own projects. what's inside Deep learning from
first principles Image-classification, imagine segmentation, and
object detection Deep learning for natural language processing
Timeseries forecasting Neural style transfer, text generation, and
image generation about the reader Readers need intermediate Python
skills. No previous experience with Keras, TensorFlow, or machine
learning is required. about the author Francois Chollet works on
deep learning at Google in Mountain View, CA. He is the creator of
the Keras deep-learning library, as well as a contributor to the
TensorFlow machine-learning framework. He also does AI research,
with a focus on abstraction and reasoning. His papers have been
published at major conferences in the field, including the
Conference on Computer Vision and Pattern Recognition (CVPR), the
Conference and Workshop on Neural Information Processing Systems
(NIPS), the International Conference on Learning Representations
(ICLR), and others.
Deep learning from the ground up using R and the powerful Keras
library! In Deep Learning with R, Second Edition you will learn:
Deep learning from first principles Image classification and image
segmentation Time series forecasting Text classification and
machine translation Text generation, neural style transfer, and
image generation Deep Learning with R, Second Edition shows you how
to put deep learning into action. It's based on the revised new
edition of Francois Chollet's bestselling Deep Learning with
Python. All code and examples have been expertly translated to the
R language by Tomasz Kalinowski, who maintains the Keras and
Tensorflow R packages at RStudio. Novices and experienced ML
practitioners will love the expert insights, practical techniques,
and important theory for building neural networks. about the
technology Deep learning has become essential knowledge for data
scientists, researchers, and software developers. The R language
APIs for Keras and TensorFlow put deep learning within reach for
all R users, even if they have no experience with advanced machine
learning or neural networks. This book shows you how to get started
on core DL tasks like computer vision, natural language processing,
and more using R. what's inside Image classification and image
segmentation Time series forecasting Text classification and
machine translation Text generation, neural style transfer, and
image generation about the reader For readers with intermediate R
skills. No previous experience with Keras, TensorFlow, or deep
learning is required.
Deep learning has transformed the fields of computer vision, image
processing, and natural language applications. Thanks to
TensorFlow.js, now JavaScript developers can build deep learning
apps without relying on Python or R. Deep Learning with JavaScript
shows developers how they can bring DL technology to the web.
Written by the main authors of the TensorFlow library, this new
book provides fascinating use cases and in-depth instruction for
deep learning apps in JavaScript in your browser or on Node.
Deploying computer vision, audio, and natural language processing
in the browser Fine-tuning machine learning models with client-side
data Constructing and training a neural network Interactive AI for
browser games using deep reinforcement learning Generative neural
networks to generate music and pictures TensorFlow.js is an
open-source JavaScript library for defining, training, and
deploying deep learning models to the web browser. It's quickly
gaining popularity with developers for its amazing set of benefits
including scalability, responsiveness, modularity, and portability.
Shanging Cai and Eric Nielsen are senior software engineers on the
Google Brain team. Stan Bileschi is the technical lead for Google's
TensorFlow Usability team, which built the TensorFlow Layers API.
All three have advanced degrees from MIT. Together, they're
responsible for writing most of TensorFlow.js.
DESCRIPTION Deep learning is applicable to a widening range of
artificial intelligence problems, such as image classification,
speech recognition, text classification, question answering,
text-to-speech, and optical character recognition. Deep Learning
with Python is structured around a series of practical code
examples that illustrate each new concept introduced and
demonstrate best practices. By the time you reach the end of this
book, you will have become a Keras expert and will be able to apply
deep learning in your own projects. KEY FEATURES • Practical code
examples • In-depth introduction to Keras • Teaches the
difference between Deep Learning and AI ABOUT THE TECHNOLOGY Deep
learning is the technology behind photo tagging systems at Facebook
and Google, self-driving cars, speech recognition systems on your
smartphone, and much more. AUTHOR BIO Francois Chollet is the
author of Keras, one of the most widely used libraries for deep
learning in Python. He has been working with deep neural networks
since 2012. Francois is currently doing deep learning research at
Google. He blogs about deep learning at blog.keras.io.
This revision of Manning's popular The Quick Python Book offers a
clear, crisp introduction to the elegant Python programming
language and its famously easy-to-read syntax. After exploring
Python's syntax, control flow, and basic data structures, the book
shows how to create, test, and deploy full applications and larger
code libraries. It addresses established Python features as well as
the advanced object-oriented options available in Python 3. This
edition covers 5 years' worth of minor updates to the language, and
the last 5 chapters have been reworked to be data based project
work. Key features: * Clear introduction * Completely up-to-date *
Hands-on experience The book is aimed at readers who know
programming but for whom the Python language is new. About the
Technology: Python is a true cross-platform language. It can be
used to develop small applications and rapid prototypes, but scales
well to permit development of large programs. It comes with a
powerful and easy-to-use graphical user interface (GUI) toolkit,
web programming libraries and more. And it's free!
Build cutting edge machine and deep learning systems for the lab,
production, and mobile devices Key Features Understand the
fundamentals of deep learning and machine learning through clear
explanations and extensive code samples Implement graph neural
networks, transformers using Hugging Face and TensorFlow Hub, and
joint and contrastive learning Learn cutting-edge machine and deep
learning techniques Book DescriptionDeep Learning with TensorFlow
and Keras teaches you neural networks and deep learning techniques
using TensorFlow (TF) and Keras. You'll learn how to write deep
learning applications in the most powerful, popular, and scalable
machine learning stack available. TensorFlow 2.x focuses on
simplicity and ease of use, with updates like eager execution,
intuitive higher-level APIs based on Keras, and flexible model
building on any platform. This book uses the latest TF 2.0 features
and libraries to present an overview of supervised and unsupervised
machine learning models and provides a comprehensive analysis of
deep learning and reinforcement learning models using practical
examples for the cloud, mobile, and large production environments.
This book also shows you how to create neural networks with
TensorFlow, runs through popular algorithms (regression,
convolutional neural networks (CNNs), transformers, generative
adversarial networks (GANs), recurrent neural networks (RNNs),
natural language processing (NLP), and graph neural networks
(GNNs)), covers working example apps, and then dives into TF in
production, TF mobile, and TensorFlow with AutoML. What you will
learn Learn how to use the popular GNNs with TensorFlow to carry
out graph mining tasks Discover the world of transformers, from
pretraining to fine-tuning to evaluating them Apply self-supervised
learning to natural language processing, computer vision, and audio
signal processing Combine probabilistic and deep learning models
using TensorFlow Probability Train your models on the cloud and put
TF to work in real environments Build machine learning and deep
learning systems with TensorFlow 2.x and the Keras API Who this
book is forThis hands-on machine learning book is for Python
developers and data scientists who want to build machine learning
and deep learning systems with TensorFlow. This book gives you the
theory and practice required to use Keras, TensorFlow, and AutoML
to build machine learning systems. Some machine learning knowledge
would be useful. We don't assume TF knowledge.
|
You may like...
Not available
Loot
Nadine Gordimer
Paperback
(2)
R205
R168
Discovery Miles 1 680
Loot
Nadine Gordimer
Paperback
(2)
R205
R168
Discovery Miles 1 680
Loot
Nadine Gordimer
Paperback
(2)
R205
R168
Discovery Miles 1 680
|