Research Anthology on Artificial Neural Network Applications

Автор: literator от 30-01-2022, 05:38, Коментариев: 0

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

Research Anthology on Artificial Neural Network ApplicationsНазвание: Research Anthology on Artificial Neural Network Applications
Автор: MehdiKhosrow-Pour (Editor-in-Chief)
Издательство: Engineering Science Reference, IGI Global
Год: 2022
Страниц: 1612
Язык: английский
Формат: pdf (true)
Размер: 63.9 MB

Artificial neural networks (ANNs) present many benefits in analyzing complex data in a proficient manner. As an effective and efficient problem-solving method, ANNs are incredibly useful in many different fields. From education to medicine and banking to engineering, artificial neural networks are a growing phenomenon as more realize the plethora of uses and benefits they provide. Due to their complexity, it is vital for researchers to understand ANN capabilities in various fields.
 

7 days with Binary Tree

Автор: literator от 29-01-2022, 20:51, Коментариев: 0

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

7 days with Binary TreeНазвание: 7 days with Binary Tree
Автор: Aditya Chatterjee, Ue Kiao
Издательство: OpenGenus
Год: 2021
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Binary Tree is one of the most important Data Structure (for Coding Interviews and Real Life System Design) and is equally challenging. With practice and correct way of thinking, you can master it easily and know when to use it in real life problems. We will attempt one problem every day in the week and analyze the problem deeply. On following this routine sincerely, you will get a strong hold on Binary Tree data structure quickly and will be able to attempt interview and real-life problems easily.
 

Hands-On Artificial Intelligence for Android

Автор: literator от 29-01-2022, 18:36, Коментариев: 0

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

Hands-On Artificial Intelligence for AndroidНазвание: Hands-On Artificial Intelligence for Android: Understand Machine Learning and Unleash the Power of TensorFlow in Android Applications with Google ML Kit
Автор: Vasco Correia Veloso
Издательство: BPB Publications
Год: 2022
Страниц: 650
Язык: английский
Формат: epub
Размер: 10.2 MB

This book features techniques and real implementations of machine learning applications on Android phones. This book covers various developer tools, including TensorFlow and Google ML Kit. The book begins with a quick review of android application development fundamentals and a couple of Java and Kotlin implementations developed using the Android Studio integrated development environment. The book explores TensorFlow Lite and Google ML Kit, along with some of the most widely used machine learning techniques. The book covers real projects on TensorFlow, demonstrates how to collect photos with Camera X, and preprocess them with the Google ML Kit. This book is intended for android developers, application engineers, machine learning engineers, and anybody interested in infusing intelligent, inventive, and smart features into mobile phones. Readers should have a basic understanding of the Java programming language.
 

Программирование алгоритмов обработки данных

Автор: kotmatros255 от 29-01-2022, 14:52, Коментариев: 0

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

Название: Программирование алгоритмов обработки данных
Автор: Ускова О.Ф., Огаркова Н.А., Воронина И.Е. и др.
Издательство: БХВ-Петербург
Год: 2003
ISBN: 5-94157-391-X
Формат: pdf
Страниц: 187
Размер: 19,6 Мб
Язык: русский

Учебное пособие для тех, кто уже приобрел начальные навыки программирования. В качестве базового используется язык Turbo Pascal. Объясняются понятия модульного и объектно-ориентированного программирования, дается представление о различных видах программ, в т. ч. рекурсивных, с возвратами.
 

С++. Начала программирования

Автор: kotmatros255 от 29-01-2022, 14:34, Коментариев: 0

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

Название: С++. Начала программирования
Автор: Ишкова Э.А.
Издательство: Бином-Пресс
Год: 2004
ISBN: 5-9518-0063-3
Формат: pdf
Страниц: 359
Размер: 16,2 Mb
Язык: Русский

Учебник предлагает курс программирования, разделенный на несколько частей: начальный курс и дополняющие. Начальный курс представляет собой выборку из языка С++, по объему и содержанию достаточную для изучения процедурного программирования. Остальные части учебника последовательно дополняют первую, включая специфические разделы С и С++, что в общем соответствует курсу объектно-ориентированного программирования, а также некоторые другие, избранные, разделы.

Изменил: kotmatros255 по причине: восстановил ссылки

 

Алгоритмы параллельных вычислений и программирование

Автор: kotmatros255 от 29-01-2022, 09:16, Коментариев: 0

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

Название: Алгоритмы параллельных вычислений и программирование
Автор: Бурова И.Г., Демьянович Ю.К.
Издательство: СПбГУ
Год: 2007
Формат: pdf
Страниц: 208
Размер: 13,7 Мб
Язык: русский

Параллельное программирование невозможно без представления о методах решения возникающих задач, об архитектуре параллельных вычислительных систем и о математическом обеспечении, которое имеют эти системы. Важно знать класс методов, удобных для реализации на параллельной системе, и алгоритмическую структуру этих методов, а также изучить средства параллельного программирования.
 

Formal Methods in Computer Science

Автор: literator от 28-01-2022, 17:14, Коментариев: 0

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

Formal Methods in Computer ScienceНазвание: Formal Methods in Computer Science
Автор: Jiacun Wang, William Tepfenhart
Издательство: CRC Press
Год: 2020
Страниц: 313
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Formal Methods in Computer Science gives students a comprehensive introduction to formal methods and their application in software and hardware specification and verification. The first part introduces some fundamentals in formal methods, including set theory, functions, finite state machines, and regular expressions. The second part focuses on logic, a powerful formal language in specifying systems properties. It covers propositional logic, predicate logic, temporal logic, and model checking. The third part presents Petri nets, the most popular formal language in system behavior modeling. In additional to regular Petri nets, this part also examines timed Petri nets and high-level Petri nets. The textbook is ideal for undergraduate or graduate courses in computer engineering, software engineering, computer science, and information technology programs.
 

Command-Line Rust: A Project-Based Primer for Writing Rust CLIs (Final)

Автор: literator от 28-01-2022, 14:36, Коментариев: 0

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

Command-Line Rust: A Project-Based Primer for Writing Rust CLIs (Final)Название: Command-Line Rust: A Project-Based Primer for Writing Rust CLIs (Final)
Автор: Ken Youens-Clark
Издательство: O’Reilly Media, Inc.
Год: 2022
Страниц: 399
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.05 MB

В течение нескольких лет подряд Rust был признан "самым любимым языком программирования" в ежегодном опросе разработчиков Stack Overflow. Этот язык системного программирования с открытым исходным кодом сегодня используется во всем - от игровых движков и операционных систем до компонентов браузеров и движков для моделирования виртуальной реальности. Но Rust также является невероятно сложным языком с печально известной кривой обучения. Вместо того, чтобы сосредоточиться на языке в целом, это руководство обучает Rust с помощью одной небольшой, полной, сфокусированной программы в каждой главе. Автор Кен Юенс-Кларк покажет вам, как начать, написать и протестировать каждую из этих программ, чтобы создать законченный продукт. Вы узнаете, как обрабатывать ошибки в Rust, читать и записывать файлы, использовать регулярные выражения, типы Rust, структуры и многое другое.
 

SSD for R: An R Package for Analyzing Single-Subject Data, 2nd Edition

Автор: literator от 28-01-2022, 14:06, Коментариев: 0

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

SSD for R: An R Package for Analyzing Single-Subject Data, 2nd EditionНазвание: SSD for R: An R Package for Analyzing Single-Subject Data, 2nd Edition
Автор: Charles Auerbach, Wendy Zeitlin
Издательство: Oxford University Press
Год: 2022
Страниц: 225
Язык: английский
Формат: pdf (true)
Размер: 22.0 MB

Single-subject research designs have been used to build evidence to the effective treatment of problems across various disciplines including social work, psychology, psychiatry, medicine, allied health fields, juvenile justice, and special education. SSD for R serves as a guide for those desiring to conduct single-subject data analysis and introduces readers to the various functions available in SSD for R, a new, free, and innovative software package written in R--the open-source statistical programming language that was written by the book's authors. SSD for R is the only book of its kind to describe single-subject data analysis while providing free statistical software to do so.
 

Machine Learning and Optimization Models for Optimization in Cloud

Автор: literator от 28-01-2022, 13:50, Коментариев: 0

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

Machine Learning and Optimization Models for Optimization in CloudНазвание: Machine Learning and Optimization Models for Optimization in Cloud
Автор: Punit Gupta, Mayank Kumar Goyal
Издательство: CRC Press
Год: 2022
Страниц: 219
Язык: английский
Формат: pdf (true)
Размер: 15.1 MB

Machine Learning and Models for Optimization in Cloud’s main aim is to meet the user requirement with high quality of service, least time for computation and high reliability. With increase in services migrating over cloud providers, the load over the cloud increases resulting in fault and various security failure in the system results in decreasing reliability. To fulfill this requirement cloud system uses intelligent metaheuristic and prediction algorithm to provide resources to the user in an efficient manner to manage the performance of the system and plan for upcoming requests. Intelligent algorithm helps the system to predict and find a suitable resource for a cloud environment in real time with least computational complexity taking into mind the system performance in under loaded and over loaded condition.