|
 |
|
 |
|
|
 |
|  |
|
Название: Building Event-Driven Microservices (Early Release) Автор: Adam Bellemare Издательство: O’Reilly Media, Inc Год: 2020-01-21 Формат: epub/pdf(conv.) Размер: Язык: English
Organizations today often struggle when trying to balance business requirements with ever-increasing volumes of data. Yet the need to take advantage of real-time data continues to grow among the most competitive digital industries. Conventional system architectures may not be up to the task. With this practical guide, you’ll learn how to leverage large-scale data usage across the business units in your organization using the principles of event-driven microservices. |
Разместил: bomboane 15-03-2020, 10:12 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Probabilistic Graphical Models for Computer Vision Автор: Qiang Ji Издательство: Academic Press Серия: Computer Vision and Pattern Recognition Год: 2020 Страниц: 294 Язык: английский Формат: pdf (true), djvu Размер: 10.1 MB
Probabilistic Graphical Models for Computer Vision introduces probabilistic graphical models (PGMs) for computer vision problems and teaches how to develop the PGM model from training data. This book discusses PGMs and their significance in the context of solving computer vision problems, giving the basic concepts, definitions and properties. It also provides a comprehensive introduction to well-established theories for different types of PGMs, including both directed and undirected PGMs, such as Bayesian Networks, Markov Networks and their variants. |
Разместил: Ingvar16 15-03-2020, 04:41 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: The Amazing World of Quantum Computing Автор: Rajendra K. Bera Издательство: Springer Год: 2020 Страниц: 278 Язык: английский Формат: pdf (true), epub Размер: 15.2 MB
This book discusses the application of quantum mechanics to computing. It explains the fundamental concepts of quantum mechanics and then goes on to discuss various elements of mathematics required for quantum computing. Quantum cryptography, waves and Fourier analysis, measuring quantum systems, comparison to classical mechanics, quantum gates, and important algorithms in quantum computing are among the topics covered. The book offers a valuable resource for graduate and senior undergraduate students in STEM (science, technology, engineering, and mathematics) fields with an interest in designing quantum algorithms. |
Разместил: Ingvar16 14-03-2020, 20:37 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Supervised Machine Learning in Wind Forecasting and Ramp Event Prediction Автор: Harsh S. Dhiman, Dipankar Deb Издательство: Academic Press Год: 2020 Страниц: 206 Язык: английский Формат: pdf (true) Размер: 10.1 MB
Supervised Machine Learning in Wind Forecasting and Ramp Event Prediction provides an up-to- date overview on the broad area of wind generation and forecasting, with a focus on the role and need of Machine Learning (ML) in this emerging field of knowledge. Various regression models and signal decomposition techniques are presented and analyzed, including least-square, twin support and random forest regression, all with supervised Machine Learning. The specific topics of ramp event prediction and wake interactions are addressed in this book, along with forecasted performance. |
Разместил: Ingvar16 14-03-2020, 17:58 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Head First Kotlin Автор: Гриффитс Дон, Гриффитс Дэвид Издательство: Питер Год: 2020 Формат: PDF Страниц: 464 Размер: 12,1 Mb Язык: Русский
Вот и настало время изучить Kotlin. В этом вам поможет уникальная методика Head First, выходящая за рамки синтаксиса и инструкций по решению конкретных задач. Хотите мыслить, как выдающиеся разработчики Kotlin? Эта книга даст вам все необходимое — от азов языка до продвинутых методов. А еще вы сможете попрактиковаться в объектно-ориентированном и функциональном программировании. Если вы действительно хотите понять, как устроен Kotlin, то эта книга для вас! |
Разместил: vitvikvas 14-03-2020, 17:31 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Chaos Engineering: System Resiliency in Practice (Early Release) Автор: Casey Rosenthal, Nora Jones Издательство: O’Reilly Media, Inc. Год: 2020 Страниц: 318 Язык: английский Формат: epub Размер: 10.1 MB
As more companies move toward microservices and other distributed technologies, the complexity of these systems increases. You can’t remove the complexity, but through Chaos Engineering you can discover vulnerabilities and prevent outages before they impact your customers. This practical guide shows engineers how to navigate complex systems while optimizing to meet business goals. |
Разместил: Ingvar16 14-03-2020, 14:57 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Programming PHP: Creating Dynamic Web Pages Fourth Edition Автор: Kevin Tatroe, Peter MacIntyre Издательство: O'Reilly Media Год: 2020-03-12 Формат: epub/pdf(conv.) Страниц: 524 Размер: 10 Mb Язык: English
Why is PHP the most widely used programming language on the web? This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.4. You’ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and common idioms. |
Разместил: bomboane 14-03-2020, 12:07 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Programming Rust, Second Edition (Early Release) Автор: Jim Blandy and Jason Orendorff Издательство: O’Reilly Media, Inc Год: 2020-02-03 Формат: epub/pdf(conv.) Размер: 20.5 Mb Язык: English
The Rust programming language offers the rare and valuable combination of statically verified memory safety and low-level control. Imagine C++ but without dangling pointers, null pointer dereferences, leaks, or buffer overruns. With this practical guide, systems programmers will understand Rust’s rules clearly and economically. You’ll learn how to express programs that Rust can prove are free of a broad class of common errors. Rust brings the benefits of an expressive modern type system to systems programming. Authors Jim Blandy and Jason Orendorff demonstrate how Rust’s features put programmers in control over memory consumption and processor use, combining predictable performance with memory safety and trustworthy concurrency. |
Разместил: bomboane 14-03-2020, 11:33 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: jаvascript in 24 Hours, Sams Teach Yourself (7th Edition) Автор: Phil Ballard Издательство: Sams Publishing ISBN: 0672338092 Год: 2018 Страниц: 432 Язык: английский Формат: epub, azw3 Размер: 24.9 MB
In just 24 lessons of one hour or less, Sams Teach Yourself jаvascript in 24 Hours helps you learn the fundamentals of web programming using the jаvascript language. Designed for beginners with no previous programming experience, this books straightforward, step-by-step approach shows you how to use jаvascript to add a wide array of interactive features and effects to your web pages. Every lesson builds on what youve already learned, giving you a rock-solid foundation for real-world success. |
Разместил: bomboane 14-03-2020, 11:12 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Principles of Package Design: Creating Reusable Software Components Автор: Matthias Noback Издательство: Apress ISBN: 1484241185 Год: 2018 Страниц: 275 Язык: английский Формат: pdf (true), azw3, epub Размер: 10.1 MB
Apply design principles to your classes, preparing them for reuse. You will use package design principles to create packages that are just right in terms of cohesion and coupling, and are user- and maintainer-friendly at the same time. While writing this book, I assumed that you, the reader, are a programmer who uses an object-oriented programming language to create applications. This means that you have some experience creating classes, methods, interfaces, etc. and are trying to make all of these things work well together. |
Разместил: bomboane 14-03-2020, 11:12 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|