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

  • Добавил: literator
  • Дата: Вчера, 22:30
  • Комментариев: 0
Название: C++ Step by Step: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 532
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

This book offers a comprehensive, precise, and practical approach to mastering C++ programming. It is meticulously designed to guide readers through the intricacies of the language, starting from the very basics and steadily advancing to more complex concepts. The clear and concise explanations, supported by practical examples, ensure that learners can grasp both fundamental and advanced elements of C++ with ease. The content is organized in a logical and methodical manner, providing a robust foundation in core programming concepts while gradually introducing specialized topics such as object-oriented programming, memory management, and modern C++ features. Readers will benefit from detailed discussions on syntax, control structures, error handling, and the effective utilization of the Standard Template Library, all of which contribute to building a solid command of the language.
  • Добавил: literator
  • Дата: Вчера, 22:02
  • Комментариев: 0
Название: Scaling Responsible AI: From Enthusiasm to Execution
Автор: Noelle Russell
Издательство: Wiley
Год: 2025
Страниц: 352
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.1 MB

Implement AI in your organization with confidence while mitigating risk with responsible, ethical guardrails. Much like a baby tiger in the wild, Artificial Intelligence (AI) is almost irresistibly alluring. But, just as those tiger cubs inevitably grow up into formidable and fierce adults, the dangers and risks of AI make it a force unto itself. Useful and profitable, yes, but also inherently powerful and risky. In Scaling Responsible AI: From Enthusiasm to Execution, celebrated speaker, AI strategist, and tech visionary Noelle Russell delivers an exciting and fascinating new discussion of how to implement Artificial Intelligence responsibly, ethically, and profitably at your organization. Scaling Responsible AI equips executives, managers, and board members with the knowledge and responsibility to make smart AI decisions. Avoid compliance disasters, brand damage, or wasted resources on AI that fails to deliver. Implement Artificial Intelligence that drives profits, innovation, and competitive edge—the responsible way.
  • Добавил: literator
  • Дата: Вчера, 20:47
  • Комментариев: 0
Название: Generative Machine Learning Models in Medical Image Computing
Автор: Le Zhang, Chen Chen, Zeju Li, Greg Slabaugh
Издательство: Springer
Год: 2025
Страниц: 373
Язык: английский
Формат: pdf
Размер: 29.7 MB

"Generative Machine Learning Models in Medical Image Computing" provides a comprehensive exploration of generative modeling techniques tailored to the unique demands of medical imaging. This book presents an in-depth overview of cutting-edge generative models such as GANs, VAEs, and diffusion models, examining how they enable groundbreaking applications in medical image synthesis, reconstruction, and enhancement. Covering diverse imaging modalities like MRI, CT, and ultrasound, it illustrates how these models facilitate improvements in image quality, support data augmentation for scarce datasets, and create new avenues for predictive diagnostics. Beyond technical details, the book addresses critical challenges in deploying generative models for healthcare, including ethical concerns, interpretability, and clinical validation. With a strong focus on real-world applications, it includes case studies and implementation guidelines, guiding readers in translating theory into practice. By addressing model robustness, reproducibility, and clinical utility, this book is an essential resource for researchers, clinicians, and data scientists seeking to leverage generative models to enhance biomedical imaging and deliver impactful healthcare solutions. Combining technical rigor with practical insights, it offers a roadmap for integrating advanced generative approaches in the field of medical image computing.
  • Добавил: literator
  • Дата: Вчера, 18:57
  • Комментариев: 0
Название: Mastering Concurrency and Parallel Programming: Unlock the Secrets of Expert-Level Skills
Автор: Larry Jones
Издательство: Walzone Press
Год: 2025
Страниц: 512
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Unlock the full potential of modern computing with "Mastering Concurrency and Parallel Programming: Unlock the Secrets of Expert-Level Skills." Designed for experienced programmers eager to enhance their expertise, this comprehensive guide delves into the intricate world of concurrency and parallelism. As computing power becomes more sophisticated, understanding and applying these concepts are crucial for crafting efficient and scalable software solutions. This book stands as an essential resource, offering in-depth coverage of foundational principles and advanced techniques to navigate the complexities of multi-core processors and distributed systems. Within its pages, readers will explore the core strategies that underpin effective thread management, synchronization, and task parallelism, gaining insights into both lock-based and lock-free algorithms. Practical case studies, enriched with real-world examples, provide a clear pathway to mastering intricate concurrency patterns, memory models, and the debugging tools essential for robust concurrent application development. The inclusion of advanced topics like transactional memory and speculative execution keeps readers at the forefront of technological innovation, equipping them to tackle cutting-edge challenges with confidence and precision.
  • Добавил: literator
  • Дата: Вчера, 18:10
  • Комментариев: 0
Название: Blender Scripting with Python: Automate Tasks, Write Helper Tools, and Procedurally Generate Models in Blender 4
Автор: Isabel Lupiani
Издательство: Apress
Год: 2025
Страниц: 502
Язык: английский
Формат: pdf (true), epub (true)
Размер: 22.8 MB

Learn to automate tasks, develop custom extensions, and procedurally generate meshes in Blender. This book will show you how to streamline virtually every stage of the 3D modeling pipeline for your next game or animation project. Start with a hands-on introduction to the Blender Python API and dive right into basics like loading/running scripts and turning hand-modelling steps into Python by capturing them in the Info Editor. Then experiment with Blender menu options, typing them into the Python console and watch things move in the viewport. You'll also dissect with Blender-shipped add-ons and take advantage of built-in templates to quickly create new scripts. With a firm grasp of scripting basics, you'll start to develop your own add-ons for editing and generating models. Then add more advanced mesh edits like extrude and loop cut-and-slides to your script, and essentials for shaping mesh elements like merge, bevel, and so on. Putting it altogether, you'll create an extension to procedurally generate stylized fire hydrants with parametric controls. New and seasoned users of the Blender Python API, that have either some experience with Blender or some experience with general Python development.
  • Добавил: literator
  • Дата: Вчера, 17:47
  • Комментариев: 0
Название: Mastering C++ Error Handling: Unlock the Secrets of Expert-Level Skills
Автор: Larry Jones
Издательство: Walzone Press
Год: 2025
Страниц: 550
Язык: английский
Формат: epub (true)
Размер: 11.8 MB

Unlock the full potential of your C++ programming, as you delve into the intricacies of error handling with "Mastering C++ Error Handling: Unlock the Secrets of Expert-Level Skills." This comprehensive guide is meticulously crafted for seasoned developers seeking to elevate their understanding and mastery of error management. By emphasizing advanced techniques and best practices, this book empowers you to develop resilient applications that gracefully navigate and recover from unexpected conditions and failures. Explore an expansive range of topics from the foundational principles of C++ error handling to sophisticated debugging methodologies and the integration of error handling strategies with external libraries. Each chapter offers in-depth analysis and practical insights, equipping you with a robust toolkit designed to tackle even the most complex error scenarios in multi-threaded and concurrent programming environments. With an emphasis on performance optimization and seamless software integration, this book ensures that your applications are both efficient and reliable.
  • Добавил: literator
  • Дата: Вчера, 17:19
  • Комментариев: 0
Название: Safety Assurance under Uncertainties: From Software to Cyber-Physical/Machine Learning Systems
Автор: Ichiro Hasuo, Fuyuki Ishikawa
Издательство: CRC Press
Год: 2025
Страниц: 348
Язык: английский
Формат: epub (true)
Размер: 17.2 MB

Safety assurance of software systems has never been as imminent a problem as it is today. Practitioners and researchers who work on the problem face a challenge unique to modern software systems: uncertainties. For one, the cyber-physical nature of modern software systems as exemplified by automated driving systems mandates environmental uncertainties to be addressed and the resulting hazards to be mitigated. Besides, the abundance of statistical Machine Learning components massive numerical computing units for statistical reasoning such as deep neural networks make systems hard to explain, understand, analyze or verify. Testing is an “activity in which a system or component is executed under specified conditions, the results are observed or recorded, and an evaluation is made of some aspect of the system or component”. Testing has been one of the key activities for quality assurance in software-intensive systems. The recent advance of Machine Learning (ML) techniques, especially Deep Learning, has led to active investigation towards their industrial applications. Beforehand, ML techniques were target of laboratory research and the primary concern was on the prediction performance.
  • Добавил: literator
  • Дата: Вчера, 16:19
  • Комментариев: 0
Название: Unit Oriented Enterprise Architecture: Constructing Large Sociotechnical Systems in the Age of AI
Автор: Andre Milchman
Издательство: Apress
Год: 2025
Страниц: 445
Язык: английский
Формат: pdf (true), epub (true)
Размер: 45.4 MB

Examine a new approach to Enterprise Architecture (EA) that challenges conventional practices and supports a transformative shift to address the demands of a rapidly evolving technological landscape. This book offers alternatives to traditional EA methods that often divide the enterprise into isolated business, application, data, and technology architectures, often resulting in disjointed operations and missed opportunities for innovation. Unit Oriented Enterprise Architecture is your essential resource for system architects, organizational leaders, IT professionals, and students seeking to revolutionize their approach to enterprise architecture and position their organizations for success in the digital age. Primary Audience: Enterprise architects, organizational leaders, IT professionals; Secondary Audience: Consultants, advisors, and policymakers; Tertiary Audience: Students in system design and organizational studies, academic researchers.
  • Добавил: literator
  • Дата: Вчера, 14:40
  • Комментариев: 0
Название: Multilingual Artificial Intelligence
Автор: Peng Wang, Pete Smith
Издательство: Routledge
Год: 2025
Страниц: 164
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Multilingual Artificial Intelligence is a guide for non-computer science specialists and learners looking to explore the implementation of AI technologies to solve real-life problems involving language data. Focusing on multilingual, multicultural, pre-trained large language models (LLMs) and their practical use through fine-tuning and prompt engineering, Wang and Smith demonstrate how to apply this new technology in areas such as information retrieval, semantic webs, and retrieval augmented generation, to improve both human productivity and machine intelligence. Finally, they discuss the human impact of language technologies in the cultural context, and provide an Artificial Intelligence (AI) competence framework for users to design their own learning journey. This innovative text is essential reading for all students, professionals, and researchers in language, linguistics, and related areas looking to understand how to integrate multilingual and multicultural Artificial Intelligence technology into their research and practice.
  • Добавил: SCART56
  • Дата: Вчера, 12:09
  • Комментариев: 0

Название: Концепции современного программирования
Автор(ы): Малов А.В., Родионов С.В.
Издательство: Юрайт
Год: 2022
Страниц: 97
Формат: PDF
Размер: 28 Мб
Язык: русский

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