Bøker
Continuity And Change | Torsten Madsen | Språk: Engelsk708,-775,Continuity And Change | Torsten Madsen | Språk: EngelskPublished: May 8, 2026 07:09Other BrandBøker
Silver Economies, Monetisation And Society In Scandinavia, Ad 800-1100 | Språk: Engelsk558,-610,Silver Economies, Monetisation And Society In Scandinavia, Ad 800-1100 | Språk: EngelskPublished: May 8, 2026 07:09Other BrandBøker
Hands-On Neural Networks with TensorFlow 2.0419,-449,A comprehensive guide to developing neural network-based solutions using TensorFlow 2.0Key FeaturesUnderstand the basics of machine learning and discover the power of neural networks and deep learningExplore the structure of the TensorFlow framework and understand how to transition to TF 2.0Solve any deep learning problem by developing neural network-based solutions using TF 2.0Book DescriptionTensorFlow, the most popular and widely used machine learning framework, has made it possible for almost anyone to develop machine learning solutions with ease. With TensorFlow (TF) 2.0, you'll explore a revamped framework structure, offering a wide variety of new features aimed at improving productivity and ease of use for developers. This book covers machine learning with a focus on developing neural network-based solutions. You'll start by getting familiar with the concepts and techniques required to build solutions to deep learning problems. As you advance, you’ll learn how to create classifiers, build object detection and semantic segmentation networks, train generative models, and speed up the development process using TF 2.0 tools such as TensorFlow Datasets and TensorFlow Hub. By the end of this TensorFlow book, you'll be ready to solve any machine learning problem by developing solutions using TF 2.0 and putting them into production.What you will learnGrasp machine learning and neural network techniques to solve challenging tasksApply the new features of TF 2.0 to speed up developmentUse TensorFlow Datasets (tfds) and the tf.data API to build high-efficiency data input pipelinesPerform transfer learning and fine-tuning with TensorFlow HubDefine and train networks to solve object detection and semantic segmentation problemsTrain Generative Adversarial Networks (GANs) to generate images and data distributionsUse the SavedModel file format to put a model, or a generic computational graph, into productionWho this book is forIf you're a developer who wants to get started with machine learning and TensorFlow, or a data scientist interested in developing neural network solutions in TF 2.0, this book is for you. Experienced machine learning engineers who want to master the new features of the TensorFlow framework will also find this book useful. Basic knowledge of calculus and a strong understanding of Python programming will help you grasp the topics covered in this book.Published: May 8, 2026 08:02Other BrandBøker
Hands-On System Programming with C++499,-589,A hands-on guide to making system programming with C++ easyKey FeaturesWrite system-level code leveraging C++17Learn the internals of the Linux Application Binary Interface (ABI) and apply it to system programmingExplore C++ concurrency to take advantage of server-level constructsBook DescriptionC++ is a general-purpose programming language with a bias toward system programming as it provides ready access to hardware-level resources, efficient compilation, and a versatile approach to higher-level abstractions. This book will help you understand the benefits of system programming with C++17. You will gain a firm understanding of various C, C++, and POSIX standards, as well as their respective system types for both C++ and POSIX. After a brief refresher on C++, Resource Acquisition Is Initialization (RAII), and the new C++ Guideline Support Library (GSL), you will learn to program Linux and Unix systems along with process management. As you progress through the chapters, you will become acquainted with C++'s support for IO. You will then study various memory management methods, including a chapter on allocators and how they benefit system programming. You will also explore how to program file input and output and learn about POSIX sockets. This book will help you get to grips with safely setting up a UDP and TCP server/client. Finally, you will be guided through Unix time interfaces, multithreading, and error handling with C++ exceptions. By the end of this book, you will be comfortable with using C++ to program high-quality systems. What you will learnUnderstand the benefits of using C++ for system programmingProgram Linux/Unix systems using C++Discover the advantages of Resource Acquisition Is Initialization (RAII)Program both console and file input and outputUncover the POSIX socket APIs and understand how to program themExplore advanced system programming topics, such as C++ allocatorsUse POSIX and C++ threads to program concurrent systemsGrasp how C++ can be used to create performant system applicationsWho this book is forIf you are a fresh developer with intermediate knowledge of C++ but little or no knowledge of Unix and Linux system programming, this book will help you learn system programming with C++ in a practical way.Published: May 8, 2026 08:02Other BrandBøker
Getting Started with Kubernetes449,-499,Schedule and run application containers using KubernetesKey FeaturesGet to grips with a wide range of tools to monitor and secure your deploymentsManage your container clusters and networks using KubernetesGet well-versed with the fundamentals of KubernetesBook DescriptionKubernetes has continued to grow and achieve broad adoption across various industries, helping you to orchestrate and automate container deployments on a massive scale. Based on the recent release of Kubernetes 1.12, Getting Started with Kubernetes gives you a complete understanding of how to install a Kubernetes cluster. The book focuses on core Kubernetes constructs, such as pods, services, replica sets, replication controllers, and labels. You will understand cluster-level networking in Kubernetes, and learn to set up external access to applications running in the cluster. As you make your way through the book, you'll understand how to manage deployments and perform updates with minimal downtime. In addition to this, you will explore operational aspects of Kubernetes , such as monitoring and logging, later moving on to advanced concepts such as container security and cluster federation. You'll get to grips with integrating your build pipeline and deployments within a Kubernetes cluster, and be able to understand and interact with open source projects. In the concluding chapters, you'll orchestrate updates behind the scenes, avoid downtime on your cluster, and deal with underlying cloud provider instability within your cluster. By the end of this book, you'll have a complete understanding of the Kubernetes platform and will start deploying applications on it.What you will learnDownload, install, and configure the Kubernetes code baseSet up and access monitoring and logging for Kubernetes clustersSet up external access to applications running in the clusterLearn how to manage and scale kubernetes with hosted platforms on AWS, Azure, and GCPRun multiple clusters and manage them from a single control planeDiscover top tools for deploying and managing a Kubernetes clusterLearn how to get production ready and harden Kubernetes operations, networking, and storageWho this book is forGetting Started with Kubernetes is for developers, system administrators, and DevOps engineers who want to automate the deployment process and scale their applications. No prior knowledge of Kubernetes is required.Published: May 8, 2026 08:02Other BrandBøker
Industrial Internet Application Development529,-589,Your practical guide to designing, building, managing, and operating Industrial Internet of Things (IIoT) applicationsKey FeaturesBuild IIoT applications and deploy them on Platform as a Service (PaaS)Learn data analytics techniques using Spark and TensorFlow for IIoT developmentUnderstand Predix services to accelerate your IIoT application developmentBook DescriptionThe Industrial Internet refers to the integration of complex physical machines with networked sensors and software. The growth in the number of sensors used in industrial machinery has led to an exponential increase in data being captured for predictive analytics. Industrial Internet Application Development is a practical guide for developers who want to create applications that leverage the full capabilities of IIoT. You will get started by learning how to develop your first IIoT application and understanding its deployment and security. Once you’re familiar with what IIoT is, you will move on to exploring Edge Development along with the analytics aspect of the IIoT stack. In later chapters, you’ll get to grips with the deployment of IIoT applications on the Predix platform. As you cover these concepts, you’ll be able to identify key elements of the development framework and understand their importance while considering architecture and design for IIoT applications. By the end of this book, you will have the skills you need to deploy IIoT applications on the Predix platform and incorporate best practices for developing fault-tolerant and reliable IIoT systems.What you will learnConnect prototype devices to CloudStore data in IIoT applicationsExplore data management techniques and their implementationDeploy analytics and visualize the outcomes as alertsImplement continuous deployment using Docker and Cloud FoundryMake your applications fault-tolerant and monitor them with the New Relic toolLearn to build an interface with SalesForceWho this book is forThis book is for software developers, architects, product managers, and executives who are looking to gain insights into Industrial Internet application development. Basic knowledge of any popular programming language such as Python will be helpful.Published: May 8, 2026 08:02Other BrandBøker
Practical Big Data Analytics469,-499,Big Data analytics relates to the strategies used by enterprises to process and analyze large amounts of data to bring out hidden insights. With the help of open source and enterprise tools, such as R, Python, Hadoop, and Spark, you will learn how to effectively mine your Big Data. By the end of this book, you will have a clear understanding ...Published: May 8, 2026 08:02Other BrandBøker
The Baroque Clarinet and Chalumeau869,-1319,In The Baroque Clarinet and Chalumeau, the second edition of his authoritative 1992 volume, Albert R. Rice presents new and valuable research about the Baroque clarinet and the earlier, related chalumeau, including analysis of recently-discovered early instruments and historical scores.Published: May 8, 2026 08:02Other BrandBøker
How Plague Got Rats589,-649,How modern epidemiology was born through the unlikely rise of the plague rat. Today, rats are nearly synonymous with plague, but this association is surprisingly recent. For centuries, plague devastated populations without being linked to animals. So how did the rat become the symbol of one of history's deadliest diseases? In How Plague Got Rats, Christos Lynteris unravels this story by focusing on the Third Plague Pandemic, a global outbreak that began in China in the 1850s and claimed an estimated 15 million lives by the mid-twentieth century. This was the first major pandemic recognized by scientists as zoonotic—spread from animals to humans—and it marked a turning point in both medical science and global health. Through a gripping historical investigation, Lynteris explores how rats entered the medical imagination of the time. He reveals how scientific thinking about disease vectors evolved in tandem with colonial power structures as plague responses unfolded across Asia, Africa, and the Americas. From laboratory discoveries to imperial interventions, the rat became central not just to understanding plague, but to shaping new forms of epidemiological reasoning. This provocative book shows how zoonosis emerged as a politically charged concept in the context of empire and pandemic crisis. It is a powerful history of how science, society, and colonialism converged around a creature now inseparable from the story of epidemic disease.Published: May 8, 2026 08:02Other BrandBøker
Fugledagbok 2026359,-410,Fugledagbok 2026Published: May 8, 2026 07:09Other BrandBøker
Flammer Over Havet | Kate Rhodes | Språk: Dansk385,-448,Flammer Over Havet | Kate Rhodes | Språk: DanskPublished: May 8, 2026 07:09Other BrandBøker
Sju M2 Med Lås Lydbok (Cd-Rom) | Jussi Adler-Olsen | Språk: Dansk357,-408,Sju M2 Med Lås Lydbok (Cd-Rom) | Jussi Adler-Olsen | Språk: DanskPublished: May 8, 2026 07:09Other BrandBøker
Døden I Bukta | Kate Rhodes | Språk: Dansk385,-468,Døden I Bukta | Kate Rhodes | Språk: DanskPublished: May 8, 2026 07:09Other BrandBøker
Tilbake Til Rue Darwin | Boualem Sansal | Språk: Dansk517,-547,Tilbake Til Rue Darwin | Boualem Sansal | Språk: DanskPublished: May 8, 2026 07:09Other BrandBøker
Fuppet | Maggie Kempinska | Språk: Dansk385,-448,Fuppet | Maggie Kempinska | Språk: DanskPublished: May 8, 2026 07:09Other BrandBøker
Frihet | Maggie Kempinska | Språk: Dansk385,-428,Frihet | Maggie Kempinska | Språk: DanskPublished: May 8, 2026 07:09Other BrandBøker
Darrington Press Daggerheart Core Set678,-757,Darrington Press Daggerheart Core SetPublished: May 8, 2026 07:09Other BrandBøker
Hviter enn snø | Sylvain Tesson | Språk: Dansk415,-457,Hviter enn snø | Sylvain Tesson | Språk: Dansk | SKU: 9788793799325 | Brand: CSBOOKS | EAN: 9788793799325Published: May 8, 2026 09:16Other BrandBøker
Maputo Diary | Ditte Haarløv Johnsen | Språk: Engelsk608,-668,Maputo Diary | Ditte Haarløv Johnsen | Språk: EngelskPublished: May 8, 2026 07:09Other BrandBøker
Maskefall | Anne-Grethe Bjarup Riis Thomas Rydahl | Språk: Dansk357,-408,Maskefall | Anne-Grethe Bjarup Riis Thomas Rydahl | Språk: DanskPublished: May 8, 2026 07:09CsbooksBøker



