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



Реклама


Название: A Guided Tour of Artificial Intelligence Research: Volume III: Interfaces and Applications of Artificial Intelligence
Автор: Pierre Marquis (Editor), Odile Papini (Editor), Henri Prade (Editor)
Издательство: Springer
Год: 2020
Формат: true pdf/epub
Страниц: 593
Размер: 31.3 mb
Язык: English

This third volume is dedicated to the interfaces of AI with various fields, with which strong links exist either at the methodological or at the applicative levels. The foreword of this volume reminds us that AI was born for a large part from cybernetics. Chapters are devoted to disciplines that are historically sisters of AI: natural language processing, pattern recognition and computer vision, and robotics. Also close and complementary to AI due to their direct links with information are databases, the semantic web, information retrieval and human-computer interaction. All these disciplines are privileged places for applications of AI methods. This is also the case for bioinformatics, biological modeling and computational neurosciences.
Разместил: bomboane 12-05-2020, 12:38 | Комментарии: 0 | Подробнее
Название: A Guided Tour of Artificial Intelligence Research: Volume II: AI Algorithms
Автор: Pierre Marquis (Editor), Odile Papini (Editor), Henri Prade (Editor)
Издательство: Springer
Год: 2020
Формат: true pdf/epub
Страниц: 538
Размер: 19.1 Mb
Язык: English

The purpose of this book is to provide an overview of AI research, ranging from basic work to interfaces and applications, with as much emphasis on results as on current issues. It is aimed at an audience of master students and Ph.D. students, and can be of interest as well for researchers and engineers who want to know more about AI.
Разместил: bomboane 12-05-2020, 12:32 | Комментарии: 0 | Подробнее
Название: PYTHON PROGRAMMING AND MACHINE LEARNING: The ultimate guide for beginners to learn Python and mastering the fundamentals of ML + tools and tricks
Автор: John Code
Издательство: Amazon
Год: 2020
Формат: azw3/pdf(conv.)
Страниц: 266
Размер: 7.7 Mb
Язык: English

This book includes:
Python Programming for Beginners
Python Machine Learning

Разместил: bomboane 12-05-2020, 12:26 | Комментарии: 0 | Подробнее
A Guided Tour of Artificial Intelligence Research: Volume I: Knowledge Representation, Reasoning and LearningНазвание: A Guided Tour of Artificial Intelligence Research: Volume I: Knowledge Representation, Reasoning and Learning
Автор: Pierre Marquis, Odile Papini
Издательство: Springer
Год: 2020
Страниц: 818
Язык: английский
Формат: pdf (true), epub
Размер: 24.3 MB

The purpose of this book is to provide an overview of AI research, ranging from basic work to interfaces and applications, with as much emphasis on results as on current issues. It is aimed at an audience of master students and Ph.D. students, and can be of interest as well for researchers and engineers who want to know more about AI. The book is split into three volumes
Разместил: Ingvar16 12-05-2020, 12:17 | Комментарии: 0 | Подробнее
Название: The Software Architect Elevator: Redefining the Architect's Role in the Digital Enterprise First Edition
Автор: Gregor Hohpe
Издательство: O'Reilly Media
Год: 2020-04-07
Формат: epub, true pdf
Страниц: 366
Размер: 19.3 M, 15.1 Mb
Язык: English

As the digital economy changes the rules of the game for enterprises, the role of software and IT architects is also transforming. Rather than focus on technical decisions alone, architects and senior technologists need to combine organizational and technical knowledge to effect change in their company’s structure and processes. To accomplish that, they need to connect the IT engine room to the penthouse, where the business strategy is defined.
In this guide, author Gregor Hohpe shares real-world advice and hard-learned lessons from actual IT transformations. His anecdotes help architects, senior developers, and other IT professionals prepare for a more complex but rewarding role in the enterprise.
Разместил: bomboane 12-05-2020, 10:31 | Комментарии: 0 | Подробнее
Название: Designing Elixir Systems With OTP: Write Highly Scalable, Self-healing Software with Layers
Автор: II James Edward Gray, Bruce A. Tate
Издательство: Pragmatic Bookshelf
Год: 2019
Формат: true pdf/epub/azw3
Страниц: 248
Размер: 10.1 Mb
Язык: English

You know how to code in Elixir; now learn to think in it. Learn to design libraries with intelligent layers that shape the right data structures, flow from one function into the next, and present the right APIs. Embrace the same OTP that's kept our telephone systems reliable and fast for over 30 years. Move beyond understanding the OTP functions to knowing what's happening under the hood, and why that matters. Using that knowledge, instinctively know how to design systems that deliver fast and resilient services to your users, all with an Elixir focus.
Разместил: bomboane 12-05-2020, 10:16 | Комментарии: 0 | Подробнее
Название: Building an Anonymization Pipeline: Creating Safe Data First Edition
Автор: Luk Arbuckle and Khaled El Emam
Издательство: O’Reilly Media
Год: 2020-04-10
Формат: true pdf/epub
Страниц: 166
Размер: 16.4 Mb
Язык: English

How can you use data in a way that protects individual privacy but still provides useful and meaningful analytics? With this practical book, data architects and engineers will learn how to establish and integrate secure, repeatable anonymization processes into their data flows and analytics in a sustainable manner.
Разместил: bomboane 12-05-2020, 10:08 | Комментарии: 0 | Подробнее
Название: Programming Elm: Build Safe, Sane, and Maintainable Front-End Applications
Автор: Jeremy Fairbank
Издательство: Pragmatic Bookshelf
Год: 2019
Формат: true pdf/epub
Страниц: 308
Размер: 12.6 Mb
Язык: English

Elm brings the safety and stability of functional programing to front-end development, making it one of the most popular new languages. Elm's functional nature and static typing means that run-time errors are nearly impossible, and it compiles to javascript for easy web deployment. This book helps you take advantage of this new language in your web site development. Learn how the Elm Architecture will help you create fast applications. Discover how to integrate Elm with javascript so you can update legacy applications. See how Elm tooling makes deployment quicker and easier.
Разместил: bomboane 12-05-2020, 09:46 | Комментарии: 0 | Подробнее
Название: Effective Python: 90 Specific Ways to Write Better Python, Second Edition
Автор: Brett Slatkin
Издательство: Addison-Wesley Professional
Год: 2019
Формат: epub, true pdf
Страниц: 480
Размер: 54 Mb, 11.8 Mb
Язык: English

It’s easy to start developing programs with Python, which is why the language is so popular. However, Python’s unique strengths, charms, and expressiveness can be hard to grasp, and there are hidden pitfalls that can easily trip you up.
This second edition of Effective Python will help you master a truly “Pythonic” approach to programming, harnessing Python’s full power to write exceptionally robust and well-performing code. Using the concise, scenario-driven style pioneered in Scott Meyers’ best-selling Effective C++, Brett Slatkin brings together 90 Python best practices, tips, and shortcuts, and explains them with realistic code examples so that you can embrace Python with confidence.
Разместил: bomboane 12-05-2020, 09:28 | Комментарии: 0 | Подробнее
Название: Modern Systems Programming with Scala Native: Write Lean, High-Performance Code without the JVM
Автор: Richard Whaling
Издательство: Pragmatic Bookshelf
Год: 2020
Формат: true pdf/epub
Страниц: 262
Размер: 10.6 Mb
Язык: English

Access the power of bare-metal systems programming with Scala Native, an ahead-of-time Scala compiler. Without the baggage of legacy frameworks and virtual machines, Scala Native lets you re-imagine how your programs interact with your operating system. Compile Scala code down to native machine instructions; seamlessly invoke operating system APIs for low-level networking and IO; control pointers, arrays, and other memory management techniques for extreme performance; and enjoy instant start-up times. Skip the JVM and improve your code performance by getting close to the metal.
Разместил: bomboane 12-05-2020, 09:09 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности