Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Название: Game Testing: All in One, 4th Edition
Автор: Robert Denton Bryant
Издательство: Mercury Learning and Information
Год: 2024
Страниц: 431
Язык: английский
Формат: pdf (true), epub (true)
Размер: 38.2 MB, 47.9 MB

An updated version of the bestselling, Game Testing All In One 3/E, this fourth edition serves as your comprehensive handbook to video game testing, guiding you through the essential skills needed to succeed in this exciting field. Whether you are a student seeking to enter the video game industry or a working professional aiming to refine your skills, this new edition gives you the basic skills of testing, demonstrates how game testing and testers fit into the game development process, and includes practical knowledge of tools, roles, responsibilities, and the metrics used to determine game quality and test progress. The reader is taken step-by-step through test design and other QA methods, using real game situations, and featuring interviews with veteran game developers. The book includes companion files for downloading with templates and tutorials for creating both combinatorial tables and test flow diagrams, which form the basis of a robust video game QA plan. Each chapter includes questions and exercises, making the book suitable for classroom use as well as a personal study or reference tool. Programmers make the video game work. They use their programming skills to turn the game design into something you can play on your computer or other device. Programmers may be involved in the porting of game code from one platform to another. Certain portions of the code should remain the same, whereas others must be changed to accommodate differences in the new platform. In all cases, the port must be freshly tested on the new platform to ensure that the player’s experience is the same as on the original platform.
Разместил: Ingvar16 22-06-2024, 18:01 | Комментарии: 0 | Подробнее
Название: Python 3 and Machine Learning Using ChatGPT / GPT-4
Автор: O. Campesato
Издательство: Mercury Learning and Information
Год: 2024
Страниц: 286
Язык: английский
Формат: pdf (true), epub (true)
Размер: 21.8 MB, 30.3 MB

This book is designed to bridge the gap between theoretical knowledge and practical application in the fields of Python programming, machine learning, and the innovative use of ChatGPT-4 in Data Science. The book is structured to facilitate a deep understanding of several core topics. It begins with a detailed introduction to Pandas, a cornerstone Python library for data manipulation and analysis. Next, it explores a variety of Machine Learning classifiers from kNN to SVMs. In later chapters, it discusses the capabilities of GPT-4, and how its application enhances traditional linear regression analysis. Finally, the book covers the innovative use of ChatGPT in data visualization. This segment focuses on how AI can transform data into compelling visual stories, making complex results accessible and understandable. It includes material on AI apps, GANs, and DALL-E. Companion files are available for downloading with code and figures from the text. The Chapter 1 introduces you to Pandas and provides code samples that illustrate some of its useful features. If you are familiar with these topics, skim through the material and peruse the code samples, just in case they contain information that is new to you. The first part contains a brief introduction to Pandas. This section contains code samples that illustrate some features of Pandas DataFrames and a brief discussion of series, which are two of the main features of Pandas.
Разместил: Ingvar16 22-06-2024, 15:45 | Комментарии: 0 | Подробнее
Название: PHP, MySQL, HTML5 и CSS 3. Разработка современных динамических Web-сайтов
Автор: Владимир Дронов
Издательство: БХВ-Петербург
Год: 2016
Cтраниц: 675
Формат: pdf
Размер: 11 мб
Язык: русский

Книга посвящена разработке динамических Web-сайтов с применением HTML5, CSS 3, PHP и MySQL. Описаны возможности HTML5 по работе с текстом, графикой, аудио и видео, таблицами, средствами навигации и Web-формами, а также способы представления, преобразования и анимации Web-страниц с помощью CSS 3. Рассказано о языке javascript, объектной модели документа DOM, разработке Web-сценариев и технологии AJAX. Рассмотрены серверное программирование, язык PHP и сервер данных MySQL. Дано описание библиотеки Yii, предоставляющей Web-программисту готовый набор инструментов для написания серверных приложений. На практических примерах показана разработка дизайна страниц, интерактивных элементов – спойлера, лайтбокса и блокнота, создание универсального файлового хранилища и реализации поддержки тегов BBCode для форматирования текста. Рассмотрен процесс создания полнофункционального сайта и его публикации в Интернете. Все исходные коды доступны для загрузки с сайта издательства.
Разместил: rivasss 22-06-2024, 15:10 | Комментарии: 0 | Подробнее
Название: Fortran: A Comprehensive Programming Guide for 2024
Автор: Hayden Van Der Post
Издательство: Reactive Publishing
Год: 2024
Страниц: 534
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.4 MB

Dive into the world of Fortran with "Fortran: A Comprehensive Programming Guide for 2024," the definitive resource for mastering one of the most enduring programming languages. Designed for both beginners and seasoned programmers, this guide offers a thorough exploration of Fortran's capabilities and its modern applications. In the ever-evolving landscape of programming languages and computing technologies, one might question the relevance of a language developed over six decades ago. Yet, Fortran stands as a testament to timeless engineering and innovation, continuing to power scientific discoveries, high-performance computing applications, and the backbone of legacy systems worldwide. This book, "Fortranis a journey through this remarkable language, catering to both novices discovering Fortran for the first time and seasoned programmers looking to refine their expertise. The primary aim of this book is to bridge the knowledge gap between the classical roots of Fortran and the dynamic demands of modern computing. From understanding the humble beginnings and evolution of Fortran in Chapter 1, through mastering basic and advanced syntax and constructs in Chapters 2 and 3, this book lays a solid foundation. Chapters 4 and 5 delve into numerical methods and scientific computing, underscoring why Fortran remains the language of choice for computation-heavy tasks and high-performance applications.
Разместил: Ingvar16 22-06-2024, 14:28 | Комментарии: 0 | Подробнее
Название: Python Made Easy A First Course in Computer Programming using Python
Автор: Kevin Wilson
Издательство: Elluminet Press
Год: 2024
Страниц: 702
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Python Made Easy: A First Course in Computer Programming is a full color, step by step, hands-on introduction to the world of computer programming using Python. With a focus on practical application, this book is designed to equip anyone seeking an interactive introduction to Python with the essential skills and knowledge needed to start their programming journey. This book adopts a "learn by doing" approach, providing a rich set of lab exercises at the end of each section and larger programming projects for you to try. By actively engaging with coding exercises along with step-by-step guidance, illustrations, and video demos, you'll develop a solid understanding of Python and build your skills. Python Made Easy: A First Course in Computer Programming using Python is the ideal companion for anyone seeking an interactive introduction to Python programming. Whether you are a student, an aspiring programmer, or a professional from a non-technical background, this book will empower you to master the fundamentals of Python and the world of computer programming.
Разместил: Ingvar16 22-06-2024, 13:59 | Комментарии: 0 | Подробнее
Название: Разработка чат-ботов и разговорных интерфейсов (Практическое руководство по разработке чат-интерфейсов)
Автор: Джанарсанам С.
Издательство: ДМК Пресс
Год: 2019
Cтраниц: 340
Формат: pdf (ocr)
Размер: 16 мб
Язык: русский

В книге рассказывается о работе диалоговых интерфейсов как способе взаимодействия машины с людьми на естественном языке. Вы научитесь разрабатывать чат-боты для выполнения различных прикладных задач с помощью платформ Microsoft Bot Framework, DialogFlow и Twilio, а также изучите механизмы развертывания чат-ботов на платформах мессенджеров типа Facebook. В заключении освоите отправку и отслеживание сообщений на платформе Twitter, а также поэкспериментируете с технологиями Google Assistant и Amazon Alexa. Издание будет полезно начинающим разработчикам в области искусственного интеллекта
Разместил: rivasss 22-06-2024, 12:16 | Комментарии: 0 | Подробнее
Название: Python Polars: The Definitive Guide: Blazingly Fast Data Analysis (Fourth Early Release)
Автор: Jeroen Janssens, Thijs Nieuwdorp
Издательство: O’Reilly Media, Inc.
Год: 2024-05-23
Страниц: 468
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Want to speed up your data analysis and work with larger-than-memory datasets? Python Polars offers a blazingly fast, multithreaded, and elegant API for data loading, manipulation, and processing. With this hands-on guide, you'll walk through every aspect of Polars and learn how to tackle practical use cases using real-world datasets. Jeroen Janssens and Thijs Nieuwdorp from Xomnia in Amsterdam show you how this superfast DataFrame library is perfect for efficient data wrangling, ETL pipelines, and so much more. This book helps you quickly learn the syntax and understand Polars' underlying concepts. You don't need to have experience with Pandas or Spark, but if you do, this book will help you make a smooth transition.
Разместил: Ingvar16 22-06-2024, 06:15 | Комментарии: 0 | Подробнее
Название: javascript. A Comprehensive manual for creating dynamic, responsive websites and applications: Suitable For Both Novice And Experts
Автор: Ibrahim Nugwa Abdulrazak
Издательство: Noogul Digital Services
Год: 2024
Страниц: 1555
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

This book shows off javascript's potential for developing web applications by mixing in-depth theory instruction with enjoyable assignments that will push your limits. To gain a thorough knowledge of the ideas, you can experiment with them in your own editor or browser console as you learn them. Basic programming concepts, including variables, arrays, objects, functions, conditionals, loops, classes, and more, will be covered first. Building on this foundation, you'll combine javascript with HTML and CSS to create interactive web applications that you can use immediately away, with the help of interesting examples and practical exercises. The fundamentals of the javascript language will be used to help you learn how to create your own scripts from scratch, which will make the script-writing process easier. Detailed examples and scripts explaining how to combine javascript with Google Apps script were provided in Chapters Sixteen and Seventeen. Creating and releasing add-ons for Google Sheets, Docs, and Forms on an online shop is made simple using Apps Script. It functions as a unified platform for creating, coding, and eventually sharing apps on the web store. This tutorial is designed for the aspiring Web Designers and Developers with a need to understand javascripting in enough detail along with its simple overview, and practical examples. This tutorial will give you enough ingredients to start with javascript from where you can take yourself at higher level of expertise.
Разместил: Ingvar16 22-06-2024, 05:28 | Комментарии: 0 | Подробнее
Название: Construct, Merge, Solve & Adapt: A Hybrid Metaheuristic for Combinatorial Optimization
Автор: Christian Blum
Издательство: Springer
Серия: Computational Intelligence Methods and Applications
Год: 2024
Страниц: 202
Язык: английский
Формат: pdf (true), epub
Размер: 30.7 MB

This book describes a general hybrid metaheuristic for combinatorial optimization labeled Construct, Merge, Solve & Adapt (CMSA). The general idea of standard CMSA is the following one. At each iteration, a number of valid solutions to the tackled problem instance are generated in a probabilistic way. Hereby, each of these solutions is composed of a set of solution components. The components found in the generated solutions are then added to an initially empty sub-instance. Next, an exact solver is applied in order to compute the best solution of the sub-instance, which is then used to update the sub-instance provided as input for the next iteration. In this way, the power of exact solvers can be exploited for solving problem instances much too large for a standalone application of the solver. Important research lines on CMSA from recent years are covered in this book. After an introductory chapter about standard CMSA, subsequent chapters cover a self-adaptive CMSA variant as well as a variant equipped with a learning component for improving the quality of the generated solutions over time. Furthermore, on outlining the advantages of using set-covering-based integer linear programming models for sub-instance solving, the author shows how to apply CMSA to problems naturally modelled by non-binary integer linear programming models. First of all, note that all approaches described in this book were implemented in C++ and compiled with one of the latest GNU compilers. Moreover, as ILP solver we used CPLEX version 22.1, if not otherwise stated. The book will be valuable and is intended for researchers, professionals and graduate students working in a wide range of fields, such as combinatorial optimization, algorithmics, metaheuristics, mathematical modeling, evolutionary computing, operations research, Artificial Intelligence, or statistics.
Разместил: Ingvar16 22-06-2024, 04:36 | Комментарии: 0 | Подробнее
Название: Artificial Intelligent Algorithms for Image Dehazing and Non-Uniform Illumination Enhancement
Автор: Teena Sharma, Nishchal K. Verma
Издательство: Springer
Серия: Algorithms for Intelligent Systems
Год: 2024
Страниц: 158
Язык: английский
Формат: pdf (true)
Размер: 10.5 MB

Artificial Intelligence (AI) has introduced a range of effective image processing tools that play a pivotal role in fortifying vision-based applications. The success of these applications hinges on the quality of input images, particularly those containing intricate textural details. The merit of an image is typically gauged through visible aspects such as illumination, color, and shapes, all of which can be adversely impacted by atmospheric factors like haze and uneven illumination. When haze particles are present, they impede the transmission of reflected light rays to the observer, resulting in an elevation of airlight and causing the image to exhibit a hazy appearance. Conversely, non-uniform illumination conditions contribute to a darkened depiction of the captured scene, leading to the obscuring of visible features. Consequently, image enhancement emerges as a crucial preliminary step, aiming to revive textural intricacies and refine image details. This enhancement process proves indispensable in bolstering the resilience of vision-based applications, ensuring their optimal performance even in challenging environmental circumstances. This book provides a detailed explanation of AI algorithms for image dehazing and non-uniform illumination enhancement. It outlines unsupervised and supervised methods with their advantages and limitations. The structure of this book will be helpful for a reader first to understand the unsupervised methods considering the scenario when it is impractical to have a large set of datasets for training an AI algorithm for image enhancement. Since there have been extensive advancements in Deep Learning methods and the availability of resources, this book provides a detailed insight into the run-time and accuracy adjustments of deep learning-based AI algorithms to learn the pattern better while performing enhancement.
Разместил: Ingvar16 22-06-2024, 03:01 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности