|
Showing 1 - 18 of
18 matches in All Departments
Learn Anthos directly from the Google development team! Anthos
delivers a consistent management platform for deploying and
operating Linux and Windows applications anywhere—multicloud,
edge, on-prem, bare metal, or VMware. In Google Anthos in
Action you will learn: How Anthos reduces your dependencies
and stack-bloat Running applications across multiple clouds and
platforms Handling different workloads and data Adding automation
to speed up code delivery Modernizing infrastructure with
microservices and Service Mesh Policy management for enterprises
Security and observability at scale In a cloud-centric world, all
deployment is becoming hybrid deployment. Anthos is a modern,
Kubernetes-based cloud platform that enables you to run your
software in multicloud, hybrid, or on-premises deployments using
the same operations tools and approach. With powerful automation
features, it boosts your efficiency along the whole development
lifecycle. Google Anthos in Action demystifies Anthos
with practical examples of Anthos at work and invaluable insights
from the Google team that built it. about the technology Anthos is
built on a simple concept: write once, and run anywhere—whether
that’s on-prem, in any public cloud, on the edge, or all three.
As the first truly multicloud platform from a major provider,
Anthos was designed with the practical goals of balancing cost,
efficiency, security, and performance. Anthos lets you simplify
your stack, deliver software faster with cloud-native tooling, and
automatically integrate high levels of security into your
deployments. about the book Google Anthos in Action comes
directly from the Anthos team at Google. This comprehensive book
takes a true DevOps mindset, considering Google-tested patterns for
how an application is designed, built, deployed, managed,
monitored, and scaled. Developers will love how having a consistent
platform across clouds brings a massive performance boost by
standardizing the application across deployment targets, as well as
how Anthos makes it easy to modernize legacy applications to cloud
native infrastructure. Operations pros will appreciate how simple
it is to integrate Anthos with CI/CD pipelines, automate security
and policy management, and work with enterprise-level Kubernetes.
Each concept is fully illustrated with exercises and hands-on
examples, so you can see the power of Anthos in action. RETAIL
SELLING POINTS  • How Anthos reduces your
dependencies and stack-bloat • Running applications across
multiple clouds and platforms • Handling different
workloads and data • Adding automation to speed up code
delivery • Modernizing infrastructure with microservices
and Service Mesh • Policy management for
enterprises • Security and observability at scaleÂ
AUDIENCEÂ For software and cloud engineers with knowledge of
Kubernetes.
Take your NLP knowledge to the next level by working with
start-of-the-art transformer models and problem-solving real-world
use cases, harnessing the strengths of Hugging Face, OpenAI,
AllenNLP, and Google Trax Key Features Pretrain a BERT-based model
from scratch using Hugging Face Fine-tune powerful transformer
models, including OpenAI's GPT-3, to learn the logic of your data
Perform root cause analysis on hard NLP problems Book
DescriptionTransformers are...well...transforming the world of AI.
There are many platforms and models out there, but which ones best
suit your needs? Transformers for Natural Language Processing, 2nd
Edition, guides you through the world of transformers, highlighting
the strengths of different models and platforms, while teaching you
the problem-solving skills you need to tackle model weaknesses.
You'll use Hugging Face to pretrain a RoBERTa model from scratch,
from building the dataset to defining the data collator to training
the model. If you're looking to fine-tune a pretrained model,
including GPT-3, then Transformers for Natural Language Processing,
2nd Edition, shows you how with step-by-step guides. The book
investigates machine translations, speech-to-text, text-to-speech,
question-answering, and many more NLP tasks. It provides techniques
to solve hard language problems and may even help with fake news
anxiety (read chapter 13 for more details). You'll see how
cutting-edge platforms, such as OpenAI, have taken transformers
beyond language into computer vision tasks and code creation using
Codex. By the end of this book, you'll know how transformers work
and how to implement them and resolve issues like an AI detective!
What you will learn Find out how ViT and CLIP label images
(including blurry ones!) and create images from a sentence using
DALL-E Discover new techniques to investigate complex language
problems Compare and contrast the results of GPT-3 against T5,
GPT-2, and BERT-based transformers Carry out sentiment analysis,
text summarization, casual speech analysis, machine translations,
and more using TensorFlow, PyTorch, and GPT-3 Measure the
productivity of key transformers to define their scope, potential,
and limits in production Who this book is forIf you want to learn
about and apply transformers to your natural language (and image)
data, this book is for you. A good understanding of NLP, Python,
and deep learning is required to benefit most from this book. Many
platforms covered in this book provide interactive user interfaces,
which allow readers with a general interest in NLP and AI to follow
several chapters of this book.
|
Deep Learning with TensorFlow 2 and Keras - Regression, ConvNets, GANs, RNNs, NLP, and more with TensorFlow 2 and the Keras API, 2nd Edition (Paperback, 2nd Revised edition)
Antonio Gulli, Amita Kapoor, Sujit Pal
|
R1,078
Discovery Miles 10 780
|
Ships in 10 - 15 working days
|
Build machine and deep learning systems with the newly released
TensorFlow 2 and Keras for the lab, production, and mobile devices
Key Features Introduces and then uses TensorFlow 2 and Keras right
from the start Teaches key machine and deep learning techniques
Understand the fundamentals of deep learning and machine learning
through clear explanations and extensive code samples Book
DescriptionDeep Learning with TensorFlow 2 and Keras, Second
Edition teaches neural networks and deep learning techniques
alongside 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 is the machine
learning library of choice for professional applications, while
Keras offers a simple and powerful Python API for accessing
TensorFlow. TensorFlow 2 provides full Keras integration, making
advanced machine learning easier and more convenient than ever
before. This book also introduces neural networks with TensorFlow,
runs through the main applications (regression, ConvNets (CNNs),
GANs, RNNs, NLP), covers two working example apps, and then dives
into TF in production, TF mobile, and using TensorFlow with AutoML.
What you will learn Build machine learning and deep learning
systems with TensorFlow 2 and the Keras API Use Regression
analysis, the most popular approach to machine learning Understand
ConvNets (convolutional neural networks) and how they are essential
for deep learning systems such as image classifiers Use GANs
(generative adversarial networks) to create new data that fits with
existing patterns Discover RNNs (recurrent neural networks) that
can process sequences of input intelligently, using one part of a
sequence to correctly interpret another Apply deep learning to
natural human language and interpret natural language texts to
produce an appropriate response Train your models on the cloud and
put TF to work in real environments Explore how Google tools can
automate simple ML workflows without the need for complex modeling
Who this book is forThis 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 2, and AutoML to build
machine learning systems. Some knowledge of machine learning is
expected.
Take the next step in implementing various common and not-so-common
neural networks with Tensorflow 1.x About This Book * Skill up and
implement tricky neural networks using Google's TensorFlow 1.x * An
easy-to-follow guide that lets you explore reinforcement learning,
GANs, autoencoders, multilayer perceptrons and more. * Hands-on
recipes to work with Tensorflow on desktop, mobile, and cloud
environment Who This Book Is For This book is intended for data
analysts, data scientists, machine learning practitioners and deep
learning enthusiasts who want to perform deep learning tasks on a
regular basis and are looking for a handy guide they can refer to.
People who are slightly familiar with neural networks, and now want
to gain expertise in working with different types of neural
networks and datasets, will find this book quite useful. What You
Will Learn * Install TensorFlow and use it for CPU and GPU
operations * Implement DNNs and apply them to solve different
AI-driven problems. * Leverage different data sets such as MNIST,
CIFAR-10, and Youtube8m with TensorFlow and learn how to access and
use them in your code. * Use TensorBoard to understand neural
network architectures, optimize the learning process, and peek
inside the neural network black box. * Use different regression
techniques for prediction and classification problems * Build
single and multilayer perceptrons in TensorFlow * Implement CNN and
RNN in TensorFlow, and use it to solve real-world use cases. *
Learn how restricted Boltzmann Machines can be used to recommend
movies. * Understand the implementation of Autoencoders and deep
belief networks, and use them for emotion detection. * Master the
different reinforcement learning methods to implement game playing
agents. * GANs and their implementation using TensorFlow. In Detail
Deep neural networks (DNNs) have achieved a lot of success in the
field of computer vision, speech recognition, and natural language
processing. The entire world is filled with excitement about how
deep networks are revolutionizing artificial intelligence. This
exciting recipe-based guide will take you from the realm of DNN
theory to implementing them practically to solve the real-life
problems in artificial intelligence domain. In this book, you will
learn how to efficiently use TensorFlow, Google's open source
framework for deep learning. You will implement different deep
learning networks such as Convolutional Neural Networks (CNNs),
Recurrent Neural Networks (RNNs), Deep Q-learning Networks (DQNs),
and Generative Adversarial Networks (GANs) with easy to follow
independent recipes. You will learn how to make Keras as backend
with TensorFlow. With a problem-solution approach, you will
understand how to implement different deep neural architectures to
carry out complex tasks at work. You will learn the performance of
different DNNs on some popularly used data sets such as MNIST,
CIFAR-10, Youtube8m, and more. You will not only learn about the
different mobile and embedded platforms supported by TensorFlow but
also how to set up cloud platforms for deep learning applications.
Get a sneak peek of TPU architecture and how they will affect DNN
future. By using crisp, no-nonsense recipes, you will become an
expert in implementing deep learning techniques in growing
real-world applications and research areas such as reinforcement
learning, GANs, autoencoders and more. Style and approach This book
consists of hands-on recipes where you'll deal with real-world
problems. You'll execute a series of tasks as you walk through data
mining challenges using TensorFlow 1.x. Your one-stop solution for
common and not-so-common pain points, this is a book that you must
have on the shelf.
A collection of Design Patterns implemented in C++
Get to grips with the basics of Keras to implement fast and
efficient deep-learning models About This Book * Implement various
deep-learning algorithms in Keras and see how deep-learning can be
used in games * See how various deep-learning models and practical
use-cases can be implemented using Keras * A practical, hands-on
guide with real-world examples to give you a strong foundation in
Keras Who This Book Is For If you are a data scientist with
experience in machine learning or an AI programmer with some
exposure to neural networks, you will find this book a useful entry
point to deep-learning with Keras. A knowledge of Python is
required for this book. What You Will Learn * Optimize step-by-step
functions on a large neural network using the Backpropagation
Algorithm * Fine-tune a neural network to improve the quality of
results * Use deep learning for image and audio processing * Use
Recursive Neural Tensor Networks (RNTNs) to outperform standard
word embedding in special cases * Identify problems for which
Recurrent Neural Network (RNN) solutions are suitable * Explore the
process required to implement Autoencoders * Evolve a deep neural
network using reinforcement learning In Detail This book starts by
introducing you to supervised learning algorithms such as simple
linear regression, the classical multilayer perceptron and more
sophisticated deep convolutional networks. You will also explore
image processing with recognition of hand written digit images,
classification of images into different categories, and advanced
objects recognition with related image annotations. An example of
identification of salient points for face detection is also
provided. Next you will be introduced to Recurrent Networks, which
are optimized for processing sequence data such as text, audio or
time series. Following that, you will learn about unsupervised
learning algorithms such as Autoencoders and the very popular
Generative Adversarial Networks (GAN). You will also explore
non-traditional uses of neural networks as Style Transfer. Finally,
you will look at Reinforcement Learning and its application to AI
game playing, another popular direction of research and application
of neural networks. Style and approach This book is an
easy-to-follow guide full of examples and real-world applications
to help you gain an in-depth understanding of Keras. This book will
showcase more than twenty working Deep Neural Networks coded in
Python using Keras.
Bits is the second of a series of 25 Chapters devoted to
algorithms, problem solving, and C++ programming. This book is
about low level bit programming
This book presents a collection of Dynamic programming problems,
their solution, and the C++ code related to them.
This book investigates several research problems which arise in
modern Web Information Retrieval. First of all we consider the fact
that there are many situations where a flat list of ten search
results are not enough, and that the users might desire to have a
larger number of results grouped on-the-fly in folders of similar
topics. In this book, we describe Snaket, a hierarchical clustering
meta-search engine which personalizes searches according to the
clusters selected on-the-fly by users. Second, we consider those
situations where users might desire to access fresh information
such as news articles. We present a new ranking algorithm suitable
for ranking those fresh type of information. Third, we will discuss
numerical methodologies for accelerating the ranking methodologies
used in Web Search. An important achievement for this book is that
we show how to address the above predominant issues of Web
Information Retrieval by using clustering and ranking
methodologies. We demonstrate that both clustering and ranking have
a mutual reinforcement property that has not yet been studied
intensively.
|
You may like...
Wonka
Timothee Chalamet
Blu-ray disc
R250
Discovery Miles 2 500
Snyman's Criminal Law
Kallie Snyman, Shannon Vaughn Hoctor
Paperback
R1,463
R1,290
Discovery Miles 12 900
|