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

  • Добавил: literator
  • Дата: 24-02-2024, 13:43
  • Комментариев: 0
Название: High-Orders Motion Analysis: Computer Vision Methods
Автор: Yan Sun
Издательство: Springer/Southeast University Press
Год: 2024
Язык: английский
Формат: pdf (true), epub
Размер: 67.1 MB

This book shows how different types of motion can be disambiguated into their components in a richer way than that currently possible in computer vision. Previous research of motion analysis has generally not yet considered the basic nature of higher orders of motion such as acceleration. Hence, this book introduces an approximation of the acceleration field using established optical flow techniques. Further, acceleration is decomposed into radial and tangential based on geometry and propagated as a general motion descriptor; this book shows the capability for differentiating different types of motion both on synthesized data and real image sequences. Beyond acceleration, the higher orders of motion flow and their continuant parts are investigated for further revealing the chaotic motion fields. Naturally, it is possible to extend this notion further: to detect higher orders of image motion. In this respect, this book shows how jerk and snap can be obtained from image sequences. The derived results on test images and heel strike detection in gait analysis illustrate the ability of higher-order motion, which provide the basis for the following research and applications in the future.
  • Добавил: literator
  • Дата: 24-02-2024, 12:37
  • Комментариев: 0
Название: Essential C# 12.0, 8th Edition (Final)
Автор: Mark Michaelis
Издательство: Addison-Wesley/Pearson
Год: 2024
Страниц: 1232
Язык: английский
Формат: pdf (true)
Размер: 63.1 MB

The Comprehensive, Expert Guide to C# 12.0 for Programmers at All Levels. Updated for the Microsoft C# 12.0 Long Term Support (LTS) release, Essential C# 12.0 is a well-organized, no-fluff C# guide, suitable for every programmer. Building on the proven, high-value content of previous editions, world-class C# expert Mark Michaelis illuminates key enhancements in C# 12.0, including any-type aliases, inline arrays, default lambda expression parameters, and expanded support for primary constructors. Michaelis presents a comprehensive tutorial and reference for the entire C# language, helping you accelerate your journey to expert-level C# programmer. Succinct examples illustrate core constructs, and modern coding guidelines help you minimize bugs and write code that's easier to evolve. To help you quickly find what you need and maintain compatibility, the book includes version-specific icons and notes identifying when each innovation was introduced.
  • Добавил: literator
  • Дата: 24-02-2024, 11:44
  • Комментариев: 0
Название: Programming with Rust (Final)
Автор: Donis Marshall
Издательство: Addison-Wesley/Pearson
Год: 2024
Страниц: 401
Язык: английский
Формат: pdf (true), epub (true)
Размер: 23.9 MB

Make Rust a key tool in your arsenal, and access one of the industry's fastest-growing areas of opportunity. Rust's exciting innovations have made it the most loved programming language in Stack Overflow's influential survey for five straight years--but its steep learning curve has made many other developers reluctant to dive in. Now, with a growing commitment to Rust from many of the world's leading development organizations, it's the perfect time to start--especially now that there's an up-to-date, accessible, example-rich book to guide you. In Programming with Rust, long-time enterprise developer Donis Marshall has made Rust easier to understand than ever, with a guide expertly organized into short, bite-sized chapters that bring you up-to-speed fast. Written for developers at all levels, Marshall starts with the absolute basics, and thoroughly demystifies the Rust technical advances that make it so attractive for next-generation development. Everything's here, from types and assignments to ownership, lifetimes, traits, and crates. Marshall even offers indispensable expert advice for unit testing, handling unsafe code, interoperating with legacy code bases, and using Rust's increasingly robust tools.
  • Добавил: literator
  • Дата: 24-02-2024, 10:43
  • Комментариев: 0
Название: Security in Computing, 6th Edition (Final)
Автор: Charles Pfleeger, Shari Lawrence Pfleeger, Lizzie Coles-Kemp
Издательство: Addison-Wesley/Pearson
Год: 2024
Страниц: 1026
Язык: английский
Формат: pdf (true), epub
Размер: 12.6 MB, 14.6 MB

The New State of the Art in Information Security: From Cloud to Crypto, AI-Driven Security to Post-Quantum Computing. Now extensively updated throughout, Security in Computing, Sixth Edition, is today's one-stop, primary text for everyone teaching, learning, and practicing information cybersecurity. It defines core principles associated with modern security policies, processes, and protection; illustrates them with up-to-date sidebars and examples; and shows how to apply them in practice. Modular and flexibly organized, it supports a wide array of courses, strengthens professionals' knowledge of foundational principles; and imparts a more expansive understanding of modern security. Cryptography is a specialized topic that depends on several areas of mathematics and theoretical computer science, including number theory, finite field algebra, computational complexity, and logic. After reading this overview, you would need to develop a significant background to study cryptography in depth. And we caution you strongly against studying a little cryptography and concluding that you can design your own secure cryptosystem. The field of cryptography is littered with failed approaches designed even by experts, so nonexperts are well advised to “leave the driving to the professionals.”
  • Добавил: literator
  • Дата: 23-02-2024, 19:24
  • Комментариев: 0
Название: Coding with AI For Dummies
Автор: Chris Minnick
Издательство: For Dummies
Год: 2024
Страниц: 339
Язык: английский
Формат: pdf (true)
Размер: 29.3 MB

Boost your coding output and accuracy with Artificial Intelligence tools. Coding with AI For Dummies introduces you to the many ways that Artificial Intelligence (AI) can make your life as a coder easier. Even if you're brand new to using AI, this book will show you around the new tools that can produce, examine, and fix code for you. With AI, you can automate processes like code documentation, debugging, updating, and optimization. The time saved thanks to AI lets you focus on the core development tasks that make you even more valuable. Learn the secrets behind coding assistant platforms and get step-by-step instructions on how to implement them to make coding a smoother process. Thanks to AI and this Dummies guide, you'll be coding faster and better in no time.
  • Добавил: literator
  • Дата: 23-02-2024, 13:43
  • Комментариев: 0
Название: Machine Learning with Rust: A practical attempt to explore Rust and its libraries across popular Machine Learning techniques
Автор: Keiko Nakamura
Издательство: GitforGits
Год: 2024
Страниц: 267
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

In this stimulating journey of Rust, you'll learn how to use the Rust programming language in conjunction with Machine Learning. It's not a full guide to learning Machine Learning with Rust. Instead, it's more of a journey that shows you what's possible when you use Rust to solve Machine Learning problems. Some people like Rust because it is quick and safe. This book shows how those qualities can help Machine Learning a lot. To begin, we will show you what Rust is and how it works. This is so that everyone, even those who are new to Rust, can follow along. Then, we look at some basic Machine Learning concepts, such as linear and logistic regression, and show how to use Rust's tools and libraries to make these ideas work. You will learn more complex techniques like decision trees, support vector machines, and how to work with data as we go along. It goes all the way up to neural networks and image recognition, and we show you how to use Rust for these types of tasks step by step.
  • Добавил: literator
  • Дата: 23-02-2024, 04:49
  • Комментариев: 0
Название: Build Your Own Web Server From Scratch In Node.JS : Learn network programming, HTTP, and WebSocket by coding a Web Server
Автор: James Smith
Издательство: Leanpub
Год: 2024-02-02
Страниц: 132
Язык: английский
Формат: pdf (true), azw3, mobi, epub
Размер: 10.1 MB

Learn by doing: code a Web server in Node.js. Most people use HTTP daily, but few understand its inner workings. This "Build Your Own X" book dives deep, teaching basics from scratch for a clearer understanding of the tools and tech we rely on. The first step is to make programs talk over a network. This is also called socket programming. But socket programming is more than just gluing APIs together! It’s easy to end up with half-working solutions if you skip the basics. In order to communicate over a network, the data sent over the network must conform to a specific format called a “protocol”. Learn how to create or implement any network protocols by using HTTP as the target. You probably already know something about HTTP, such as URLs, different methods like GET and POST, response codes, various headers, and etc. But have you ever thought that you can create all the details from scratch, by your own code? It’s not very complicated and it’s rewarding. The project uses Node.js without any dependencies, but many concepts are language-agnostic, so it’s valuable for learners of any language. Code samples use TypeScript with type annotations for readability, but the differences from JS are minor.
  • Добавил: literator
  • Дата: 23-02-2024, 03:43
  • Комментариев: 0
Название: OpenAI GPT For Python Developers: The art and science of building AI-powered apps with GPT-4, Whisper, Weaviate, and beyond, Second Edition
Автор: Aymen El Amri
Издательство: Leanpub
Год: 2024-02-14
Страниц: 323
Язык: английский
Формат: pdf (true), epub
Размер: 11.5 MB

In this practical guide, you will build intelligent real-world applications using GPT-4, Embeddings, Whisper, Weaviate, and more tools from the OpenAI ecosystem. The knowledge you'll acquire from this guide will be applicable to the current families of GPT models (GPT-3, GPT-3.5, GPT-4, etc.) and will likely also be relevant to GPT-5, should it ever be released. OpenAI provides APIs (Application Programming Interfaces) to access their AI. The goal of an API is to abstract the underlying models by creating a universal interface for all versions, allowing users to use GPT regardless of its version. This guide aims to provide a comprehensive, step-by-step tutorial on how to utilize GPT-3.5 and GPT-4 in your projects via this API. It also covers other models, such as Whisper and Text-to-Speech. If you're developing a chatbot, an AI assistant, or a web application that utilizes AI-generated data, this guide will assist you in achieving your objectives. If you have a basic understanding of the Python programming language and are willing to learn a few additional techniques, such as using Pandas Dataframes and some NLP methods, you possess all the necessary tools to start building intelligent systems with OpenAI tools.
  • Добавил: literator
  • Дата: 22-02-2024, 23:05
  • Комментариев: 0
Название: A Course in Python: The Core of the Language
Автор: Roozbeh Hazrat
Издательство: Springer
Год: 2024
Страниц: 255
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

This textbook introduces Python and its programming through a multitude of clearly presented examples and worked-out exercises. Python has become, for good reason, a very popular programming language, with a substantial number of followers around the globe. In addition to its intuitive programming language, Python now offers numerous libraries which provide powerful tools and methods to do, among many other things, mathematics, physics, text processing, and musical composition. Once one grasps the core of the language, then help, hints, and a wealth of sample codes are just a google away. Besides many books on Python, there is an uncountable number of documents on the internet. However, I wanted to have one source that I can follow to systematically teach (or learn) the core of the language before diving into more advanced fronts. I also wanted to have a source that is short, to the point and which provides interesting programming examples; examples that I enjoy coding, modifying and experimenting with. This book grew out of a course I gave at Western Sydney University. It allows the reader to learn Python by going through interesting exercises step by step, with short and concise explanations. Thus, this book could be considered for a course in Python, or for self-study. It mainly concentrates on the core of Python programming. I have mostly chosen problems having something to do with natural numbers as they do not need any particular background. The codes have been written in Jupyter using Python version 3.
  • Добавил: literator
  • Дата: 22-02-2024, 18:47
  • Комментариев: 0
Название: Handbook of Computational Sciences: A Multi and Interdisciplinary Approach
Автор: Ahmed A. Elgnar, Vigneshwar M, Krishna Kant Singh, Zdzislaw Polkowski
Издательство: Wiley-Scrivener
Год: 2023
Страниц: 400
Язык: английский
Формат: pdf (true)
Размер: 67.4 MB

The Handbook of Computational Sciences is a comprehensive collection of research chapters that brings together the latest advances and trends in computational sciences and addresses the interdisciplinary nature of computational sciences, which require expertise from multiple disciplines to solve complex problems. This edited volume covers a broad range of topics, including computational physics, chemistry, biology, engineering, finance, and social sciences. Each chapter provides an in-depth discussion of the state-of-the-art techniques and methodologies used in the respective field. The book also highlights the challenges and opportunities for future research in these areas. The volume pertains to applications in the areas of imaging, medical imaging, wireless and WS networks, IoT with applied areas, big data for various applicable solutions, etc. This text delves deeply into the core subject and then broadens to encompass the interlinking, interdisciplinary, and cross-disciplinary sections of other relevant areas. Those areas include applied, simulation, modeling, real-time, research applications, and more.