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



Реклама


Название: Software Architecture by Example: Using C# and .NET
Автор: Paul Michaels
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 219
Размер: 10 Mb
Язык: English

Design system solutions using modern architectural patterns and practices. This book discusses methods to keep a system responsive, even when it is being constantly updated, extending a system's functionality without changing the core code, methods of maintaining data history, and designing a distributed transactional system.
Разместил: vitvikvas 3-05-2022, 12:05 | Комментарии: 0 | Подробнее
Название: A Complete Guide to Docker for Operations and Development
Автор: Engy Fouda
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 199
Размер: 10 Mb
Язык: English

Harness the power of Docker by containerizing your code with all its libraries and file systems to consistently run anywhere. This book is your source for learning all about Docker operations and development. It’s divided into two units and focuses on the topics that the Docker Certified Associate exam covers.
Unit 1 covers the Docker fundamentals, such as Docker Enterprise for Operations, Docker Enterprise for Developers, Swarm, and an introduction to Kubernetes. You will learn how to install Docker Community Edition, Docker Enterprise Edition with Kubernetes and CLI. Also, you will learn the Docker cycle, container lifecycle, develop applications in any language, wrap, build, ship, and deploy them for production. Finally, you will learn how to create a Swarm cluster, deploy an app to it, and manage it with the best practices according to the current technologies.
Разместил: vitvikvas 3-05-2022, 11:53 | Комментарии: 0 | Подробнее
Название: Beginning Ansible Concepts and Application
Автор: Shaun R Smith, Peter Membrey
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 296
Размер: 10 Mb
Язык: English

Beginning Ansible Concepts and Application: Provisioning, Configuring, and Managing Servers, Applications, and Their Dependencies
Learn the concepts and develop the skills to be a true Ansible artist and use it inside and outside the box. This book applies key concepts immediately while building up your Ansible skills layer by layer through easy to grasp examples and engaging projects. You’ll also think about security, why testing is important, and how to use version control safely.
As a beginner to Ansible, you'll be guided step-by-step through creating your first Ansible playbook to deploying your first server and writing more complex cross-dependency playbooks. From the first line of code to the last, you'll constantly iterate and simplify your playbooks, iwhile taking on more complex topics as you construct a full Wordpress website stack consisting of a database, web servers, and load balancer. This book will prompt you to think about how these fit together and will explain what to do to ensure maintainability long into the future.
Разместил: vitvikvas 3-05-2022, 11:20 | Комментарии: 0 | Подробнее
Название : HTML5 Games: Creating Fun with HTML5, CSS3 and WebGL
Автор : Jacob Seidelin
Издательство: Wiley
Год издания : 2014
Страниц: 456
Формат : PDF
Размер файла: 67,8 Mб
Язык : English

HTML5 Gamesshows you how to combine HTML5, CSS3 and javascript to make games for the web and mobiles – games that were previously only possible with plugin technologies like Flash. Using the latest open web technologies, you are guided through the process of creating a game from scratch using Canvas, HTML5 Audio, WebGL and WebSockets.
Разместил: vitvikvas 2-05-2022, 19:58 | Комментарии: 0 | Подробнее
Машинное обучение с участием человека
Название: Машинное обучение с участием человека
Автор: Монарх (Манро) Р.
Издательство: ДМК Пресс
Год: 2022
Формат: pdf
Страниц: 500
Для сайта: Mirknig.su
Размер: 13,2 Мб
Язык: русский

Приложения машинного обучения демонстрируют лучшую эффективность при наличии обратной связи с человеком. Привлечение к работе подходящих сотрудников повышает точность моделей, уменьшает количество ошибок в данных, сокращает расходы и помогает ускорить выпуск моделей. В книге изложены методики эффективной совместной работы людей и машин. Здесь вы найдете лучшие практики по выбору образцов данных для обратной связи с человеком, контролю качества аннотаций человека и разработке интерфейсов аннотаций. Вы научитесь создавать обучающие данные для маркировки, распознавания объектов, семантической сегментации, маркировки последовательностей и многого другого. Книга начинается с основ и переходит к продвинутым методам, таким как обучение переноса и самоконтроль в рабочих процессах аннотирования.
Разместил: relizer 2-05-2022, 14:01 | Комментарии: 0 | Подробнее
Название: Data Mesh in Action
Автор: Marian Siwiak, Jacek Majchrzak and Sven Balnojan
Издательство: Manning Publications
Год: 2022 MEAP V4
Формат: True PDF
Страниц: 309
Размер: 13,5 Mb
Язык: English

Revolutionize the way your organization approaches data with a data mesh! This new decentralized architecture outpaces monolithic lakes and warehouses and can work for a company of any size.
Data Mesh in Action teaches you to establish a data mesh in organizations of any size. The book avoids a dogmatic one-size-fits-all approach and utilizes flexible "sliders" to adjust a data mesh to your company's specific needs. You'll learn processes and facilitative leadership techniques that will help change the way your colleagues think about data.
Data Mesh in Action reveals how this groundbreaking architecture looks for both small startups and large enterprises. You'll see a data mesh in action as you explore both an extended case study and multiple real-world examples. As you go, you'll be expertly guided through discussions around Socio-Technical Architecture and Domain- Driven Design with the goal of building a sleek data-as-a-product system.
Разместил: vitvikvas 2-05-2022, 12:53 | Комментарии: 0 | Подробнее
Название: How to Read Java: Understanding, Debugging, and Optimizing Jvm Applications
Автор: Laurentiu Spilca
Издательство: Manning Publications
Год: 2022 MEAP V3
Формат: True PDF
Страниц: 126
Размер: 12,9 Mb
Язык: English

Effectively reading and understanding existing code is a developer's superpower. In this book, you'll master techniques for code profiling, advanced debugging, and log evaluation to find and fix bugs and performance problems.
How To Read Java: Understanding, debugging, and optimizing JVM applications teaches you how to better understand Java application code. It's filled with code investigation techniques for tricky issues like uncovering glitches in code logic or locating intermittent runtime problems.
Armed with the tools and practices in this invaluable guide, you'll save time whenever you need to identify performance issues, understand dependencies, discover the root cause of crashes, or interpret unexpected results. Whether you're a senior software engineer or you're just getting started, How To Read Java will help you in the fundamental task of understanding how your applications work.
Разместил: vitvikvas 2-05-2022, 12:41 | Комментарии: 0 | Подробнее
Название: Experimentation for Engineers: From A/B Testing to Bayesian Optimization (MEAP)
Автор: David Sweet
Издательство: Manning Publications
Год: 2022 MEAP V6
Формат: True PDF
Страниц: 211
Размер: 10 Mb
Язык: English

Learn practical and modern experimental methods used by engineers in technology and trading.
Experimentation for Engineers: From A/B testing to Bayesian optimization is a toolbox for optimizing machine learning systems, quantitative trading strategies, and more. You'll start with a deep dive into tests like A/B testing, and then graduate to advanced techniques used to measure performance in highly competitive industries like finance and social media. The tests in this unique, practical guide will quickly reveal which approaches and features deliver real results for your business.
In Experimentation for Engineers, you'll learn how to evaluate the changes you make to your system and ensure that your testing doesn't undermine revenue or other business metrics. By the time you're done, you'll be able to seamlessly deploy experiments in production while avoiding common pitfalls.
Разместил: vitvikvas 2-05-2022, 12:27 | Комментарии: 0 | Подробнее
Название: MLOps Engineering at Scale
Автор: Carl Osipov
Издательство: Manning Publications
Год: 2022
Формат: True PDF, ePUB
Страниц: 344
Размер: 13,8 Mb
Язык: English

MLOps Engineering at Scale teaches you how to implement efficient machine learning systems using pre-built services from AWS and other cloud vendors. This easy-to-follow book guides you step-by-step as you set up your serverless ML infrastructure, even if you’ve never used a cloud platform before. You’ll also explore tools like PyTorch Lightning, Optuna, and MLFlow that make it easy to build pipelines and scale your deep learning models in production.
Разместил: vitvikvas 2-05-2022, 12:17 | Комментарии: 0 | Подробнее
Название: PostGIS in Action, Third Edition
Автор: Regina O. Obe and Leo S. Hsu
Издательство: Manning Publications
Год: 2021
Формат: True PDF
Страниц: 704
Размер: 45,3 Mb
Язык: English

PostGIS in Action, Third Edition teaches you to solve real-world geodata problems. It first gives you a background in vector-, raster-, and topology-based GIS and then quickly moves into analyzing, viewing, and mapping data. You'll learn how to optimize queries for maximum speed, simplify geometries for greater efficiency, and create custom functions for your own applications. You'll also learn how to apply your existing GIS knowledge to PostGIS and integrate with other GIS tools.
Разместил: vitvikvas 2-05-2022, 12:02 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности