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



Реклама



Название: The Java Tutorial: A Short Course on the Basics, Sixth Edition
Автор: Raymond Gallardo, Scott Hommel, Sowmya Kannan, Joni Gordon, Sharon Biocca Zakhour
Издательство: Addison-Wesley Professional
Год: 2014
Формат: PDF
Для сайта: mymirknig.ru
Страниц: 1311
Размер: 53.21 МБ
Язык: English

The Java Tutorial, Sixth Edition, is based on the Java Platform, Standard Edition (Java SE) 8. This revised and updated edition introduces the new features added to the platform, including lambda expressions, default methods, aggregate operations, and more. An accessible and practical guide for programmers of any level, this book focuses on how to use the rich environment provided by Java to build applications, applets, and components.
Разместил: ak5812 13-01-2019, 18:31 | Комментарии: 0 | Подробнее
Название: Computer and Cyber Security: Principles, Algorithm, Applications, and Perspectives
Автор: Brij B. Gupta
Издательство: CRC Press
Год: 2018
Формат: PDF
Размер: 26 Мб
Язык: английский / English

This is a monumental reference for the theory and practice of computer security. Comprehensive in scope, this text covers applied and practical elements, theory, and the reasons for the design of applications and security techniques. It covers both the management and the engineering issues of computer security. It provides excellent examples of ideas and mechanisms that demonstrate how disparate techniques and principles are combined in widely-used systems. This book is acclaimed for its scope, clear and lucid writing, and its combination of formal and theoretical aspects with real systems, technologies, techniques, and policies.
Разместил: black 13-01-2019, 17:22 | Комментарии: 0 | Подробнее
Название: Microservices with Clojure
Автор: Anuj Kumar
Издательство: Packt
Жанр: Программирование
Год издания: 2018
Страниц: 412
Язык: Английский
Формат: EPUB/PDF
Размер: 12 Мб

The Microservice architecture is sweeping the world as the de facto pattern from which to build web-based applications and aids in designing scalable, easy-to-maintain web applications. This book will teach you common patterns and practices, showing you how to apply these using the Clojure programming language.
Разместил: energy555 13-01-2019, 17:05 | Комментарии: 0 | Подробнее
Название: Foundations and Applications of Statistics: An Introduction Using R, Second Edition
Автор: Randall Pruim
Издательство: American Mathematical Society
ISBN: 1470428482
Год: 2018
Страниц: 842
Язык: английский
Формат: pdf (true)
Размер: 16.0 MB

Foundations and Applications of Statistics simultaneously emphasizes both the foundational and the computational aspects of modern statistics. Engaging and accessible, this book is useful to undergraduate students with a wide range of backgrounds and career goals. The exposition immediately begins with statistics, presenting concepts and results from probability along the way. Hypothesis testing is introduced very early, and the motivation for several probability distributions comes from p-value computations.
The inclusion of R code has been improved through the use of knitr, which did not exist at the time I began the first edition but has now replaced my inferior, homespun solution. I encourage my students to take advantage of knitr as well, typically through R Markdown within RStudio.
Разместил: Ingvar16 13-01-2019, 06:24 | Комментарии: 0 | Подробнее
Название: Lifelong Machine Learning, Second Edition
Автор: Zhiyuan Chen, Bing Liu
Издательство: Morgan & Claypool
ISBN: 1681733048
Год: 2018
Страниц: 207
Язык: английский
Формат: pdf (true), djvu
Размер: 10.17 MB

Lifelong Machine Learning, Second Edition is an introduction to an advanced machine learning paradigm that continuously learns by accumulating past knowledge that it then uses in future learning and problem solving. In contrast, the current dominant machine learning paradigm learns in isolation: given a training dataset, it runs a machine learning algorithm on the dataset to produce a model that is then used in its intended application. It makes no attempt to retain the learned knowledge and use it in subsequent learning. Unlike this isolated system, humans learn effectively with only a few examples precisely because our learning is very knowledge-driven: the knowledge learned in the past helps us learn new things with little data or effort. Lifelong learning aims to emulate this capability, because without it, an AI system cannot be considered truly intelligent.
Разместил: Ingvar16 13-01-2019, 06:08 | Комментарии: 0 | Подробнее
Название: Programming with Actors: State-of-the-Art and Research Perspectives
Автор: Alessandro Ricci, Philipp Haller
Издательство: Springer
ISBN: 3030003019
Год: 2018
Страниц: 252
Язык: английский
Формат: pdf (true), epub
Размер: 19.9 MB

More than 40 years after their invention, actors have become a common reference model for designing and developing concurrent and distributed systems. The actor model was introduced by Carl Hewitt as a mathematical model of concurrent computation in which actors play the role of universal primitives of concurrent computation. In response to a message that it receives, an actor can: make local decisions, create more actors, send more messages, and determine how to respond to the next message received. Actors may modify their own private state, but can only affect each other through messages (avoiding the need for locks or other synchronization mechanisms). Since its conception, the model served both as a framework for a theoretical understanding of computation and as the theoretical basis for several practical implementations of concurrent systems.
Разместил: Ingvar16 13-01-2019, 05:39 | Комментарии: 0 | Подробнее
Название: Intel Xeon Phi Processor High Performance Programming
Автор: James Jeffers and James Reinders
Издательство: Morgan Kaufmann
Год: 2016
Формат: PDF
Размер: 28 Мб
Язык: английский / English

This book is an all-in-one source of information for programming the Second-Generation Intel Xeon Phi product family also called Knights Landing. The authors provide detailed and timely Knights Landingspecific details, programming advice, and real-world examples. The authors distill their years of Xeon Phi programming experience coupled with insights from many expert customers ? Intel Field Engineers, Application Engineers, and Technical Consulting Engineers ? to create this authoritative book on the essentials of programming for Intel Xeon Phi products.
Разместил: black 12-01-2019, 20:13 | Комментарии: 0 | Подробнее
Название: Patterns, Principles, and Practices of Domain-Driven Design
Автор: Scott Millett and Nick Tune
Издательство: Wrox
Год: 2015
Формат: PDF
Размер: 28 Мб
Язык: английский / English

This book presents the philosophy of Domain-Driven Design (DDD) in a down-to-earth and practical manner for experienced developers building applications for complex domains. A focus is placed on the principles and practices of decomposing a complex problem space as well as the implementation patterns and best practices for shaping a maintainable solution space. You will learn how to build effective domain models through the use of tactical patterns and how to retain their integrity by applying the strategic patterns of DDD. Full end-to-end coding examples demonstrate techniques for integrating a decomposed and distributed solution space while coding best practices and patterns advise you on how to architect applications for maintenance and scale.
Разместил: black 12-01-2019, 19:54 | Комментарии: 0 | Подробнее

Название: Big Data Analytics: A Hands-On Approach
Автор: Arshdeep Bahga, Vijay Madisetti
Год: 2019
Страниц: 542
Формат: PDF
Размер: 109 Mb
Язык: English

We are living in the dawn of what has been termed as the "Fourth Industrial Revolution", which is marked through the emergence of "cyber-physical systems" where software interfaces seamlessly over networks with physical systems, such as sensors, smartphones, vehicles, power grids or buildings, to create a new world of Internet of Things (IoT).
Разместил: bhaer 12-01-2019, 18:03 | Комментарии: 0 | Подробнее

Название: Mathematical Logic: On Numbers, Sets, Structures, and Symmetry
Автор: Roman Kossak
Издательство: Springer
Год: 2018
Страниц: 186
Формат: PDF, EPUB
Размер: 10 Mb
Язык: English

This book, presented in two parts, offers a slow introduction to mathematical logic, and several basic concepts of model theory, such as first-order definability, types, symmetries, and elementary extensions.
Its first part, Logic Sets, and Numbers, shows how mathematical logic is used to develop the number structures of classical mathematics. The exposition does not assume any prerequisites; it is rigorous, but as informal as possible. All necessary concepts are introduced exactly as they would be in a course in mathematical logic; but are accompanied by more extensive introductory remarks and examples to motivate formal developments.
Разместил: bhaer 12-01-2019, 16:46 | Комментарии: 0 | Подробнее



 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности