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



Реклама


Название: Neural Modeling of Speech Processing and Speech Learning: An Introduction
Автор: Bernd J. Kroger, Trevor Bekolay
Издательство: Springer
Год: 2019
Страниц: 282
Язык: английский
Формат: pdf (true)
Размер: 13.6 MB

This book explores the processes of spoken language production and perception from a neurobiological perspective. After presenting the basics of speech processing and speech acquisition, a neurobiologically-inspired and computer-implemented neural model is described, which simulates the neural processes of speech processing and speech acquisition. This book is an introduction to the field and aimed at students and scientists in neuroscience, computer science, medicine, psychology and linguistics.
Разместил: Ingvar16 13-07-2019, 19:11 | Комментарии: 0 | Подробнее

Название: Windows Forms 2.0 programming
Автор: Sells C., Weinhardt M.
Издательство: Addison-Wesley
Год: 2006
Формат: djvu
Страниц: 1030
Для сайта: Mirknig.su
Размер: 39 mb
Язык: английский

“Some books are different—the content can’t be Googled from the Internet, the authors have real-life experiences to share, the code can be used in real-world projects. This is one of those books. And it’s not a simple upgrade of the 1st edition; this book has been completely refitted to present WinForms 2.0 as it should be presented.”
—Neal Myrddin, Independent Developer
Разместил: na5ballov 13-07-2019, 13:26 | Комментарии: 0 | Подробнее
Название: Applied Machine Learning
Автор: David Forsyth
Издательство: Springer
Год: 2019
Страниц: 493
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Covers the ideas in machine learning that everyone going to use learning tools should know, whatever their chosen specialty or career. Machine learning methods are now an important tool for scientists, researchers, engineers and students in a wide range of areas. This book is written for people who want to adopt and use the main tools of machine learning, but aren’t necessarily going to want to be machine learning researchers. Intended for students in final year undergraduate or first year graduate computer science programs in machine learning, this textbook is a machine learning toolkit. Applied Machine Learning covers many topics for people who want to use machine learning processes to get things done, with a strong emphasis on using existing tools and packages, rather than writing one’s own code.
Разместил: Ingvar16 13-07-2019, 13:17 | Комментарии: 0 | Подробнее
Название: Playing Smart: On Games, Intelligence, and Artificial Intelligence
Автор: Julian Togelius
Издательство: The MIT Press
Серия: Playful Thinking
ISBN: 0262039036
Год: 2019
Страниц: 188
Язык: английский
Формат: pdf (true), djvu
Размер: 10.2 MB

A new vision of the future of games and game design, enabled by Artificial Intelligence (AI).
Can games measure intelligence? How will artificial intelligence inform games of the future? In Playing Smart, Julian Togelius explores the connections between games and intelligence to offer a new vision of future games and game design. Video games already depend on AI. We use games to test AI algorithms, challenge our thinking, and better understand both natural and artificial intelligence. In the future, Togelius argues, game designers will be able to create smarter games that make us smarter in turn, applying advanced AI to help design games. In this book, he tells us how.
Разместил: Ingvar16 13-07-2019, 12:43 | Комментарии: 0 | Подробнее

Название: Introduction to Software Design with Java
Автор: Robillard M.P.
Издательство: Springer
Год: 2019
Формат: djvu
Страниц: 302
Для сайта: Mirknig.su
Размер: 14 mb
Язык: английский

This textbook provides an in-depth introduction to software design, with a focus on object-oriented design, and using the Java programming language. Its goal is to help readers learn software design by discovering the experience of the design process. To this end, a narrative is used that introduces each element of design know-how in context, and explores alternative solutions in that context. The narrative is supported by hundreds of code fragments and design diagrams. The first chapter is a general introduction to software design.
Разместил: na5ballov 13-07-2019, 07:53 | Комментарии: 0 | Подробнее
Название: Путь к изучению React. Ваше путешествие по освоению обычного, но прагматичного React
Автор: Робин Вирух
Издательство: Leanpub
Год: 2018
Страниц: 231
Язык: русский
Формат: pdf (true), djvu
Размер: 10.16 MB

React в последнее время выигрывает на фоне других javascript библиотек своей популярностью, что делает изучение её ещё более обязательным и полезным для разработчиков на javascript. Это руководство представляет из себя путеводитель по технологии, в котором рассказывается, как правильно изучать React, с чего начинать и какие источники ещё смотреть. Также вы познакомитесь с ES6 и напишите множество готовых веб-приложений.
Разместил: Ingvar16 12-07-2019, 16:42 | Комментарии: 0 | Подробнее
Название: Artificial Neural Networks with Java: Tools for Building Neural Network Applications
Автор: Igor Livshin
Издательство: Apress
Год: 2019
Страниц: 575
Язык: английский
Формат: pdf (true), epub
Размер: 20.9 MB

Use Java to develop neural network applications in this practical book. After learning the rules involved in neural network processing, you will manually process the first neural network example. This covers the internals of front and back propagation, and facilitates the understanding of the main principles of neural network processing. Artificial Neural Networks with Java also teaches you how to prepare the data to be used in neural network development and suggests various techniques of data preparation for many unconventional tasks. The next big topic discussed in the book is using Java for neural network processing. You will use the Encog Java framework and discover how to do rapid development with Encog, allowing you to create large-scale neural network applications.
Разместил: Ingvar16 12-07-2019, 16:38 | Комментарии: 0 | Подробнее
Название: The Object-Oriented Thought Process (Developer's Library) 5th Edition
Автор: Matt Weisfeld
Издательство: Addison-Wesley Professional
Серия: Developer's Library
ISBN: 0135181968
Год: 2019
Страниц: 190
Язык: английский
Формат: pdf, djvu
Размер: 10.17 MB

Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, Visual Basic .NET, Ruby, Objective-C, and Swift. Objects also form the basis for many web technologies such as javascript, Python, and PHP. It is of vital importance to learn the fundamental concepts of object orientation before starting to use object-oriented development environments. OOP promotes good design practices, code portability, and reuse–but it requires a shift in thinking to be fully understood. Programmers new to OOP should resist the temptation to jump directly into a particular programming language or a modeling language, and instead first take the time to learn what author Matt Weisfeld calls “the object-oriented thought process.”
Разместил: Ingvar16 12-07-2019, 16:33 | Комментарии: 0 | Подробнее
Название: Unreal for Mobile and Standalone VR: Create Professional VR Apps Without Coding
Автор: Cornel Hillmann
Издательство: Apress
Год: 2019
Страниц: 344
Язык: английский
Формат: pdf (true)
Размер: 21.0 MB

Apply the techniques needed to build VR applications for mobile and standalone head-mounted displays (HMDs) using the Unreal Engine. This book covers the entire VR ecosystem including production tools, Unreal engine, workflows, performance and optimization, and presents two fully-developed projects to reinforce what you've learned. Media designers, CG artists and other creatives will be able to take advantage of real-time engine techniques and easy-to-learn visual scripting logic to turn their creations into immersive and interactive VR worlds. Gear VR, the Oculus Go and other Android based VR HMDs are becoming exciting new platforms for immersive business presentations, entertainment and educational solutions. The Unreal engine, one of the world’s most powerful and popular game engines, is now free to use and has become increasingly popular for real-time visualizations and enterprise solutions in recent years.
Разместил: Ingvar16 12-07-2019, 16:29 | Комментарии: 0 | Подробнее
Название: Stream Processing with Apache Spark (Early Release)
Автор: Gerard Maas, Francois Garillot
Издательство: O’Reilly Media, Inc.
ISBN: 1491944242
Год: 2019
Страниц: 156
Язык: английский
Формат: pdf, djvu
Размер: 10.1 MB

To build analytics tools that provide faster insights, knowing how to process data in real time is a must, and moving from batch processing to stream processing is absolutely required. Fortunately, the Spark in-memory framework/platform for processing data has added an extension devoted to fault-tolerant stream processing: Spark Streaming.
If you're familiar with Apache Spark and want to learn how to implement it for streaming jobs, this practical book is a must.
Разместил: Ingvar16 12-07-2019, 16:25 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности