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

  • Добавил: literator
  • Дата: 10-04-2025, 19:53
  • Комментариев: 0
Название: Get Into Game Dev: Tech Interview Tactics
Автор: Matthew Ventures
Издательство: CRC Press
Год: 2025
Страниц: 214
Язык: английский
Формат: pdf, epub (true)
Размер: 14.6 MB

Get Into Game Dev: Tech Interview Tactics is a crash-course on how to pass a game development technical interview. It’s designed to guide intermediate and experienced coders through the depth and rigor necessary to land some of the most highly sought-after roles within interactive media. Unlike generic interview-prep books, GIGD maintains a laser-focus on game development to directly prepare candidates for roles like technical designer and gameplay engineer. Topics include 3D maths, programming fundamentals, and software design patterns. The author provides high quality instruction and practice problems based on his experience as a professional instructor and developer. The Chapter 3 will provide a broad sampling of several C++ topics, focusing on areas that are most targeted in technical interviews. Like the rest of this book, it’s only a starting point or reference guide and not an exhaustive education. You are strongly advised to study through Seth Meyer’s Effective C++ series and watch talks from CppCon. C++ is often called “C with classes”. C++ added a lot of object-oriented thinking to C and the distinction is commonly explored in interviews through asking candidates to compare the “malloc” and “new” keywords.
  • Добавил: literator
  • Дата: 10-04-2025, 18:11
  • Комментариев: 0
Название: Go Exception Handling Made Easy: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 294
Язык: английский
Формат: pdf (true), epub
Размер: 13.2 MB

"Go Exception Handling Made Easy: A Practical Guide with Examples" is an authoritative resource on mastering error handling techniques in the Go programming language. Engineered for software developers and engineers, this book delves deep into the fundamental and advanced aspects of Go's error management strategies. By exploring the language's unique handling capabilities, readers gain insights into writing cleaner, more efficient, and maintainable code, critical for developing resilient software solutions. The book unfolds as a structured journey through the essentials of Go's error handling paradigms. Beginning with basic concepts such as errors as return values and the idiomatic "if err != nil" checks, the narrative progresses to include sophisticated strategies involving panic, recover, and defer mechanisms. Each chapter is designed to build on the previous, offering a comprehensive understanding that is enriched with practical examples and exercises. This progression ensures that both novices and seasoned developers can solidify their skills and adapt their learning to real-world applications.
  • Добавил: literator
  • Дата: 10-04-2025, 17:33
  • Комментариев: 0
Название: Go Algorithms for Beginners: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 301
Язык: английский
Формат: pdf, epub (true)
Размер: 13.2 MB

"Go Algorithms for Beginners: A Practical Guide with Examples" serves as a comprehensive introduction to the Go programming language, expertly crafted for aspiring programmers and computer science enthusiasts. This book provides a foundational understanding essential for delving into modern software development with Go, emphasizing efficiency, simplicity, and concurrency support. Through clear examples and structured guidance, readers are invited to explore the core concepts of Go, establish a robust programming environment, and create well-organized code. As the reader progresses, the book delves into the complexities of algorithm design and data structure implementation within the Go ecosystem. It covers fundamental constructs, from array operations to dynamic structures, ensuring a solid grasp of the technical aspects that underpin effective data management and manipulation. Furthermore, the text unpacks Go's unique approach to error handling, control flow, and function definitions, arming the reader with the skills needed to build robust, scalable programs.
  • Добавил: umkaS
  • Дата: 10-04-2025, 13:29
  • Комментариев: 0
Глубокое обучение и игра в гоНазвание: Глубокое обучение и игра в го
Автор: Памперла М., Фергюсон К.
Издательство: Москва
Год: 2020
Cтраниц: 372
Формат: pdf (ocr) / djvu
Размер: 14 мб
Язык: русский

Древняя стратегическая игра го представляет собой отличный пример для демонстрации возможностей искусственного интеллекта. В 2016 году система, основанная на принципах глубокого обучения, потрясла мир го, победив одного из чемпионов. Вскоре после этого модернизированный алгоритм AlphaGo Zero сокрушил оригинальную версию бота благодаря использованию при освоении игры методов глубокого обучения с подкреплением.
  • Добавил: Natali26
  • Дата: 10-04-2025, 12:36
  • Комментариев: 0
Название: Statistics with R for Data Analysis
Автор: Mohsen Nady
Издательство: Arcler Press
Год: 2025
Формат: pdf
Страниц: 514
Размер: 10.5 Мб
Язык: английский

This book introduces readers to the fundamental principles of statistics while leveraging R, a powerful programming language for data analysis. It covers essential topics such as data visualization, hypothesis testing, regression, and machine learning, equipping readers with the skills to analyze and interpret data effectively. With practical examples and hands-on exercises, the book is suitable for beginners and intermediate learners looking to enhance their statistical analysis capabilities in academic and professional settings.
  • Добавил: Natali26
  • Дата: 10-04-2025, 08:50
  • Комментариев: 0
Название: When Maths Meets Python: 100 Coding Experiments for Problem Solvers
Автор: Robin Wang
Издательство: Robin Wang
Год: 2024
Формат: pdf, epub
Страниц: 131
Размер: 28,90 Мб
Язык: английский

When Maths Meets Python: 100 Coding Experiments for Problem Solvers bridges the fascinating world of mathematics with the versatility of Python programming. Whether you're new to coding or already familiar with Python, this book offers an engaging, hands-on journey into solving mathematical problems through code.
  • Добавил: literator
  • Дата: 10-04-2025, 07:01
  • Комментариев: 0
Название: 3D Data Science with Python: Building Accurate Digital Environments with 3D Point Cloud Workflows (Final Release)
Автор: Florent Poux
Издательство: O’Reilly Media, Inc.
Год: 2025
Страниц: 819
Язык: английский
Формат: epub
Размер: 47.7 MB

Our physical world is grounded in three dimensions. To create technology that can reason about and interact with it, our data must be 3D too. This practical guide offers data scientists, engineers, and researchers a hands-on approach to working with 3D data using Python. From 3D reconstruction to 3D deep learning techniques, you'll learn how to extract valuable insights from massive datasets, including point clouds, voxels, 3D CAD models, meshes, images, and more. Dr. Florent Poux helps you leverage the potential of cutting-edge algorithms and spatial AI models to develop production-ready systems with a focus on automation. This book is a practical reference for data scientists, engineers, and anyone curious about working with 3D data. It assumes very little, and you’ll find value even without any understanding of Python programming and little familiarity with fundamental data science concepts. Moreover, no prior experience with 3D data processing is necessary.
  • Добавил: literator
  • Дата: 10-04-2025, 06:23
  • Комментариев: 0
Название: Business Driven Information Systems, 9th Edition
Автор: Paige Baltzan
Издательство: McGraw-Hill Education
Год: 2025
Страниц: 577
Язык: английский
Формат: pdf (true)
Размер: 48.7 MB

Information Systems discusses various business initiatives first and how technology supports those initiatives second. The premise for this unique approach is that business initiatives should drive technology choices and provide the foundation that will enable students to achieve excellence in business, regardless of their major. The text is available with Connect, McGraw Hill’s course management and adaptive learning system, helping millions of students reach their potential every year. The new 9th edition is state of the art in its discussions, presents concepts in an easy-to-understand format, and allows students to be active participants in learning. By engaging students with numerous case studies, exercises, projects, and questions that enforce concepts, Business Driven Information Systems creates a unique learning experience for both faculty and students. Machine Learning: A type of Artificial Intelligence (AI) that enables computers to understand concepts in the environment and to learn. With Machine Learning, the programmer feeds the programs massive amounts of data and uses algorithms to determine how to process the data. Machine Learning predicts events by coupling algorithms and data to discover future patterns and trends.
  • Добавил: literator
  • Дата: 10-04-2025, 04:44
  • Комментариев: 0
Название: AI Agents with Python: Build Autonomous Systems That Think, Learn, and Act
Автор: Hayden Van Der Post
Издательство: Reactive Publishing
Год: 2025
Страниц: 507
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

The future of AI isn’t just models — it’s agents. Systems that can observe, reason, make decisions, and take action in dynamic environments. In AI Agents with Python, you'll learn how to go beyond isolated models and build fully autonomous systems that combine logic, memory, learning, and action — all in real-world applications. Whether you're a developer, data scientist, or an AI-curious builder, this book walks you through the core components of intelligent agent design — and shows you how to bring them to life with Python. Packed with code examples, architectural blueprints, and real-world use cases, this book gives you everything you need to start building intelligent, useful agents from scratch. Build smarter systems. Automate complex work. Create the future.
  • Добавил: Natali26
  • Дата: 9-04-2025, 22:55
  • Комментариев: 0
Название: Мультимедийное Программирование OpenCV
Автор: Serdar Orazdurdyyev
Издательство: Автор
Год: 2024
Формат: PDF, epub
Страниц: 123
Размер: 10,23 Мб
Язык: русский

Внедрение цифровой обработки изображений / Introduction of Digital Image Processing.