Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 15-11-2019, 18:17
  • Комментариев: 0
Название: A Practical Approach to High-Performance Computing
Автор: Sergei Kurgalin, Sergei Borzunov
Издательство: Springer
Год: 2019
Страниц: 210
Язык: английский
Формат: pdf (true), epub
Размер: 10.08 MB

The book discusses the fundamentals of high-performance computing. The authors combine visualization, comprehensibility, and strictness in their material presentation, and thus influence the reader towards practical application and learning how to solve real computing problems. They address both key approaches to programming modern computing systems: multithreading-based parallelizing in shared memory systems, and applying message-passing technologies in distributed systems. It is only necessary to know the basic constructs of the algorithmic language C, which is used to realize the algorithms and describe the problem solutions presented in the book. The C language was chosen because this language, on the one hand, is widely known and, on the other hand, is one of the main languages for supercomputer computations.
  • Добавил: literator
  • Дата: 15-11-2019, 17:48
  • Комментариев: 0
Название: Artificial Intelligence and Natural Language: 8th Conference, AINL 2019, Tartu, Estonia, November 20–22, 2019,
Proceedings
Автор: Dmitry Ustalov, Andrey Filchenkov
Издательство: Springer
Год: 2020
Страниц: 177
Язык: английский
Формат: pdf (true)
Размер: 12.5 MB

This book constitutes the refereed proceedings of the 8th Conference on Artificial Intelligence and Natural Language, AINL 2019, held in Tartu, Estonia, in November 2019. The 10 revised full papers and 2 short papers were carefully reviewed and selected from 34 submissions. The papers are organized according to the following topics: ​data acquisition and annotation; human-computer interaction; statistical natural language processing; neural language models.
  • Добавил: literator
  • Дата: 15-11-2019, 16:58
  • Комментариев: 0
Название: Deep Learning Techniques for Biomedical and Health Informatics
Автор: Sujata Dash, Biswa Ranjan Acharya
Издательство: Springer
Год: 2020
Страниц: 395
Язык: английский
Формат: pdf (true)
Размер: 11.2 MB

This book presents a collection of state-of-the-art approaches for deep-learning-based biomedical and health-related applications. The aim of healthcare informatics is to ensure high-quality, efficient health care, and better treatment and quality of life by efficiently analyzing abundant biomedical and healthcare data, including patient data and electronic health records (EHRs), as well as lifestyle problems. In the past, it was common to have a domain expert to develop a model for biomedical or health care applications; however, recent advances in the representation of learning algorithms (deep learning techniques) make it possible to automatically recognize the patterns and represent the given data for the development of such model.
  • Добавил: alex66
  • Дата: 15-11-2019, 07:15
  • Комментариев: 0

Название: Introduction to Computer Graphics with OpenGL ES
Автор: JungHyun Han
Издательство: CRC Press
Год: 2018
Формат: PDF
Страниц: 341
Размер: 273,29 МБ
Язык: English

OpenGL ES is the standard graphics API used for mobile and embedded systems. Despite its widespread use, there is a lack of material that addresses the balance of both theory and practice in OpenGL ES. JungHyun Han’s Introduction to Computer Graphics with OpenGL ES achieves this perfect balance. Han’s depiction of theory and practice illustrates how 3D graphics fundamentals are implemented. Theoretical or mathematical details around real-time graphics are also presented in a way that allows readers to quickly move on to practical programming. Additionally, this book presents OpenGL ES and shader code on many topics. Industry professionals, as well as, students in Computer Graphics and Game Programming courses will find this book of importance.
  • Добавил: umkaS
  • Дата: 14-11-2019, 17:21
  • Комментариев: 0
Название: Технология разработки программного обеспечения
Автор: Гагарина Л.Г., Кокорева Е.В., Виснадул Б.Д.
Издательство: М.: Форум, ИНФРА-М
Год: 2008
Cтраниц: 401
Формат: pdf
Размер: 104 мб
Язык: русский

Рассматриваются основные понятия и определения, классификация ПО, этапы создания программного продукта в рамках жизненного цикла, освещается современное состояние технологий разработки программных продуктов. Изложены существующие подходы к оценке качества процессов создания ПО, произведен анализ требований и определение спецификаций ПО.
  • Добавил: literator
  • Дата: 14-11-2019, 16:56
  • Комментариев: 0
Название: Human Centric Visual Analysis with Deep Learning
Автор: Liang Lin, Dongyu Zhang
Издательство: Springer
Год: 2020
Страниц: 160
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

This book introduces the applications of Deep Learning (DL) in various human centric visual analysis tasks, including classical ones like face detection and alignment and some newly rising tasks like fashion clothing parsing. Starting from an overview of current research in human centric visual analysis, the book then presents a tutorial of basic concepts and techniques of Deep Learning. In addition, the book systematically investigates the main human centric analysis tasks of different levels, ranging from detection and segmentation to parsing and higher-level understanding. At last, it presents the state-of-the-art solutions based on Deep Learning for every task, as well as providing sufficient references and extensive discussions.
  • Добавил: literator
  • Дата: 14-11-2019, 16:03
  • Комментариев: 0
Название: Colorful Statistics with Basic Steps in R
Автор: Usman Zafar Paracha
Издательство: Amazon Digital Services LLC
Год: 2019
Страниц: 384
Язык: английский
Формат: pdf (true)
Размер: 21.51 MB

This book is a try to make statistics colorful along with basic instructions in R Programming Language. It has handy illustrations on a huge number of statistical topics with beautiful colors as can be found through the table of contents. Statistics is an art as well as science, and needs help of both fields for explanation. You need stronger imagination as an artist and well-designed research as a scientist.
  • Добавил: alex66
  • Дата: 14-11-2019, 11:33
  • Комментариев: 0

Название: Deep Learning for Natural Language Processing: Creating Neural Networks with Python
Автор: Palash Goyal, Sumit Pandey, Karan Jain
Издательство: Apress
Год: 2018
Формат: PDF
Страниц: 290
Размер: 11,29 МБ
Язык: English

Discover the concepts of deep learning used for natural language processing (NLP), with full-fledged examples of neural network models such as recurrent neural networks, long short-term memory networks, and sequence-2-sequence models.
You’ll start by covering the mathematical prerequisites and the fundamentals of deep learning and NLP with practical examples. The first three chapters of the book cover the basics of NLP, starting with word-vector representation before moving onto advanced algorithms. The final chapters focus entirely on implementation, and deal with sophisticated architectures such as RNN, LSTM, and Seq2seq, using Python tools: TensorFlow, and Keras. Deep Learning for Natural Language Processing follows a progressive approach and combines all the knowledge you have gained to build a question-answer chatbot system.
  • Добавил: buratino
  • Дата: 14-11-2019, 10:24
  • Комментариев: 0
Название: Security Fundamentals 1st Edition
Автор: Crystal Panek
Издательство: Wiley
Год: 2019
Формат: epub/pdf(conv.), true pdf
Страниц: 304
Размер: 10 Mb, 20.8 Mb
Язык: English

A Sybex guide to Windows Security concepts, perfect for IT beginners
Security is one of the most important components to every company’s computer network. That’s why the Security Fundamentals MTA Certification is so highly sought after. Filling IT positions is a top problem in today’s businesses, so this certification could be your first step toward a stable and lucrative IT career. Security Fundamentals is your guide to developing a strong foundational understanding of Windows security, so you can take your IT career to the next level and feel confident going into the certification exam.
Security Fundamentals features approachable discussion of core security concepts and topics, and includes additional learning tutorials and tools. This book covers everything you need to know about security layers, authentication, authorization, security policies, and protecting your server and client. Each chapter closes with a quiz so you can test your knowledge before moving to the next section.
  • Добавил: literator
  • Дата: 13-11-2019, 21:05
  • Комментариев: 0
Название: Native Mobile Development: A Cross-Reference for iOS and Android, 1st Edition
Автор: Shaun Lewis, Mike Dunn
Издательство: O'Reilly Media
Год: 2019
Страниц: 426
Язык: английский
Формат: epub
Размер: 10.1 MB

Learn how to make mobile native app development easier. If your team frequently works with both iOS and Android—or plans to transition from one to the other—this hands-on guide shows you how to perform the most common development tasks in each platform. Want to learn how to make network connections in iOS? Or how to work with a database in Android? This book has you covered.