The Structure of Game Design

Автор: literator от 20-06-2023, 17:37, Коментариев: 0

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

The Structure of Game DesignНазвание: The Structure of Game Design
Автор: Wallace Wang
Издательство: Springer
Год: 2023
Страниц: 281
Язык: английский
Формат: pdf (true), epub
Размер: 38.5 MB

The Structure of Game Design is designed to help aspiring and existing game designers turn their ideas into working games. Creating a game involves understanding the core foundational elements of all types of games from paper-based games to the latest video games. By understanding how these core principles work in all types of games, you can apply these same principles to design your own game. Two popular, general purpose game engines that are nearly equal in features are Unity and Unreal. Two less popular but rival game engines are Godot and GameMaker Studio. Godot is free and open source but GameMaker Studio is proprietary and costs money to use. By studying different game engines, you can get a better idea which features might be most important for your game idea. Many game engines support only one programming language but others support multiple programming languages, letting you choose the language you like for that particular game engine. Since writing code may be too difficult for many people, many game engines also offer a visual scripting option. Unfortunately, visual scripts tend to run much slower than traditional programming language code. Even worse, visual scripting takes up larger amounts of space just to make the simplest program. What might take a handful of lines of text in a traditional language like C++ could take up half a screen with a visual scripting language.

 

Machine Learning in Production: Master the art of delivering robust Machine Learning solutions with MLOps

Автор: literator от 20-06-2023, 16:36, Коментариев: 0

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

Machine Learning in Production: Master the art of delivering robust Machine Learning solutions with MLOpsНазвание: Machine Learning in Production: Master the art of delivering robust Machine Learning solutions with MLOps
Автор: Suhas Pote
Издательство: BPB Publications
Год: 2023
Страниц: 469
Язык: английский
Формат: pdf (true)
Размер: 38.98 MB

Deploy, manage, and scale Machine Learning models with MLOps effortlessly. ‘Machine Learning in Production’ is an attempt to decipher the path to a remarkable career in the field of MLOps. It is a comprehensive guide to managing the machine learning lifecycle from development to deployment, outlining ways in which you can deploy ML models in production. It starts off with fundamental concepts, an introduction to the ML lifecycle and MLOps, followed by comprehensive step-by-step instructions on how to develop a package for ML code from scratch that can be installed using pip. It then covers MLflow for ML life cycle management, CI/CD pipelines, and shows how to deploy ML applications on Azure, GCP, and AWS. Furthermore, it provides guidance on how to convert Python applications into Android and Windows apps, as well as how to develop ML web apps. Finally, it covers monitoring, the critical topic of machine learning attacks, and A/B testing.

 

Evolutionary Deep Learning (MEAP v12)

Автор: literator от 20-06-2023, 07:57, Коментариев: 0

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

Evolutionary Deep Learning (MEAP v12)Название: Evolutionary Deep Learning: Genetic algorithms and neural networks (MEAP v12)
Автор: Micheal Lanham
Издательство: Manning Publications
Год: 2023
Страниц: 443
Язык: английский
Формат: pdf, epub
Размер: 23.3 MB

Discover one-of-a-kind AI strategies never before seen outside of academic papers! Learn how the principles of evolutionary computation overcome deep learning’s common pitfalls and deliver adaptable model upgrades without constant manual adjustment. Evolutionary Deep Learning is a guide to improving your Deep Learning models with AutoML enhancements based on the principles of biological evolution. This exciting new approach utilizes lesser- known AI approaches to boost performance without hours of data annotation or model hyperparameter tuning. Google Colab notebooks make it easy to experiment and play around with each exciting example. By the time you’ve finished reading Evolutionary Deep Learning, you’ll be ready to build deep learning models as self-sufficient systems you can efficiently adapt to changing requirements.

 

Software Engineering for Data Scientists (MEAP v3)

Автор: literator от 20-06-2023, 07:24, Коментариев: 0

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

Software Engineering for Data Scientists (MEAP v3)Название: Software Engineering for Data Scientists (MEAP v3)
Автор: Andrew Treadway
Издательство: Manning Publications
Год: 2023
Страниц: 319
Язык: английский
Формат: pdf, epub
Размер: 16.8 MB

These easy to learn and apply software engineering techniques will radically improve collaboration, scaling, and deployment in your data science projects. Software Engineering for Data Scientists presents important software engineering principles that will radically improve the performance and efficiency of Data Science projects. Author and Meta data scientist Andrew Treadway has spent over a decade guiding models and pipelines to production. This practical handbook is full of his sage advice that will change the way you structure your code, monitor model performance, and work effectively with the software engineering teams. Part 4 will teach you how to effectively monitor your code in production. This is especially relevant when you deploy a Machine Learning model to make predictions on a recurring or automated basis. We’ll cover logging, automated reporting, and how to build dashboards with Python.

 

ChatGPT Chrome Extension Playbook

Автор: literator от 19-06-2023, 19:53, Коментариев: 0

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

ChatGPT Chrome Extension PlaybookНазвание: ChatGPT Chrome Extension Playbook
Автор: Cindy Donovan
Издательство: SociGem
Год: 2023
Язык: английский
Формат: pdf
Размер: 17.9 MB

This is an essential trick all ChatGPT users should know – if they want to make steady residual income. ChatGPT Chrome Extension Builder turns ChatGPT into your very own, free-to-use, software developer. The best part is, you don’t need to know anything about coding or software for that matter. Just plug our simple, yet highly effective copy-and-paste prompts into ChatGPT and watch as it researches, creates ideas & even writes the code in real-time… Google Chrome extensions are software applications developed using web technologies like HTML, CSS, and jаvascript. They empower users to personalize their browsing experience in Chrome. They are small add-on features and applications that can enhance a user's experience. They allow users to customize and personalize the way Google Chrome operates to match their preferences and work style, thereby increasing productivity.

 

Tidyverse Skills for Data Science in R

Автор: literator от 19-06-2023, 16:20, Коментариев: 0

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

Tidyverse Skills for Data Science in RНазвание: Tidyverse Skills for Data Science in R
Автор: Carrie Wright, Shannon Ellis, Stephanie Hicks, Roger D. Peng
Издательство: Leanpub
Год: 2021-09-03
Страниц: 780
Язык: английский
Формат: pdf (true)
Размер: 30.3 MB

Develop insights from data with tidy tools. Import, wrangle, visualize, and model data with the Tidyverse R packages. This book is intended for data scientists with some familiarity with the R programming language who are seeking to do Data Science using the Tidyverse family of packages. Through 5 chapters, you will cover importing, wrangling, visualizing, and modeling data using the powerful Tidyverse packages, including the new Tidymodels framework. The Tidyverse packages provide a simple but powerful approach to Data Science which scales from the most basic analyses to massive data deployments. This book covers the entire life cycle of a Data Science project and presents specific tidy tools for each stage. This course introduces a powerful set of Data Science tools known as the Tidyverse. The Tidyverse has revolutionized the way in which data scientists do almost every aspect of their job. We will cover the simple idea of “tidy data” and how this idea serves to organize data for analysis and modeling.

 

D3 Tips and Tricks v7.x: Interactive Data Visualization in a Web Browser

Автор: literator от 19-06-2023, 15:53, Коментариев: 0

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

D3 Tips and Tricks v7.x: Interactive Data Visualization in a Web BrowserНазвание: D3 Tips and Tricks v7.x: Interactive Data Visualization in a Web Browser
Автор: Malcolm Maclean
Издательство: Leanpub
Год: 2021-06-20
Страниц: 411
Язык: английский
Формат: pdf (true), epub
Размер: 27.1 MB

Tips and tricks for using D3.js (version 7), one of the leading data visualization tools for the web. It's aimed at getting you started and moving you forward. D3.js can help you make data beautiful. D3 Tips and Tricks is a book written to help those who may be unfamiliar with jаvascript or web page creation get started turning information into visualization. D3.js (hereafter abridged as D3) is “a jаvascript library for manipulating documents based on data”. But that description doesn’t do it justice. D3 is all about helping you to take information and make it more accessible to others via a web browser. It’s a jаvascript library. That means that it’s a software tool that can be used in conjunction with other software tools to achieve a task. Those other tools are based on web standards such as HTML, SVG and CSS but we don’t need to know too much about them to start using D3 (although it will help :-)). It’s an open framework, which means that there are no hidden mysteries about how it does its magic and it allows others to contribute to a constant cycle of improvement.

 

Machine Learning Interviews (Second Early Release)

Автор: literator от 19-06-2023, 04:04, Коментариев: 0

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

Machine Learning Interviews (Second Early Release)Название: Machine Learning Interviews (Second Early Release)
Автор: Susan Shu Chang
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 108
Язык: английский
Формат: epub
Размер: 17.0 MB

As tech products become more prevalent today, the demand for Machine Learning professionals continues to grow. But the responsibilities and skill sets required of ML professionals still vary drastically from company to company, making the interview process difficult to predict. In this guide, data science leader Susan Shu Chang shows you how to tackle the ML hiring process. Having served as principal data scientist in several companies, Chang has considerable experience as both ML interviewer and interviewee. She'll take you through the highly selective recruitment process by sharing hard-won lessons she learned along the way. You'll quickly understand how to successfully navigate your way through typical ML interviews.

 

Алгоритмы. С примерами на Python

Автор: literator от 18-06-2023, 23:27, Коментариев: 0

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

Алгоритмы. С примерами на PythonНазвание: Алгоритмы. С примерами на Python
Автор: Джордж Хайнеман
Издательство: Питер
Год: 2023
Страниц: 302
Язык: русский
Формат: pdf
Размер: 33,1 MB

Когда нужно, чтобы программа работала быстро и занимала поменьше памяти, профессионального программиста выручают знание алгоритмов и практика их применения. Эта книга - как раз про практику. Ее автор, Джордж Хайнеман, предлагает краткое, но четкое и последовательное описание основных алгоритмов, которые можно эффективно использовать в большинстве языков программирования. О том, какими методами решаются различные вычислительные задачи, стоит знать и разработчикам, и тестировщикам, и интеграторам. Алгоритм - основа computer science и сущность нынешней информационной эпохи. Алгоритмы движут поисковыми системами, которые ежедневно отвечают за миллиарды запросов, и позволяют безопасно передавать данные по всему Интернету. Алгоритмы все чаще оказываются нужны пользователям самых различных областей - от целевой рекламы до онлайн-ценников. В этой книге в доступной форме описаны алгоритмы, которые сразу же можно применять для улучшения эффективности программ. Все алгоритмы написаны на Python, одном из самых популярных и интуитивно понятном языке программирования, которым пользуются в самых различных сферах.

 

Tiny PowerShell Projects (MEAP v6)

Автор: literator от 18-06-2023, 21:29, Коментариев: 0

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

Tiny PowerShell Projects (MEAP v6)Название: Tiny PowerShell Projects (MEAP v6)
Автор: Bill Burns
Издательство: Manning Publications
Год: 2023
Страниц: 276
Язык: английский
Формат: pdf, epub
Размер: 34.2 MB

PowerShell can automate almost any IT task. This book guides you through 17 practical PowerShell projects that will build your skills and save you hours—or even days—of work. Tiny PowerShell Projects guides you through 17 practical projects designed to help you master the fundamentals of system administration with PowerShell. You’ll create handy scripts and build reusable tools that are easy to write and easy to put into action—even if you have no programming experience! You’ll create scripts you can use straight out of the box, and you’ll also learn how to adapt your code to add new features. By the time you finish, you’ll be confident using PowerShell to solve your own unique problems. PowerShell is a powerful scripting language for Windows, Mac and Linux. It’s perfect for automating any system administration task. With PowerShell, you can perform tedious multi-step tasks right from the command line and save your work as scripts you’ll be able to use over and over. And because it’s a full-featured programming language, you can build tools that you can share with other users.