Adversarial and Uncertain Reasoning for Adaptive Cyber Defense: Control- and Game-Theoretic Approaches to Cyber Security

Автор: literator от 13-09-2019, 10:27, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Adversarial and Uncertain Reasoning for Adaptive Cyber Defense: Control- and Game-Theoretic Approaches to Cyber Security
Автор: Sushil Jajodia, George Cybenko, Peng Liu
Издательство: Springer
Год: 2019
Страниц: 270
Язык: английский
Формат: pdf (true)
Размер: 15.7 MB

Today’s cyber defenses are largely static allowing adversaries to pre-plan their attacks. In response to this situation, researchers have started to investigate various methods that make networked information systems less homogeneous and less predictable by engineering systems that have homogeneous functionalities but randomized manifestations. In this book, we leverage reinforcement learning as a unified framework to design effective adaptive cyber defenses against zero-day attacks.
 

Machine Learning for Cyber Security

Автор: literator от 13-09-2019, 10:23, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Machine Learning for Cyber Security
Автор: Xiaofeng Chen, Xinyi Huang
Издательство: Springer
Год: 2019
Страниц: 410
Язык: английский
Формат: pdf (true)
Размер: 35.23 MB

This book constitutes the proceedings of the Second International Conference on Machine Learning for Cyber Security, ML4CS 2019, held in Xi’an, China in September 2019. The 23 revised full papers and 3 short papers presented were carefully reviewed and selected from 70 submissions. The papers detail all aspects of machine learning in network infrastructure security, in network security detections and in application software security.
 

Explainable AI: Interpreting, Explaining and Visualizing Deep Learning

Автор: literator от 13-09-2019, 10:20, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Explainable AI: Interpreting, Explaining and Visualizing Deep Learning
Автор: Wojciech Samek, Gregoire Montavon, Andrea Vedaldi
Издательство: Springer
Серия: Lecture Notes in Computer Science
Год: 2019
Страниц: 435
Язык: английский
Формат: pdf (true)
Размер: 51.8 MB

Разработка «интеллектуальных» систем, которые могут принимать решения и работать автономно, может привести к более быстрым и последовательным решениям. Ограничивающим фактором для более широкого внедрения технологии искусственного интеллекта (ИИ) являются риски, связанные с отказом от контроля и надзора со стороны человека за «интеллектуальными» машинами.
 

Mastering Professional Scrum: A Practitioner’s Guide to Overcoming Challenges and Maximizing the Benefits of Agility (Final)

Автор: literator от 13-09-2019, 10:13, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Mastering Professional Scrum: A Practitioner’s Guide to Overcoming Challenges and Maximizing the Benefits of Agility (Final)
Автор: Stephanie Ockerman, Simon Reindl
Издательство: Addison-Wesley Professional
Год: 2019
Страниц: 228
Язык: английский
Формат: pdf
Размер: 10.5 MB

Книга "Освоение профессионального Скрам (Scrum)" предназначена для тех, кто хочет повысить свою ценность, используя Scrum более эффективно. Ведущие практики Scrum Стефани Окерман и Саймон Рейндл опираются на годы обучения и коучинга Scrum, чтобы помочь вам вернуться к основным принципам и применять Скрам с профессионализмом, необходимым для достижения его преобразующего потенциала.
 

Microservices with Docker, Flask, and React

Автор: buratino от 13-09-2019, 06:02, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Microservices with Docker, Flask, and React
Автор: Michael Herman
Издательство: TestDriven Labs
Год: 2019
Формат: PDF
Страниц: 577
Размер: 26.4 Mb
Язык: English

Learn how to build, test, and deploy microservices powered by Docker, Flask, and React!
In this course, you will learn how to quickly spin up a reproducible development environment with Docker to manage a number of microservices.
 

Building REST APIs with Flask: Create Python Web Services with MySQL

Автор: buratino от 13-09-2019, 05:54, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Building REST APIs with Flask: Create Python Web Services with MySQL
Автор: Kunal Relan
Издательство: Apress
Год: 2019
Формат: true pdf/epub/mobi
Страниц: 199
Размер: 11.7 Mb
Язык: English

Develop RESTful web services using the Flask micro-framework and integrate them using MySQL. Use Flask to develop, deploy, and manage REST APIs with easy-to-read and understand Python code. Solve your problem from a choice of libraries. Learn to use MySQL as the web services database for your Flask API using SQLAlchemy ORM.
 

C++ Crash Course: A Fast-Paced Introduction

Автор: alex66 от 13-09-2019, 05:50, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: C++ Crash Course: A Fast-Paced Introduction
Автор: Josh Lospinoso
Издательство: No Starch Press
Год: 2019
Формат: PDF
Страниц: 794
Размер: 10,09 МБ
Язык: English

A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries.
C++ is one of the most widely used languages for real-world software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code that any programmer would be proud of.
 

Deep Learning from Scratch: Building with Python from First Principles

Автор: buratino от 13-09-2019, 05:20, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Deep Learning from Scratch: Building with Python from First Principles (First Release)
Автор: Seth Weidman
Издательство: O'Reilly Media
Год: 2019
Формат: true pdf/epub
Страниц: 252
Размер: 12.1 Mb
Язык: English

With the resurgence of neural networks in the 2010s, deep learning has become essential for machine learning practitioners and even many software engineers. This book provides a comprehensive introduction for data scientists and software engineers with machine learning experience. You’ll start with deep learning basics and move quickly to the details of important advanced architectures, implementing everything from scratch along the way.
Author Seth Weidman shows you how neural networks work using a first principles approach. You’ll learn how to apply multilayer neural networks, convolutional neural networks, and recurrent neural networks from the ground up. With a thorough understanding of how neural networks work mathematically, computationally, and conceptually, you’ll be set up for success on all future deep learning projects.

Изменил: buratino по причине: True PDF has been added

 

Terraform: Up & Running: Writing Infrastructure as Code, 2nd Edition

Автор: buratino от 13-09-2019, 05:04, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Terraform: Up & Running: Writing Infrastructure as Code, 2nd Edition (First Release)
Автор: Yevgeniy Brikman
Издательство: O'Reilly Media
Год: 2019
Формат: epub/pdf(conv.)
Страниц: 368
Размер: 14.6 Mb
Язык: English

Terraform has become a key player in the DevOps world for defining, launching, and managing infrastructure as code (IaC) across a variety of cloud and virtualization platforms, including AWS, Google Cloud, Azure, and more. This hands-on second edition, expanded and thoroughly updated for Terraform version 0.12 and beyond, shows you the fastest way to get up and running.
 

Объектно-ориентированный анализ и программирование на Visual Basic 2013

Автор: SCART56 от 13-09-2019, 00:57, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Объектно-ориентированный анализ и программирование на Visual Basic 2013
Автор(ы): Казанский А.А.
Издательство: Юрайт
Год: 2019
Страниц: 291
Формат: PDF
Размер: 99 Мб
Язык: русский

Книга предназначена для изучения программирования на одном из самых современных языков Visual Basic 2013. Этот язык создан для программирования в Windows и вместе со средой разработки IDE Microsoft Visual Studio 2013 позволяет разрабатывать эффективные приложения, имеющие удобный графический интерфейс для решения прикладных задач. Эта книга вместе с работой автора «Программирование на Visual C# 2013» помогает освоить принципы объектно-ориентированного программирования.