LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 1-02-2022, 22:38
  • Комментариев: 0
Soft Computing for Data Analytics, Classification Model, and ControlНазвание: Soft Computing for Data Analytics, Classification Model, and Control
Автор: Deepak Gupta, Aditya Khamparia, Ashish Khanna
Издательство: Springer
Год: 2022
Страниц: 165
Язык: английский
Формат: pdf (true), epub
Размер: 23.7 MB

This book presents a set of soft computing approaches and their application in data analytics, classification model, and control. The basics of fuzzy logic implementation for advanced hybrid fuzzy driven optimization methods has been covered in the book. The various soft computing techniques, including Fuzzy Logic, Rough Sets, Neutrosophic Sets, Type-2 Fuzzy logic, Neural Networks, Generative Adversarial Networks, and Evolutionary Computation have been discussed and they are used on variety of applications including data analytics, classification model, and control.
  • Добавил: literator
  • Дата: 1-02-2022, 17:22
  • Комментариев: 0
Low-Power Computer Vision: Improve the Efficiency of Artificial IntelligenceНазвание: Low-Power Computer Vision: Improve the Efficiency of Artificial Intelligence
Автор: George K. Thiruvathukal, Yung-Hsiang Lu
Издательство: CRC Press
Год: 2022
Страниц: 436
Язык: английский
Формат: pdf (true)
Размер: 22.3 MB

Deep Neural Networks (DNNs) are greatly successful in performing many different computer vision tasks. However, the state-of-the-art DNNs are too energy, computation, and memory-intensive to be deployed on most computing devices and embedded systems. DNNs usually require server-grade CPUs and GPUs. To make computer vision more ubiquitous, recent research has focused on making DNNs more efficient. These techniques make DNNs smaller and faster through various refinements and thus are enabling computer vision on battery-powered mobile devices. Through this article, we survey the recent progress in low-power Deep Learning to discuss and analyze the advantages, limitations, and potential improvements to the different techniques. We particularly focus on the software-based techniques for low-power DNN inference.
  • Добавил: literator
  • Дата: 31-01-2022, 18:16
  • Комментариев: 0
The Statistical Physics of Data Assimilation and Machine LearningНазвание: The Statistical Physics of Data Assimilation and Machine Learning
Автор: Henry D. I. Abarbanel
Издательство: Cambridge University Press
Год: 2022
Страниц: 207
Язык: английский
Формат: pdf (true)
Размер: 138.8 MB

Data assimilation is a hugely important mathematical technique, relevant in fields as diverse as geophysics, Data Science, and neuroscience. This modern book provides an authoritative treatment of the field as it relates to several scientific disciplines, with a particular emphasis on recent developments from Machine Learning (ML) and its role in the optimisation of data assimilation. Underlying theory from statistical physics, such as path integrals and Monte Carlo methods, are developed in the text as a basis for data assimilation, and the author then explores examples from current multidisciplinary research such as the modelling of shallow water systems, ocean dynamics, and neuronal dynamics in the avian brain. The theory of data assimilation and Machine Learning is introduced in an accessible and unified manner, and the book is suitable for undergraduate and graduate students from science and engineering without specialized experience of statistical physics.
  • Добавил: literator
  • Дата: 31-01-2022, 10:04
  • Комментариев: 0
Differential Evolution: From Theory to PracticeНазвание: Differential Evolution: From Theory to Practice
Автор: B. Vinoth Kumar, Diego Oliva, P. N. Suganthan
Издательство: Springer
Серия: Studies in Computational Intelligence
Год: 2022
Страниц: 389
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

This book addresses and disseminates state-of-the-art research and development of differential evolution (DE) and its recent advances, such as the development of adaptive, self-adaptive and hybrid techniques. Differential evolution is a population-based meta-heuristic technique for global optimization capable of handling non-differentiable, non-linear and multi-modal objective functions. Many advances have been made recently in differential evolution, from theory to applications. This book comprises contributions which include theoretical developments in DE, performance comparisons of DE, hybrid DE approaches, parallel and distributed DE for multi-objective optimization, software implementations, and real-world applications. The book is useful for researchers, practitioners, and students in disciplines such as optimization, heuristics, operations research and natural computing.
  • Добавил: literator
  • Дата: 31-01-2022, 09:28
  • Комментариев: 0
Practical Automation with PowerShell (MEAP v05)Название: Practical Automation with PowerShell (MEAP v05)
Автор: Matthew Dowst
Издательство: Manning Publications
Год: 2022
Страниц: 229
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Take PowerShell beyond simple scripts and build time-saving automations for your team, your users, and the world. Practical Automation in PowerShell reveals how you can use PowerShell to build automation solutions for a huge number of common admin and DevOps tasks. It takes you beyond scripting basics and shows you how to handle the unforeseen complexities that can keep automations from becoming reusable and resilient. You’ll discover tools and platforms that let you share your automations with your team and even roll them out to non-technical users through easy-to-understand Sharepoint frontends.
  • Добавил: literator
  • Дата: 31-01-2022, 07:04
  • Комментариев: 0
Introduction to Computer Organization: An Under the Hood Look at Hardware and x86-64 AssemblyНазвание: Introduction to Computer Organization: An Under the Hood Look at Hardware and x86-64 Assembly
Автор: Robert Plantz
Издательство: No Starch Press
Год: 2022
Страниц: 515
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB, 10.1 MB

Introduction to Computer Organization gives programmers a practical understanding of what happens in a computer when you execute your code. You may never have to write x86-64 assembly language or design hardware yourself, but knowing how the hardware and software works will give you greater control and confidence over your coding decisions. We start with high level fundamental concepts like memory organization, binary logic, and data types and then explore how they are implemented at the assembly language level.
  • Добавил: literator
  • Дата: 30-01-2022, 20:55
  • Комментариев: 0
Using Python 3.9 and BeautifulSoup to Web Scrape Market, Economic, Financial and Historical Company Earnings DataНазвание: Using Python 3.9 and BeautifulSoup to Web Scrape Market, Economic, Financial and Historical Company Earnings Data
Автор: John Lee
Издательство: Independently published
Год: January 01, 2022
Страниц: 357
Язык: английский
Формат: epub
Размер: 34.7 MB

We will use Python and the Python Library BeautifulSoup to retrieve many different types of market, financial and economic data. The types of market, financial and economic data we will retrieve are stock, market index, currency rates, bonds, futures, mutual funds, electronically traded funds (ETF), commodities, balance sheet, income statement, statement of cash flow, GDP, consumer price index, unemployment rate, household income and money supply. Chapter 28 discusses how to retrieve historical company earnings. When web scraping, we will use the BeautifulSoup Python library. People who read this book will need a working knowledge of Python. This book will not explain Python; instead, readers will study the code to learn different Python techniques and where to get the financial, market and economic data. Like experience programmers, the reader will google any Python programming concept that needs more clarifications.
  • Добавил: literator
  • Дата: 30-01-2022, 05:04
  • Комментариев: 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.
  • Добавил: 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.
  • Добавил: 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.