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

  • Добавил: literator
  • Дата: 29-11-2022, 03:12
  • Комментариев: 0
A Friendly Guide to Software Development: What You Should Know Without Being a DeveloperНазвание: A Friendly Guide to Software Development: What You Should Know Without Being a Developer
Автор: Leticia Portella
Издательство: Apress
Год: 2023
Страниц: 312
Язык: английский
Формат: pdf (true), epub
Размер: 11.3 MB

Software is everywhere, but despite being so common and useful, it remains magical and mysterious to many. Still, more and more people are finding themselves working for tech companies, or with an array of software products, services, and tools. This can segregate those who understand tech from those that don’t. But it doesn’t have to be this way. This book aims to bring these two worlds closer together, allowing people to learn basic concepts of software development in a casual and straight-forward way. Assuming no previous technical knowledge, you’ll embark on a journey where you can understand and build a new software project from scratch until it is an advanced product with multiple users.
  • Добавил: literator
  • Дата: 29-11-2022, 03:03
  • Комментариев: 0
App Development Using iOS iCloud: Incorporating CloudKit with Swift in XcodeНазвание: App Development Using iOS iCloud: Incorporating CloudKit with Swift in Xcode
Автор: Shantanu Baruah, Shaurya Baruah
Издательство: Apress
Год: 2023
Страниц: 513
Язык: английский
Формат: pdf, epub
Размер: 12.8 MB

Create a professional looking app from start to finish that takes advantage of iCloud technology. Rather than working with Storyboarding for building your UI, you’ll use code to build professional looking screens. Using code is standard for professional developers to fit form factor alignment across multiple screen sizes and other design constraints. First, you’ll build a basic, functional UX screen. Then you’ll incorporate iCloud with CloudKit for data persistence and private, public, and shared databases. Here your code-drive UI design will expand out to developing professional looking screens with animation. You’ll also learn to work with reminder and notification boxes, sharing data between your users, and adding functionally for interaction with other Apps. Finally, you’ll tackle testing and using Test Flight before publishing your app to the App Store.
  • Добавил: literator
  • Дата: 29-11-2022, 02:47
  • Комментариев: 0
D3 Modern Web Visualization: Exploratory Visualizations, Interactive Charts, 2D Web GraphicsНазвание: D3 Modern Web Visualization: Exploratory Visualizations, Interactive Charts, 2D Web Graphics, and Data-Driven Visual Representations
Автор: Victor M Garcia Sanabria
Издательство: BPB Publications
Год: 2023
Страниц: 345
Язык: английский
Формат: epub
Размер: 10.2 MB

Picking the most appropriate tool is essential whenever you develop a dynamic chart online. D3.js is a clear winner here. The author of this book set out to delve deeply into the software engineering community's most widely used charting library. From data requests to scale and style, and even some experiment charts, you'll have a firm grasp on everything you need to know to create your charts. Even though the book covers the basics of D3.js from the beginning, it is not within the scope of the book to cover jаvascript fundamentals. Unfortunately, we would be diverting from the aim of the book if we had to stop to explain jаvascript and doing no one any favors. We will keep the code simple so that it is easy to follow, but if you get stuck at any point due to basics, please stop to check the part you do not know as well. So, it is clear that we are presuming some knowledge of jаvascript in order for you to be able to follow along.
  • Добавил: literator
  • Дата: 29-11-2022, 02:34
  • Комментариев: 0
Trustworthy Autonomic ComputingНазвание: Trustworthy Autonomic Computing
Автор: Thaddeus Eze
Издательство: The Institution of Engineering and Technology
Серия: IET Computing Series
Год: 2022
Страниц: 264
Язык: английский
Формат: pdf (true)
Размер: 13.3 MB

The concept of autonomic computing seeks to reduce the complexity of pervasively ubiquitous system management and maintenance by shifting the responsibility for low-level tasks from humans to the system while allowing humans to concentrate on high-level tasks. This is achieved by building self-managing systems that are generally capable of self-configuring, self-healing, self-optimising, and self-protecting. Trustworthy autonomic computing technologies are being applied in datacentre and cloud management, smart cities and autonomous systems including driverless cars. However, there are still significant challenges to achieving trustworthiness. This book covers challenges and solutions in autonomic computing trustworthiness from methods and techniques to achieve consistent and reliable system self-management. SES is one out of three types of exponential smoothing techniques. It is suitable for series that are unpredictable, i.e., series with no trend or seasonality. Holt’s exponential smoothing is suitable for series with trend and no seasonality while Winter’s exponential smoothing is suitable for series with trend and seasonality. These can be implemented in Python using the Statsmodels package.
  • Добавил: literator
  • Дата: 28-11-2022, 08:36
  • Комментариев: 0
Speech Recognition Technology and ApplicationsНазвание: Speech Recognition Technology and Applications
Автор: Vasile-florian Pais
Издательство: Nova Science Publishers
Серия: Computer Science, Technology and Applications
Год: 2022
Страниц: 240
Язык: английский
Формат: pdf (true)
Размер: 20.3 MB

Speech represents the most natural means of communication between humans. By using Automatic Speech Recognition (ASR) and Text-to-Speech (TTS) systems, machines also become able to interact with humans using speech. This is of particular importance for building interactive robots or speech-enabled chatbots. This book starts by exploring state-of-the-art ASR and TTS approaches, making use of artificial neural networks, relevant also to low-resource scenarios. Then, it explores the application of speech technology to specific domains, such as the medical domain, human-robot interaction, and even interlinking of speech and text resources using linguistic linked open data (LLOD) principles. The book also provides punctuation restoration techniques, enabling the production of high-quality text transcripts. Included algorithms have low latency and can be parallelized, thus enabling their use in interactive systems. Chapter authors are professors and scientific researchers with experience in building and using Natural Language Processing (NLP) algorithms and speech applications. Supervised learning is a bottleneck for developing more powerful Machine Learning (ML) systems due to the massive amounts of labeled data required to train high-performance models.
  • Добавил: literator
  • Дата: 28-11-2022, 07:20
  • Комментариев: 0
Scaling Python with Dask: From Data Science to Machine Learning (Fourth Release)Название: Scaling Python with Dask: From Data Science to Machine Learning (Fourth Release)
Автор: Holden Karau, Mika Kimmins
Издательство: O’Reilly Media, Inc.
Год: 2022-11-22
Страниц: 104
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Dask is a free and open source library for parallel computing in Python that helps you scale your data science and machine learning workflows. With this quick but thorough resource, data scientists and Python programmers will learn how Dask provides APIs that make it easy to parallelize PyData libraries like NumPy, Pandas, and Scikit-learn. Dask is a framework for parallelized computing with Python that scales from multiple cores on one machine to data centers with thousands of machines. It has both low-level task APIs and higher-level data-focused APIs. The low-level task APIs power Dask’s integration with a wide variety of Python libraries. Having public APIs has allowed an ecosystem of tools to grow around Dask for various use cases. Why Do You Need Dask? Dask simplifies scaling analytics and ML code written in Python, allowing you to handle larger and more complex data and problems.
  • Добавил: literator
  • Дата: 27-11-2022, 10:38
  • Комментариев: 0
JAX in Action (MEAP v3)Название: JAX in Action (MEAP v3)
Автор: Grigory Sapunov
Издательство: Manning Publications
Год: 2022
Страниц: 147
Язык: английский
Формат: pdf (true)
Размер: MB

Accelerate deep learning and other number-intensive tasks with JAX, Google’s awesome high-performance numerical computing library. The JAX numerical computing library tackles the core performance challenges at the heart of Deep Learning and other scientific computing tasks. By combining Google’s Accelerated Linear Algebra platform (XLA) with a hyper-optimized version of NumPy and a variety of other high-performance features, JAX delivers a huge performance boost in low-level computations and transformations. You’ll learn how to use JAX’s ecosystem of high-level libraries and modules, and also how to combine TensorFlow and PyTorch with JAX for data loading and deployment. The JAX Python mathematics library is used by many successful deep learning organizations, including Google’s groundbreaking DeepMind team. This exciting newcomer already boasts an amazing ecosystem of tools including high-level deep learning libraries Flax by Google, Haiku by DeepMind, gradient processing and optimization libraries, libraries for evolutionary computations, federated learning, and much more! JAX brings a functional programming mindset to Python deep learning, letting you improve your composability and parallelization in a cluster.
  • Добавил: literator
  • Дата: 27-11-2022, 10:26
  • Комментариев: 0
Statistics Playbook: Real NBA data using R (MEAP v5)Название: Statistics Playbook: Real NBA data using R (MEAP v5)
Автор: Gary Sutton
Издательство: Manning Publications
Год: 2022
Страниц: 317
Язык: английский
Формат: pdf (true)
Размер: 11.2 MB

Learn statistics by analyzing professional basketball data! In this action-packed book, you’ll build your skills in exploratory data analysis by digging into the fascinating world of NBA games and player stats using the R language. Statistics Playbook upgrades your R data science skills by taking on practical analysis challenges based on NBA game and player data. Is losing games on purpose a rational strategy? Which hustle statistics have an impact on wins and losses? Each chapter in this one-of-a-kind guide uses new data science techniques to reveal interesting insights like these. And just like in the real world, you’ll get no clean pre-packaged datasets in Statistics Playbook. You’ll take on the challenge of wrangling messy data to drill on the skills that will make you the star player on any data team.
  • Добавил: literator
  • Дата: 27-11-2022, 10:16
  • Комментариев: 0
Julia as a Second Language (MEAP v8)Название: Julia as a Second Language (MEAP v8)
Автор: Erik Engheim
Издательство: Manning Publications
Год: 2022
Страниц: 308
Язык: английский
Формат: pdf (true)
Размер: 12.1 MB

Learn Julia programming by building fun projects, like launching rockets, building password keepers, and even coding battle simulations. Don’t be put off by Julia’s reputation as a scientific programming language. There’s no data science or numerical computing knowledge required. You can get started with what you learned in high school math classes. Julia as a Second Language makes it easy to add Julia to your programming toolbox. You’ll learn about Julia’s type system and data structures by modeling the launch of a space rocket, use dictionaries to parse Roman numerals, discover tuples and arrays through tracking pizza sales, and use Julia’s unique multiple dispatch feature to send knights and archers into a simulated battle.
  • Добавил: literator
  • Дата: 27-11-2022, 04:59
  • Комментариев: 0
Deep Learning Applications, Volume 4Название: Deep Learning Applications, Volume 4
Автор: M. Arif Wani, Vasile Palade
Издательство: Springer
Серия: Advances in Intelligent Systems and Computing
Год: 2023
Страниц: 394
Язык: английский
Формат: pdf (true)
Размер: 14.9 MB

Deep Learning systems, a class of multi-layered networks, are capable of automatically learning meaningful hierarchical representations from a variety of structured and unstructured data. Breakthroughs in Deep Learning (DL) allow us to generate new representations, extract knowledge, and draw inferences from raw images, video streams, text and speech, time series, and other complex data types. These powerful deep learning methods are being applied to new and exciting real-world problems in medical diagnostics, factory automation, public safety, environmental sciences, autonomous transportation, military applications, and much more. This book presents some applications of Deep Learning and includes novel architectures and Deep Learning techniques, which are described in fifteen chapters. Natural Language Processing (NLP) broadly describes the application of Computer Science and Machine Learning to natural language datasets, such as speech or text. The chapter "Language Models for Deep Learning Programming: A Case Study with Keras" explores the application of language models to programming languages and our work in constructing a dataset for the task. More particularly, we focus on the Keras programming language, a popular framework for implementing Deep Learning experiments.