Добавить в закладки
Наш форум
Правила Litmy.ru
Мы в Вконтакте
Подписка на RSS
Для правообладателей
Поиск книг:
Разделы сайта
Авторизация
Регистрация



Реклама


Название: Game Development with Ren'Py: Introduction to Visual Novel Games Using Ren'Py, TyranoBuilder, and Twine
Автор: Robert Ciesla
Издательство: Apress
Год: 2019
Формат: true pdf/epub/mobi
Страниц: 346
Размер: 14.5 Mb
Язык: English

Get your feet wet in developing visual novels and take a guided tour through easy to follow tutorials using three of the most popular tools (Ren'Py, TyranoBuilder, and Twine). This book uses a two-pronged approach into the fine art of text-based games, showing you what makes for compelling writing as well as the programming logic and techniques needed to bring your visual novels to life.
Разместил: buratino 29-06-2019, 17:07 | Комментарии: 0 | Подробнее
Название: Python for Probability, Statistics, and Machine Learning, Second Edition
Автор: Jose Unpingco
Издательство: Springer
Год: 2019
Страниц: 395
Язык: английский
Формат: pdf (true)
Размер: 11.1 MB

This textbook, fully updated to feature Python version 3.7, covers the key ideas that link probability, statistics, and machine learning illustrated using Python modules. The entire text, including all the figures and numerical results, is reproducible using the Python codes and their associated Jupyter/IPython notebooks, which are provided as supplementary downloads. The author develops key intuitions in machine learning by working meaningful examples using multiple analytical methods and Python codes, thereby connecting theoretical concepts to concrete implementations. The update features full coverage of Web-based scientific visualization with Bokeh Jupyter Hub; Fisher Exact, Cohen’s D and Rank-Sum Tests; Local Regression, Spline, and Additive Methods; and Survival Analysis, Stochastic Gradient Trees, and Neural Networks and Deep Learning. Modern Python modules like Pandas, Sympy, and Scikit-learn are applied to simulate and visualize important machine learning concepts like the bias/variance trade-off, cross-validation, and regularization. Many abstract mathematical ideas, such as convergence in probability theory, are developed and illustrated with numerical examples.
Разместил: literator 29-06-2019, 15:55 | Комментарии: 0 | Подробнее
Название: Data Science Using Python and R
Автор: Chantal D. Larose and Daniel T. Larose
Издательство: Wiley
ISBN: 1119526817
Год: 2019
Страниц: 247
Язык: английский
Формат: pdf (true), djvu
Размер: 10.1 MB

Learn data science by doing data science! Data Science Using Python and R will get you plugged into the world’s two most widespread open-source platforms for data science: Python and R. Data science is hot. Bloomberg called data scientist “the hottest job in America.” Python and R are the top two open-source data science tools in the world. In Data Science Using Python and R, you will learn step-by-step how to produce hands-on solutions to real-world business problems, using state-of-the-art techniques. Data Science Using Python and R is written for the general reader with no previous analytics or programming experience. An entire chapter is dedicated to learning the basics of Python and R. Then, each chapter presents step-by-step instructions and walkthroughs for solving data science problems using Python and R.
Разместил: literator 29-06-2019, 15:19 | Комментарии: 0 | Подробнее
Название: Practical Modelling of Dynamic Decision Making
Автор: Rick Evertsz, John Thangarajah
Издательство: Springer
ISBN: 3319951947
Год: 2019
Страниц: 110
Жанр: Искусственный интеллект
Язык: английский
Формат: pdf (true), djvu
Размер: 19.2 MB

This book presents TDF (Tactics Development Framework), a practical methodology for eliciting and engineering models of expert decision-making in dynamic domains. The authors apply the BDI (Beliefs, Desires, Intentions) paradigm to the elicitation and modelling of dynamic decision making expertise, including team behaviour, and map it to a diagrammatic representation that is intuitive to domain experts. This book is concerned with how to model the dynamic decision-making capabilities of individuals as well as teams, with a view to engineering competent, autonomous decision-making systems for applications such as UASs (Unmanned Aerial Systems) as well as simulations that implement virtual human characters.
Разместил: literator 29-06-2019, 15:13 | Комментарии: 0 | Подробнее
Название: Making Musical Apps: Real-time audio synthesis on Android and iOS
Автор: Peter Brinkmann
Издательство: O'Reilly Media
Год: 2012
Формат: PDF
Размер: 10 Мб
Язык: английский / English

Want to turn your mobile device into a musical instrument? Or equip your game with interactive audio, rather than canned samples? You can do it with Pure Data (Pd), an open source visual programming environment that lets you manipulate digital audio in real time. This concise book shows you how to use Pd—with help from the libpd library—as an easily embeddable and widely portable sound engine.
Разместил: harun54 29-06-2019, 09:21 | Комментарии: 0 | Подробнее
Название: Internet of Things and Smart Environments: Assistive Technologies for Disability, Dementia, and Aging
Автор: Seyed Shahrestani
Издательство: Springer
Год: 2017
Формат: PDF
Размер: 3 Мб
Язык: английский / English

This book is focused on the Internet of Things (IoT) services and smart environments that can be of assistance to the elderly and individuals living with dementia or some sensory impairment. The book outlines the requirements of the systems that aim to furnish some digital sensory or cognitive assistance to the individuals and their caregivers. Internet of Things and Smart Environments: Assistive Technologies for Disability, Dementia, and Aging covers the important evolutions of the IoT, the sensors, actuators, wireless communication and pervasive computing systems, and other enabling technologies that power up this megatrend infrastructure. The use of the IoT-based systems in improving the conventional assistive technologies and provisions of ambient assisted living are also covered.
Разместил: harun54 29-06-2019, 08:49 | Комментарии: 0 | Подробнее
Название: Hardware and Software Support for Virtualization
Автор: Edouard Bugnion and Jason Nieh
Издательство: Morgan & Claypool Publishers
Год: 2017
Формат: PDF
Размер: 1 Мб
Язык: английский / English

This book focuses on the core question of the necessary architectural support provided by hardware to efficiently run virtual machines, and of the corresponding design of the hypervisors that run them. Virtualization is still possible when the instruction set architecture lacks such support, but the hypervisor remains more complex and must rely on additional techniques.
Разместил: harun54 29-06-2019, 08:45 | Комментарии: 0 | Подробнее
Название: Dive Into Refactoring
Автор: Alexander Shvets
Издательство: Independently publisher
Год: 2019
Страниц: 336
Язык: английский
Формат: pdf (true)
Размер: 12.0 MB

Hi, my name is Alexander Shvets. After two years of work, I'm happy to present to you my course on refactoring, which will make you a better programmer.
The book is divided into two large sections: Code Smells and Refactoring Techniques. The first part describes various signs and symptoms of dirty code. The second part shows different methods to treat dirty code and make it clean. The course teaches you about 21 smells of bad code and 66 refactoring techniques to fix them. Each chapter includes examples in Java, C# and PHP.
Разместил: literator 29-06-2019, 03:19 | Комментарии: 0 | Подробнее
Название: Arista Warrior: A Real-World Guide to Understanding Arista Products and EOS Second Edition
Автор: Gary A. Donahue
Издательство: O'Reilly Media
Год: 2019
Формат: epub, true pdf
Страниц: 572
Размер: 58.1 Mb, 34.3 Mb
Язык: English

Arista Networks has become a key player in software-driven cloud networking solutions for large data center, storage, and computing environments, and is poised to make an impact in other areas as well. In this updated edition, renowned trainer, consultant, and technical author Gary A. Donahue (Network Warrior) provides an in-depth, objective guide to Arista’s products. You’ll learn why the company’s network switches, software products, and Extensible Operating System (EOS) are so effective.
Разместил: buratino 29-06-2019, 00:33 | Комментарии: 2 | Подробнее
Название: A Primer on Quantum Computing
Автор: Franklin De Lima Marquezino, Renato Portugal,
Издательство: Springer
Год: 2019
Страниц: 114
Язык: английский
Формат: pdf (true), djvu
Размер: 10.1 MB

This book is about quantum computing and quantum algorithms. The book starts with a chapter introducing the basic rules of quantum mechanics and how they can be used to build quantum circuits and perform computations. Further, Grover's algorithm is presented for unstructured search discussing its consequences and applications. Next, important techniques are discussed such as Quantum Fourier Transform and quantum phase estimation. Finally, Shor's algorithm for integer factorization is explained. At last, quantum walks are explained in detail covering both the discrete and continuous time models,and applications of this techniques are described for the design and analyses of quantum algorithms.
Разместил: literator 28-06-2019, 19:37 | Комментарии: 0 | Подробнее



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