Distributed Artificial Intelligence: A Modern Approach

Автор: literator от 23-12-2020, 16:39, Коментариев: 0

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

Distributed Artificial Intelligence: A Modern ApproachНазвание: Distributed Artificial Intelligence: A Modern Approach
Автор: Satya Prakash Yadav, Dharmendra Prasad Mahato, Nguyen Thi Dieu Linh
Издательство: CRC Press
Год: 2021
Страниц: 337
Язык: английский
Формат: pdf (true)
Размер: 27.1 MB

Distributed artificial intelligence (DAI) has emerged as a powerful paradigm for representing and solving complex problems. DAI is the branch of AI concerned with how to coordinate behavior among a collection of semi-autonomous problem-solving agents: how they can coordinate their knowledge, goals, and plans to act together, to solve joint problems, or to make individually or globally rational decisions in the face of uncertainty and multiple, conflicting perspectives. Growth of this field has been spurred by the advances in distributed computing environments and widespread information connectivity.
 

Компьютерное зрение на Python : первые шаги

Автор: TRex от 23-12-2020, 15:45, Коментариев: 0

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

Название: Компьютерное зрение на Python : первые шаги
Автор: Шакирьянов Эдуард Данисович
Издательство: Лаборатория знаний
Год: 2021
Формат: PDF
Страниц: 163
Размер: 10 Mb
Язык: Русский

В книге изложен учебный курс для школьников, начинающих изучать компьютерное зрение с языком программирования Python и библиотекой OpenCV. Описаны особенности установки языка Python, различных библиотек, в том числе OpenCV, и операционной системы Raspbian. Материал разделен на три отдельные темы: программирование на Python, поиск и выделение цветных объектов на графическом изображении и в видеопотоке средствами OpenCV, программирование колесной робоплатформы под управлением Raspberry Pi 3, оснащенной CSI-камерой.
Большую помощь читателю окажут многочисленные иллюстрации и листинги программных кодов, а также ссылки на источники и интернет-ресурсы.
 

Machine Learning for Healthcare: Handling and Managing Data

Автор: literator от 23-12-2020, 15:39, Коментариев: 0

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

Machine Learning for Healthcare: Handling and Managing DataНазвание: Machine Learning for Healthcare: Handling and Managing Data
Автор: Rashmi Agrawal, Jyotir Moy Chatterjee, Abhishek Kumar
Издательство: Chapman and Hall/CRC
Год: 2021
Страниц: 223
Язык: английский
Формат: pdf (true)
Размер: 15.5 MB

Machine Learning for Healthcare: Handling and Managing Data provides in-depth information about handling and managing healthcare data through machine learning methods. This book expresses the long-standing challenges in healthcare informatics and provides rational explanations of how to deal with them. Machine Learning (ML) is currently causing quite a buzz, and is having a huge impact on healthcare. Payers, providers, and pharmaceutical companies are today seeing applicability in their spaces and are taking advantage of ML. A machine learning model is created by feeding data into a learning algorithm. The algorithm is the place where the magic happens. There are algorithms to determine a patient’s length of stay based on diagnosis, for example, and that algorithm all began when someone decided to write it and train it with true and reliable data.
 

SAS Programming for Elementary Statistics: Getting Started

Автор: buratino от 23-12-2020, 15:04, Коментариев: 0

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

Название: SAS Programming for Elementary Statistics: Getting Started
Автор: Carla L. Goad
Издательство: CRC Press
Год: 2021
Формат: True PDF
Страниц: 395
Размер: 11.5 Mb
Язык: English

SAS for Elementary Statistics: Getting Started provides an introduction to SAS programming for those who have experience with introductory statistical methods. It is also an excellent programming supplement for an introductory statistics course. It is appropriate for the beginning programmer with no prior SAS experience and the researcher who would like to refresh SAS programming skills.
 

2D Game Development with Unity

Автор: buratino от 23-12-2020, 14:57, Коментариев: 0

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

Название: 2D Game Development with Unity
Автор: Franz Lanzinger
Издательство: CRC Press
Год: 2021
Формат: True PDF
Страниц: 444
Размер: 36.8 Mb
Язык: English

This book teaches beginners and aspiring game developers how to develop 2D games with Unity. Thousands of commercial games have been built with Unity. The reader will learn the complete process of 2D game development, step by step. The theory behind each step is fully explained. This book contains numerous color illustrations and access to all source code and companion videos.
 

Pattern Language for Game Design

Автор: buratino от 23-12-2020, 14:46, Коментариев: 0

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

Название: Pattern Language for Game Design
Автор: Christopher Barney
Издательство: CRC Press
Год: 2021
Формат: True PDF
Страниц: 502
Размер: 16.8 Mb
Язык: English

Chris Barney’s Pattern Language for Game Design builds on the revolutionary work of architect Christopher Alexander to show students, teachers, and game development professionals how to derive best practices in all aspects of game design. Using a series of practical, rigorous exercises, designers can observe and analyze the failures and successes of the games they know and love to find the deep patterns that underlie good design. From an in-depth look at Alexander’s work, to a critique of pattern theory in various fields, to a new approach that will challenge your knowledge and put it to work, this book seeks to transform how we look at building the interactive experiences that shape us.
 

Programming Media Art Using Processing: A Beginner's Guide

Автор: buratino от 23-12-2020, 14:09, Коментариев: 0

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

Название: Programming Media Art Using Processing: A Beginner's Guide
Автор: Margaret Noble
Издательство: Chapman and Hall/CRC
Год: 2021
Формат: True PDF
Страниц: 248
Размер: 17.1 Mb
Язык: English

Programming Media Art Using Processing: A Beginner's Guide provides an entry-level exploration into visual design through computer programming using the open source and artist-friendly language, Processing. Used by hundreds of students, this learning system breaks lessons down into strategic steps towards fun and creative media art projects.
 

Beyond the Worst-Case Analysis of Algorithms

Автор: buratino от 23-12-2020, 13:22, Коментариев: 0

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

Название: Beyond the Worst-Case Analysis of Algorithms
Автор: Tim Roughgarden (Editor)
Издательство: Cambridge University Press
Год: 2021
Формат: True PDF
Страниц: 704
Размер: 10 Mb
Язык: English

There are no silver bullets in algorithm design, and no single algorithmic idea is powerful and flexible enough to solve every computational problem. Nor are there silver bullets in algorithm analysis, as the most enlightening method for analyzing an algorithm often depends on the problem and the application. However, typical algorithms courses rely almost entirely on a single analysis framework, that of worst-case analysis, wherein an algorithm is assessed by its worst performance on any input of a given size.
 

Beginning Rust: From Novice to Professional (+code)

Автор: buratino от 23-12-2020, 12:44, Коментариев: 0

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

Название: Beginning Rust: From Novice to Professional
Автор: Milanesi, Carlo
Издательство: Apress
Год: 2018
ISBN: 9781484234686
Формат: epub, pdf
Страниц: XVII, 376
Размер: 5,4 mb
Язык: English

Learn to program with the Rust programming language on Unix, Linux, MacOS, and Windows
 

Street Coder: The rules to break and how to break them (MEAP)

Автор: buratino от 23-12-2020, 12:20, Коментариев: 0

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

Название: Street Coder: The rules to break and how to break them (MEAP Version 2)
Автор: Sedat Kapanoglu
Издательство: Manning Publications Co.
Год: 2020
Формат: True PDF
Страниц: 121
Размер: 13 Mb
Язык: English

Street Coder: Rules to break and how to break them is a guide for beginner programmers making their move from learner to developer. Written by self-taught pro Sedat Kapanoglu, it takes the best practices you learn in a computer science class and deconstructs them to show when they’re beneficial—and when they aren't! The easy-to-follow C# examples easily translate to any modern programming language.