Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


gRPC Microservices in Go (MEAP v7)Название: gRPC Microservices in Go (MEAP v7)
Автор: Huseyin Babal
Издательство: Manning Publications
Год: 2023
Страниц: 242
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

gRPC is a high-performance messaging protocol that’s extraordinarily well-suited for microservices applications. Learn how to build fast and secure gRPC-based microservices using the powerful Go programming language. Go language is a good candidate to build high-performance Cloud-Native distributed applications like Microservices in Kubernetes at a big scale. Microservices with gRPC communication has already enabled lots of companies to implement their products with small services based on their business capabilities, and let those services communicate with each other and with public world smoothly. With the help of Go, the distribution of those services becomes easier due to its fast compilation, being able to generate executable binaries, and many other reasons that we will see in detail with real-life examples in upcoming chapters. Microservice architecture is another form of service-oriented architecture that defines applications as loosely coupled, fine-grained services that can be implemented, deployed, and scaled independently. The main goal of this book is to provide production-grade best practices for gRPC Microservices in a way that by the end of this book, you will have the self-confidence to implement the entire system on your own.
Разместил: Ingvar16 17-01-2023, 17:16 | Комментарии: 0 | Подробнее
Procedural Generation in Godot: Learn to Generate Enjoyable Content for Your GamesНазвание: Procedural Generation in Godot: Learn to Generate Enjoyable Content for Your Games
Автор: Christopher Pitt
Издательство: Apress
Год: 2023
Страниц: 252
Язык: английский
Формат: pdf, epub
Размер: 43.1 MB

Learn the tricks of simple procedural generation and how various genres, such as racing simulators, platformers, and roguelikes, can all benefit from these techniques. In this book, you'll learn how to combine hand-crafted content with algorithms to create immersive and beautiful environments. You'll learn how to create a seeding system, so that you can replay great levels with your friends. We'll cover how to create good tilesets, how to use the tilemap editor effectively, and how to inject just the right amount of logic into an otherwise automated machine that is your own personal procedural content generation engine. I mostly follow popular GDScript syntax conventions. Feel free to deviate from these as you like; but be careful to update the code where you’ve chosen different node, script, class, or file names. I mostly follow popular GDScript syntax conventions. Feel free to deviate from these as you like; but be careful to update the code where you’ve chosen different node, script, class, or file names.
Разместил: Ingvar16 17-01-2023, 17:03 | Комментарии: 0 | Подробнее
The Tao of Microservices, Second Edition (MEAP v2)Название: The Tao of Microservices, Second Edition (MEAP v2)
Автор: Richard Rodger
Издательство: Manning Publications
Год: 2022
Страниц: 142
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

Adopting microservices means changing the way you think about the whole development process—from requirements to rollout. This book will show you the happy path. The Tao of Microservices was an instant classic, guiding thousands of developers at a time when microservices designs were still a bold new idea. This updated second edition is revised for a world where microservices are the de facto standard for enterprise development. This insightful guide helps engineers, architects, and technical leaders understand the principles of microservices that can be used with any project or stack. As you read, you’ll discover experience-based wisdom for making sensible tradeoffs and avoiding common pitfalls. For the code examples I use jаvascript, because that is what most people will be able to read. The ideas in this book work in any language. For the examples, I also use an Open Source microservices framework, of which I am the maintainer. You can use any framework, to none at all, and still apply the ideas in this book usefully. This is not a “how to” book, it is a “what to” book. This book will teach you what to do to make microservices work, and teach you how to think about them.
Разместил: Ingvar16 17-01-2023, 08:30 | Комментарии: 0 | Подробнее
Bayesian Optimization in Action (MEAP v7)Название: Bayesian Optimization in Action (MEAP v7)
Автор: Quan Nguyen
Издательство: Manning Publications
Год: 2023
Страниц: 380
Язык: английский
Формат: pdf, epub
Размер: 26.7 MB

Apply advanced techniques for optimizing Machine Learning processes. Bayesian optimization helps pinpoint the best configuration for your Machine Learning models with speed and accuracy. Throughout this book, we will see a lot of illustrations, plots, and of course, code, which will help make whichever the topic currently being discussed more straightforward and concrete. You will learn how each component of Bayesian optimization works on a high level and how to implement them using state-of-the-art libraries in Python. Another hope of mine for the accompanying code is that it would help you hit the ground running with your own projects, as the Bayesian optimization framework is very general and "plug-and-play." The exercises are also helpful in this regard.
Разместил: Ingvar16 17-01-2023, 08:08 | Комментарии: 0 | Подробнее
Evolutionary Deep Learning (MEAP v11)Название: Evolutionary Deep Learning: Genetic algorithms and neural networks (MEAP v11)
Автор: Micheal Lanham
Издательство: Manning Publications
Год: 2023
Страниц: 436
Язык: английский
Формат: pdf, epub
Размер: 24.7 MB

Discover one-of-a-kind AI strategies never before seen outside of academic papers! Learn how the principles of evolutionary computation overcome deep learning’s common pitfalls and deliver adaptable model upgrades without constant manual adjustment. Evolutionary Deep Learning is a guide to improving your Deep Learning models with AutoML enhancements based on the principles of biological evolution. This exciting new approach utilizes lesser- known AI approaches to boost performance without hours of data annotation or model hyperparameter tuning. To enjoy this book, it is recommended you have some exposure working with and understanding how a Deep Learning framework like Keras or PyTorch function. While you don’t have to be an expert you should be comfortable enough identifying the key components of a Deep Learning system and how they function. If you understand at a high level the mathematical concepts that power deep learning you should also be fine learning new evolutionary methods. Since this is a hands-on book it is also recommended you have experience running Python code as a data scientist or Machine Learning engineer.
Разместил: Ingvar16 17-01-2023, 07:49 | Комментарии: 0 | Подробнее
Haskell Bookcamp (MEAP v6)Название: Haskell Bookcamp (MEAP v6)
Автор: Philipp Hagenlocher
Издательство: Manning Publications
Год: 2023
Страниц: 236
Язык: английский
Формат: pdf, epub
Размер: 23.1 MB

Learn Haskell by doing Haskell projects! In this book, you’ll get practical experience writing Haskell code and applying functional programming to actual development challenges. Haskell delivers clean and safe code with mathematical precision and certainty. The pure functional coding language lets you use high level abstractions to keep your code clean and easily readable, and it actively disallows many of the dangerous behaviors that lead to bugs and crashes. These features make Haskell an amazing choice for applications that need an extra guarantee of safety, such such as in smart contracts, data intensive applications, and large scale distributed systems. Haskell is unique in many ways and generally helps us as developers to write safer and cleaner code that can more easily be checked against specifications and be more thoroughly tested, making the language a popular choice when programs are simply not allowed to crash! In this book we cover Haskell and many of its concepts from a real world perspective.
Разместил: Ingvar16 17-01-2023, 07:31 | Комментарии: 0 | Подробнее
Machine Learning Algorithms and Applications in EngineeringНазвание: Machine Learning Algorithms and Applications in Engineering
Автор: Prasenjit Chatterjee, Morteza Yazdani, Francisco Fernandez-Navarro
Издательство: CRC Press
Год: 2023
Страниц: 339
Язык: английский
Формат: pdf (true)
Размер: 22.2 MB

Machine Learning (ML) is a subfield of Artificial Intelligence (AI) that uses soft computing and algorithms to enable computers to learn on their own and identify patterns in observed data, build models that explain the world, and predict things without having explicit pre-programmed rules and models. This book discusses various applications of ML in engineering fields and the use of ML algorithms in solving challenging engineering problems ranging from biomedical, transport, supply chain and logistics, to manufacturing and industrial. Through numerous case studies, it will assist researchers and practitioners in selecting the correct options and strategies for managing organizational tasks.
Разместил: Ingvar16 17-01-2023, 06:59 | Комментарии: 0 | Подробнее
Artificial Intelligence for Health 4.0: Challenges and ApplicationsНазвание: Artificial Intelligence for Health 4.0: Challenges and Applications
Автор: Rishabha Malviya, Naveen Chilamkurti, Sonali Sundram
Издательство: River Publishers
Год: 2022
Страниц: 431
Язык: английский
Формат: pdf (true)
Размер: 15.0 MB

Healthcare is one of the major success stories of our times. Medical science has improved rapidly, raising life expectancy around the world. However, as longevity increases, healthcare systems face growing demands for their services, rising costs, and a workforce that is struggling to meet the needs of its patients. Healthcare is one of the most critical sectors in the broader landscape of big data because of its fundamental role in a productive, thriving society. Building on automation, Artificial Intelligence (AI) has the potential to revolutionize healthcare and help address some of the challenges set out above. The application of AI to healthcare data can literally be a matter of life and death. AI is no single technology; however, it is a collection of various technologies whole together. Although most of the technologies have a significant and rel­evant role in the healthcare sector, the precise tasks and processes they sup­port vary in nature. Therefore, we are choosing the specific AI technologies that are of great importance to the healthcare domain. One type of AI is machine learning. Additionally, it is a statistical tactic to learn through exercising the data model, and the connection between AI, Deep Learning, and learning related to the machine is used to describe how computers learn.
Разместил: Ingvar16 17-01-2023, 06:38 | Комментарии: 0 | Подробнее
Quantum Computing and Other Transformative TechnologiesНазвание: Quantum Computing and Other Transformative Technologies
Автор: Ahmed Banafa
Издательство: River Publishers
Год: 2023
Страниц: 260
Язык: английский
Формат: pdf (true)
Размер: 19.7 MB

This book explores quantum computing as a transformative technology and its applications in communications, cryptography, teleportation, IoT, AI, and blockchain, in addition to the revolutionary concept of quantum internet. It also explains the concept of dark, small, thick data, and clarifies the concept of a data lake. Other exciting technologies like edge/fog computing, CDN, SDN, wearable technology and IoE topics are discussed in detail in the book. Information security applications like zero trust model, zero-day vulnerability and heuristic analysis, and use of AI in cybersecurity are explored. Two of the most intriguing concepts in computing, “affective computing” and “autonomic computing”, are explained and simplified. The blockchain applications presented include blockchain and supply chain, crowdsourcing, cryptocurrency, and IoT.
Разместил: Ingvar16 17-01-2023, 06:13 | Комментарии: 0 | Подробнее
IBM Software Systems Integration: With IBM MQ Series for JMS, IBM FileNet Case Manager, and IBM Business Automation WorkflowНазвание: IBM Software Systems Integration: With IBM MQ Series for JMS, IBM FileNet Case Manager, and IBM Business Automation Workflow
Автор: Alan S. Bluck
Издательство: Apress
Год: 2023
Страниц: 1285
Язык: английский
Формат: pdf (true)
Размер: 62.9 MB

Examine the working details for real-world Java programs used for system integration with IBM Software, applying various API libraries (as used by Banking and Insurance companies). This book includes the step-by-step procedure to use the IBM FileNet Case Manager 5.3.3 Case Builder solution and the similar IBM System, IBM Business Automation Workflow to create an Audit System. You'll learn how to implement the workflow with a client Java Message Service (JMS) Java method developed with Workflow Custom Operations System Step components. Using IBM Cognos Analytics Version 11.2, you'll be able to create new views for IBM Case Manager Analytics for custom time dimensions. The book also explains the SQL code and procedures required to create example Online Analytical Processing (OLAP) cubes with multi-level time dimensions for IBM Case Manager analytics. I will demonstrate a Java program process which will maintain an exact replication of the original Object Store ID Documents and their containing folder structure. Unlike the standard replication discussed in the preceding link, the Java Replication program covered in this chapter is designed to even copy the unique GUIDs of the original IBM FileNet Content Object Store Objects (including Documents, Folders, and Property objects).
Разместил: Ingvar16 17-01-2023, 05:37 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности