Artificial Intelligence All-in-One For Dummies

Автор: literator от 16-05-2025, 21:24, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Artificial Intelligence All-in-One For Dummies
Автор: Chris Minnick
Издательство: For Dummies
Год: 2025
Страниц: 755
Язык: английский
Формат: pdf (true)
Размер: 36.2 MB

A comprehensive roadmap to using AI in your career and in your life. Artificial Intelligence is everywhere. Major software organizations like Microsoft, Google, and Apple have built AI directly into products and invited the world to become part of the AI revolution. And it's impossible to use these tools to their fullest potential without understanding the basics of what AI is and what it can do. Artificial Intelligence All-in-One For Dummies compiles insight from the expert authors of AI books in the For Dummies series to provide an easy-to-follow walkthrough for anyone interested in learning how to use AI. You'll learn how to put Artificial Intelligence to work for you and your company in a wide variety of situations, from creating office assistants to managing projects and marketing your products.
 

The Pocket Mentor for Game Production

Автор: literator от 16-05-2025, 21:01, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: The Pocket Mentor for Game Production
Автор: Doug Pennant
Издательство: CRC Press
Год: 2025
Страниц: 196
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Want to work as a producer in the video games industry? Then this is the book for you. This book provides all the essential information and guidance you need to understand the industry and get your foot on the ladder. This book covers everything from basics you’ll need to understand, how to look for and apply for job opportunities, as well as the studio interview process itself. It also includes advice for what to do once you’re in the role, with chapters covering the day‑to‑day of working as a game producer, how to set goals for future career progression, as well as interviews with top tips from experts in the industry. While many programming languages are used in video games, the most common are C++ and C# (pronounced “C plus plus” and “C sharp,” respectively). C++ is a “low-level” language which compiles directly to machine code, allowing for better performance, but requires the programmer to manage low-level functions (e.g., memory allocation) more directly. C# is considered a “high-level” language which automatically handles many of those functions, but this comes with the price of harder performance management. The main language is generally chosen at the engine level, for instance, the Unreal game engine uses a modified version of C++, while the Unity game engine uses C# with bespoke platform compilers to help with compatibility. This book will be of great interest to all beginner and aspiring game producers.
 

Computer Performance Modeling

Автор: literator от 16-05-2025, 20:14, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Computer Performance Modeling
Автор: Alexandre Brandwajn, Thomas Begin
Издательство: World Scientific Publishing Company
Год: 2025
Страниц: 355
Язык: английский
Формат: pdf (true)
Размер: 16.8 MB

This compendium gives an overview of computer performance modelling techniques and an in-depth explanation of their principles and practical applications. The book emphasizes selected approximation methods for complex systems, including recent advances in multi-server models. This text incorporates many years of experience doing research, teaching, and practicing computer performance modeling. This book can be used as a textbook for a graduate-level course in computer performance modeling, as well as a reference for professionals working in this field. Computer performance modeling provides tools to predict the performance of computer systems before they are built, as well as the effect of system modifications before they are released to the users. Ideally, outside emergency situations, system designs and modifications whose performance has not been assessed and is thus unknown, should not find their way into the marketplace. Computer performance modeling includes all aspects of computer systems, from their hardware and software components to their overall architecture. When dealing with existing systems, its goals include the determination of critical performance factors and the impact of projected changes.
 

Java Generics and Collections, 2nd Edition (Sixth Early Release)

Автор: literator от 16-05-2025, 18:32, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Java Generics and Collections: Fundamentals and Recommended Practices, 2nd Edition (Sixth Early Release)
Автор: Maurice Naftalin, Philip Wadler
Издательство: O'Reilly Media, Inc.
Год: 2025-03-13
Страниц: 371
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Java Generics and Collections has been the go-to guide to generics for more than a decade. This second edition covers Java 21, providing a clear guide to generics from their most common uses to the strangest corner cases, giving you everything you need to know to use and write generic APIs effectively. It covers the collections library thoroughly, so you'll always know how and when to use each collection for any given task. And it explains stream processing, so you'll know which model to use and how they interoperate to get the best out of the platform library. This book is intended for everyone who knows something about Java, and would like to find out more. It’s not a Java tutorial, so we assume knowledge of basic Java concepts like classes, static and instance methods, and so on. We use the syntax of Java 21, but most syntax features associated specifically with generics are explained in the text.
 

Cultural Data Science: An Introduction to R

Автор: literator от 16-05-2025, 17:28, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Cultural Data Science: An Introduction to R
Автор: Harald Klinke
Издательство: Springer
Год: 2025
Страниц: 163
Язык: английский
Формат: pdf
Размер: 16.9 MB

This book addresses growing demand in the visual humanities for foundational knowledge in data analysis, image processing, and Artificial Intelligence (AI). Intended for readers without prior technical knowledge, its eighteen chapters introduce key concepts in Data Science through examples from art history, visual computing, and cloud technologies. For advanced readers, it explores how digital methods enhance our understanding of our cultural past. Focusing on image-based humanities research, the book demonstrates practical applications using open source software such as R, RStudio, and ImageMagick, along with open data sets from institutions like the MoMA, the Met, and the Rijksmuseum. To effectively analyze data, the choice of means is crucial. In this book, we are using the programming language R as a strategic choice, since it offers distinct advantages over alternative means. R, being an open-source language, accommodates a wide spectrum of data analysis tasks.
 

Cracking the Python Coding Interview: A Comprehensive Guide to Algorithmic Problem Solving

Автор: literator от 16-05-2025, 07:01, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Cracking the Python Coding Interview: A Comprehensive Guide to Algorithmic Problem Solving
Автор: Aarav Joshi
Издательство: 101 Books
Год: 2025
Страниц: 1669
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

"Cracking the Python Coding Interview: A Comprehensive Guide to Algorithmic Problem Solving" is a cutting-edge resource designed for Python developers preparing for technical interviews in 2025. This comprehensive guide covers essential coding patterns and problem-solving techniques specifically tailored for Python interviews at top tech companies and startups. The book features 15 meticulously structured chapters that progress from Python fundamentals to advanced data structures, algorithmic patterns, and real-world interview scenarios. Each chapter contains detailed explanations, multiple approaches to solving problems, time and space complexity analyses, and practical implementation tips. Whether you're a beginner or experienced developer, this guide provides the tools to master Python-specific interview challenges, optimize your solutions, and communicate your thought process effectively to interviewers.
 

Docker. Вводный курс

Автор: Igor1977 от 16-05-2025, 06:55, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Docker. Вводный курс
Автор: Кейн Ш.П.
Издательство: Астана: АЛИСТ
Год: 2024
Формат: pdf
Страниц: 351
Размер: 21 mb
Язык: Русский

Книга подробно описывает инструментарий Docker и возможности использования контейнеров для развертывания программного обеспечения. Рассказано об интеграции Docker и контейнеров Linux с облачными сервисами и Kubernetes. Описаны методы сборки образов Open Container Initiative (OCI), развертывания и администрирования образов с использованием командной строки. Показано, как образы OCI упрощают управление зависимостями и ускоряют процесс развертывания приложений. Даны практические рекомендации по настройке и тестированию контейнеров, подробно рассмотрены инструменты оркестрации, обеспечения безопасности и конфигурирования Docker. В третьем издании особое внимание уделено инструменту BuildKit, поддержке мультиархитектурных образов, а также контейнеров в режиме rootless.
 

Continuous Deployment for Java Apps: Mastering Jenkins and Docker

Автор: literator от 16-05-2025, 05:55, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Continuous Deployment for Java Apps: Mastering Jenkins and Docker
Автор: Peter Jones
Издательство: NOB TREX L.L.C.
Год: September 13, 2024
Страниц: 278
Язык: английский
Формат: pdf, epub (true)
Размер: 10.8 MB

"Continuous Deployment for Java Apps: Mastering Jenkins and Docker" is an indispensable guide for software developers, DevOps engineers, and IT professionals aiming to enhance their proficiency in cutting-edge deployment technologies. This comprehensive resource delves deeply into continuous deployment, with a special focus on Java applications and harnessing the capabilities of Jenkins and Docker—two pivotal tools in the modern DevOps landscape. The book provides a complete walkthrough—from setting up a robust development environment to mastering containerization and automation. You will learn how to prepare, build, test, and deploy Java applications seamlessly. Each chapter offers meticulous guidance on configuring Jenkins for automation, building Docker containers optimized for Java, managing staging environments, and addressing many other critical aspects.
 

Hands-On Machine Learning with Scikit-Learn and PyTorch (Early Release)

Автор: literator от 15-05-2025, 23:18, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Hands-On Machine Learning with Scikit-Learn and PyTorch: Concepts, Tools, and Techniques to Build Intelligent Systems (Early Release)
Автор: Aurélien Geron
Издательство: O’Reilly Media, Inc.
Год: 2025-05-15
Страниц: 399
Язык: английский
Формат: epub (true)
Размер: 39.96 MB

The potential of Machine Learning today is extraordinary, yet many aspiring developers and tech professionals find themselves daunted by its complexity. Perhaps you're ready to jump in, but you're unsure where or how to begin. Whether you're looking to enhance your skill set and apply machine learning to real-world projects or are simply curious about how AI systems function, this book is your jumping-off place. In a way that's approachable yet deeply informative, author Aurelien Geron delivers the ultimate introductory guide to Machine Learning and Deep Learning. With a focus on clear explanations and real-world Python examples, the book takes you through cutting-edge tools like Scikit-learn and PyTorch—from basic regression techniques to advanced neural networks like transformers and generative adversarial networks. Whether you're a student, professional, or hobbyist, you'll gain the skills to begin building intelligent systems.
 

Hybrid Imaging and Visualization: Employing Machine Learning with Mathematica - Python, 2nd Edition

Автор: literator от 15-05-2025, 20:27, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Hybrid Imaging and Visualization: Employing Machine Learning with Mathematica - Python, 2nd Edition
Автор: Joseph Awange, Béla Paláncz, Lajos Völgyesi
Издательство: Springer
Год: 2025
Страниц: 471
Язык: английский
Формат: pdf (true)
Размер: 65.4 MB

This second edition of the book that targets those in computer algebra and Artificial Intelligence introduces Black Hole algorithm that is essential for optimizing hyperparameters, an important task in Machine Learning where mostly, stochastic global methods are used as well as ChatGPT, a novel and in the last few years, very popular Generative AI technology. In addition, fisher discriminant, a linear discriminant that can provide an optimal separation of objects, and the conversion of time series into images thereby making it possible to employ convolution neural network to classify time series effectively are presented. Computer vision, a multidisciplinary field that is broadly a subfield of artificial intelligence and Machine Learning has as one of its goals the extraction of useful information from images. A basic problem in computer vision, therefore, is to try to understand, i.e., “see” the structure of the real world from a given set of images through use of specialized methods and general learning algorithms. In this book, we employ Python and Mathematica as well as their blending, since Python code can be run from Mathematica directly.