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

  • Добавил: literator
  • Дата: 11-10-2023, 22:15
  • Комментариев: 0
Название: Numerical Methods for Black-Box Software in Computational Continuum Mechanics: Parallel High-Performance Computing
Автор: Sergey I. Martynenko
Издательство: De Gruyter
Год: 2023
Страниц: 148
Язык: английский
Формат: pdf (true)
Размер: 12.5 MB

The organization of the material is presented as follows. This introductory chapter I represents a theoretical analysis of the computational algorithms for a numerical solution of the basic equations in continuum mechanics. In this chapter, the general requirements for computational grids, discretization, and iterative methods for black-box software are examined. Finally, a concept of a two-grid algorithm for (de-)coupled solving multidimensional non-linear (initial-)boundary value problems in continuum mechanics (multiphysics simulation) in complex domains is presented. Chapter II contains descriptions of the sequential Robust Multigrid Technique which is developed as a general-purpose solver in black-box codes. This chapter presents the main components of the Robust Multigrid Technique (RMT) used in the two-grid algorithm (Chapter I) to compute the auxiliary (structured) grid correction. This includes the generation of multigrid structures, computation of index mapping, and integral evaluation. Finite volume discretization on the multigrid structures will be explained by studying a 1D linear model problem. In addition, the algorithmic complexity of RMT and black-box optimization of the problem-dependent components of RMT are analysed. Chapter III provides a description of parallel RMT. This chapter introduces parallel RMT-based algorithms for solving the boundary value problems and initial-boundary value problems in unified manner.
  • Добавил: literator
  • Дата: 11-10-2023, 21:27
  • Комментариев: 0
Название: Humanizing Artificial Intelligence: Psychoanalysis and the Problem of Control
Автор: Luca M. Possati
Издательство: De Gruyter
Год: 2023
Страниц: 116
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

What does humankind expect from Artificial Intelligence (AI)? What kind of relationship between man and intelligent machine are we aiming for? Does an AI need to be able to recognize human unconscious dynamics to act for the "best" of humans—that "best" that not even humans can clearly define? Humanizing AI analyses AI and its numerous applications from a psychoanalytical point of view to answer these questions. This important, interdisciplinary contribution to the social sciences, as applied to AI, shows that reflecting on AI means reflecting on the human psyche and personality; therefore conceiving AI as a process of deconstruction and reconstruction of human identity. AI gives rise to processes of identification and de-identification that are not simply extensions of human identities—as post-humanist or trans-humanist approaches believe—but completely new forms of identification. Humanizing AI will benefit a broad audience: undergraduates, postgraduates and teachers in sociology, social theory, science and technology studies, cultural studies, philosophy, social psychology, and international relations. It will also appeal to programmers, software designers, students, and professionals in the sciences.
  • Добавил: Vlad-312
  • Дата: 11-10-2023, 20:41
  • Комментариев: 0

Название: Embedded Expert's Guide to C: The Secrets to Becoming a Reliable Embedded C Expert
Автор: Chris Rose
Издательство: Ladey Adey Publications
ISBN: 978-1-913579-52-4
Год: 2023
Страниц: 277
Формат: PDF, EPUB
Размер: 7 Mб
Язык: English

Countless pieces of software are written in C. Every year, thousands of students learn the language. 50 years after first being created, it remains popular - especially for embedded applications.
That popularity means a great many books have been written on how to write C. So you might - quite reasonably - ask if the world really needs another one. The answer: "probably not."
  • Добавил: literator
  • Дата: 11-10-2023, 20:04
  • Комментариев: 0
Название: Game Audio Programming 4: Principles and Practices
Автор: Guy Somberg
Издательство: CRC Press
Год: 2024
Страниц: 356
Язык: английский
Формат: pdf (true)
Размер: 12.7 MB

Welcome to the fourth volume of Game Audio Programming: Principles and Practices – the first series of its kind dedicated to the art, science, and craft of game audio programming. This volume contains 17 chapters from some of the top game audio programmers in the industry and dives into subjects that apply to diverse game genres and from low-level topics such as thread-safe command buffers and pitch detection to high-level topics such as object management, music systems, and audio tools. With such a wide variety of topics, game audio programmers of all levels will find something for them in this book. The techniques presented in this book have all been used to ship games, including some large AAA titles, so they are all practical and many will find their way into your audio engines. There are chapters about timed ADSRs, data-driven music systems, background sounds, and more. This chapter shows a system that plays ambiences, handling the looped and one-shot sounds differently. Looped sounds are played at randomized intervals, fading in and out and to new volumes. One-shot sounds are triggered individually with randomized panning, but can optionally be placed into groups of repeated sounds. Implementations are presented both using built-in tools from the audio middleware and using C++.
  • Добавил: literator
  • Дата: 11-10-2023, 19:09
  • Комментариев: 0
Название: Machine Learning, Animated
Автор: Mark Liu
Издательство: CRC Press
Год: 2024
Страниц: 465
Язык: английский
Формат: pdf (true)
Размер: 17.4 MB

The release of ChatGPT has kicked off an arms race in Machine Learning (ML), however ML has also been described as a black box and very hard to understand. Machine Learning, Animated eases you into basic ML concepts and summarizes the learning process in three words: initialize, adjust and repeat. This is illustrated step by step with animation to show how machines learn: from initial parameter values to adjusting each step, to the final converged parameters and predictions. This book teaches readers to create their own neural networks with dense and convolutional layers, and use them to make binary and multi-category classifications. Readers will learn how to build Deep Learning game strategies and combine this with reinforcement learning, witnessing AI achieve super-human performance in Atari games such as Breakout, Space Invaders, Seaquest and Beam Rider. The book provides an intuitive explanation of concepts such as Deep Learning, Q-learning, or the policy-gradient algorithm. You’ll learn how to implement these algorithms by following the examples and how to apply them to your own field, be that business, biology, medicine, or something else entirely. While most models are built by using the TensorFlow Keras API, you also learn to create ML models from scratch on your own, without resorting to any API. This book is divided into six parts. Part I discusses how to install Python and how to create animations with Python libraries.
  • Добавил: literator
  • Дата: 11-10-2023, 18:14
  • Комментариев: 0
Название: Ultimate Flutter Handbook: Learn Cross-Platform App Development with Visually Stunning UIs and Real-World Projects
Автор: Lahiru Rajeendra Mahagamage
Издательство: Orange Education Pvt Ltd, AVA
Год: October 2023
Страниц: 188
Язык: английский
Формат: epub (true)
Размер: 10.2 MB

Flutter Handbook is the ultimate guide to becoming a proficient Flutter app developer, catering to all levels, from beginners to experts. This comprehensive guide takes you by the hand, providing step-by-step instructions on every aspect of Flutter app development. Starting from the basics, you'll learn how to install and run Flutter, as well as core concepts such as widgets, state management, and navigation. As you progress, the book delves deep into advanced topics, such as implementing CRUD (Create, Read, Update, Delete) functions using Firebase Firestore. Flutter Handbook is more than just a tutorial book. It also provides invaluable tips, tricks, and small tasks at the end of each chapter to reinforce your understanding and equip you with real-world skills. By the end of this journey, you'll have the expertise to release your Flutter app to the Play Store or App Store with confidence. We'll start with the basics and gradually delve into more advanced concepts. Whether you're interested in creating mobile apps for Android and iOS, developing for the web, or even exploring desktop applications, you'll find the knowledge and tools you need here.
  • Добавил: literator
  • Дата: 11-10-2023, 09:02
  • Комментариев: 0
Название: Natural Language Processing and Information Retrieval: Principles and Applications
Автор: Muskan Garg, Sandeep Kumar, Abdul Khader
Издательство: CRC Press
Год: 2024
Страниц: 271
Язык: английский
Формат: pdf (true)
Размер: 17.1 MB

This book presents the basics and recent advancements in Natural Language Processing (NLP) and information retrieval in a single volume. It will serve as an ideal reference text for graduate students and academic researchers in interdisciplinary areas of electrical engineering, electronics engineering, computer engineering, and information technology. This text emphasizes the existing problem domains and possible new directions in natural language processing and information retrieval. It discusses the importance of information retrieval with the integration of machine learning, deep learning, and word embedding. This approach supports the quick evaluation of real-time data. It covers important topics including rumor detection techniques, sentiment analysis using graph-based techniques, social media data analysis, and language-independent text mining. Federated Learning is a Machine Learning setting where multiple entities (clients) collaborate in solving a Machine Learning problem under the coordination of a central server or service provider.
  • Добавил: tatanavip
  • Дата: 11-10-2023, 07:22
  • Комментариев: 0

Название: Программирование на Python для абсолютных новичков
Автор: Уилсон К.
Издательство: Elluminet Press
Год: 2022
Формат: pdf
Размер: 25 Мб
Качество: Хорошее
Язык: Русский

Эта книга написана в виде иллюстрированного пошагового руководства и рабочей тетради для начинающих программистов, познакомит вас с языком программирования Python посредством четких объяснений, диаграмм, примеров кода, лабораторных работ и видеодемонстраций.
Изучение Python здесь начинается с того того, как установить и настроить интерпретатор Python и среду разработки на вашем компьютере, затем вы погрузитесь непосредственно в основы Python, такие как синтаксис языка Python, ключевые слова Python, а также в правила писания и выполнения программы Python.
  • Добавил: literator
  • Дата: 11-10-2023, 07:06
  • Комментариев: 0
Название: Confident Coding: Learn How to Code and Master the Essentials, 3rd Edition
Автор: Rob Percival, Darren Woods
Издательство: Kogan Page
Серия: Confident Series
Год: 2023
Страниц: 389
Язык: английский
Формат: pdf (true), epub
Размер: 27.8 MB

Coding is one of the most in-demand skills in the job market. Whether you're a recent graduate or a professional, Confident Coding offers the career insights and technical knowledge you need for success. A unique combination of technical insights and fascinating career guidance, this book highlights the importance of coding, whatever your professional profile. For entrepreneurs, being able to create your own website or app can grant you valuable freedom and revolutionize your business. For aspiring developers, this book will give you the building blocks to embark on your career path. This new and improved third edition of the award-winning book gives you a step-by-step learning guide to HTML, CSS, jаvascript, Python, building iPhone and Android apps and debugging. Confident Coding is the essential guide to mastering the fundamentals of coding.
  • Добавил: literator
  • Дата: 10-10-2023, 21:28
  • Комментариев: 0
Название: Ultimate SwiftUI Handbook for IOS Developers: a Complete Guide to Native App Development for IOS, MacOS, WatchOS, TvOS
Автор: Duong Dình Bao (James) Thang
Издательство: Orange Education Pvt Ltd, AVA
Год: October 2023
Страниц: 278
Язык: английский
Формат: epub (true)
Размер: 10.2 MB

Ultimate SwiftUI Handbook for iOS Developers is your comprehensive introduction to SwiftUI, Apple's powerful UI framework. Designed for both aspiring app developers and seasoned programmers, this book equips you with the knowledge and skills to build stunning user interfaces and robust app functionalities. Starting from the basics, you'll learn the core concepts of SwiftUI and its seamless integration with the Swift programming language. With step-by-step tutorials and practical examples, you'll gain hands-on experience in creating interactive apps for iOS, macOS, watchOS, and tvOS. Not only does this book cover the fundamental principles of SwiftUI, but it also goes beyond the basics. Explore advanced topics such as networking with async-await, enabling smooth and responsive data fetching from remote servers. Dive into local storage techniques using UserDefault, CoreData, and File Manager to persist and manage data within your apps. With a focus on practical application, you'll discover how to design responsive layouts, handle user input, and implement state management techniques in your SwiftUI apps. Furthermore, you'll leverage SwiftUI's powerful animation capabilities to create visually appealing and engaging user experiences. Whether you're an independent developer, a student, or an aspiring professional, Ultimate SwiftUI Handbook for iOS Developers empowers you to bring your app ideas to life.