Node.js в действии (+ примеры)

Автор: umkaS от 16-09-2023, 07:55, Коментариев: 0

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

Название: Node.js в действии (+ примеры)
Автор: М. Кантелон, М. Хартер, T. Головайчук, Н. Райлих
Издательство: Питер
Год: 2014
Формат: pdf
Размер: 12 мб
Язык: Русский

Эволюция jаvascript с каждым годом предоставляет веб-разработчикам все большее количество инноваций. Один из наиболее интересных и популярных инструментов для создания легко масштабируемых сетевых приложений является Node.js, основанный на движке V8 и превращающий jаvascript из узкоспециализированного языка в язык общего назначения. Node.js добавляет возможность jаvascript взаимодействовать с устройствами ввода-вывода через свой API (написанный на C++), подключать другие внешние библиотеки, написанные на разных языках, обеспечивая вызовы к ним из jаvascript-кода.
 

Грокаем глубокое обучение с подкреплением

Автор: ekvator от 15-09-2023, 21:44, Коментариев: 0

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

Грокаем глубокое обучение с подкреплением
Название: Грокаем глубокое обучение с подкреплением
Автор: Моралес Мигель
Издательство: Питер
Год: 2023
Формат: pdf
Страниц: 464
Размер: 22,9 Мб
Язык: русский

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

Mathematics for Machine Learning: A Deep Dive into Algorithms

Автор: literator от 15-09-2023, 08:34, Коментариев: 0

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

Название: Mathematics for Machine Learning: A Deep Dive into Algorithms
Автор: Nibedita Sahu
Издательство: Independently published
Год: 2023
Страниц: 258
Язык: английский
Формат: pdf, mobi, epub (true)
Размер: 10.2 MB

"Mathematics for Machine Learning: A Deep Dive into Algorithms" is a comprehensive guide that bridges the gap between mathematical theory and practical applications in the dynamic world of Machine Learning. Whether you're a data science enthusiast, a budding Machine Learning engineer, or a seasoned practitioner, this book equips you with the essential mathematical foundations that power cutting-edge algorithms and data-driven insights. Starting with the fundamentals of linear algebra, multivariable calculus, probability, and statistics, Nibedita expertly guides you through the intricate maze of mathematical concepts. From there, you'll explore the depths of linear regression, classification, support vector machines, neural networks, and more, all while unraveling the underlying mathematical principles that make these algorithms tick. This book isn't just about equations and formulas--it's about unlocking the potential of Machine Learning through a strong mathematical intuition.
 

Курс Delphi для начинающих. Полигон нестандартных задач (2016)

Автор: umkaS от 15-09-2023, 08:26, Коментариев: 0

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

Название: Курс Delphi для начинающих. Полигон нестандартных задач
Автор: Ремнев А.А., Федотова С.В.
Издательство: СОЛОН-ПРЕСС
Год: 2016
Cтраниц: 355
Формат: pdf
Размер: 61 мб
Язык: русский

Курс программирования предполагает последовательное изучение материала от простого к сложному. Большая часть материалов книги посвящена разбору и решению практических задач. Книга будет полезна широкому кругу читателей — студентам вузов, учащимся лицеев, колледжей, школьникам.
 

Laravel: Up & Running: A Framework for Building Modern PHP Apps, 3rd Edition (Final)

Автор: literator от 14-09-2023, 20:27, Коментариев: 0

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

Название: Laravel: Up & Running: A Framework for Building Modern PHP Apps, 3rd Edition (Final)
Автор: Matt Stauffer
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 747
Язык: английский
Формат: pdf, mobi, epub (true)
Размер: 15.0 MB

What sets Laravel apart from other PHP web frameworks? Speed and simplicity, for starters. This rapid application development framework and its ecosystem of tools let you quickly build new sites and applications with clean, readable code. Fully updated to include Laravel 10, the third edition of this practical guide provides the definitive introduction to one of today's most popular web frameworks. Laravel is a powerful and flexible PHP framework. It has a thriving community and a wide ecosystem of tools, and as a result, it’s growing in appeal and reach. This book is for developers who already know how to make websites and applications and want to learn how to do so well in Laravel. This book assumes knowledge of basic object-oriented programming practices, PHP (or at least the general syntax of C-family languages), and the basic concepts of the Model–View–Controller (MVC) pattern and templating. If you’ve never made a website before, you may find yourself in over your head. But as long as you have some programming experience, you don’t have to know anything about Laravel before you read this book—we’ll cover everything you need to know, from the simplest “Hello, world!”.
 

Functional Programming with C#: Create More Supportable, Robust, and Testable Code (Final)

Автор: literator от 14-09-2023, 20:02, Коментариев: 0

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

Название: Functional Programming with C#: Create More Supportable, Robust, and Testable Code (Final)
Автор: Simon J. Painter
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 434
Язык: английский
Формат: pdf, mobi, epub (true)
Размер: 22.2 MB

After decades of relative obscurity, functional programming is finally coming into its own. With concise, easy-to-read code that supports asynchronous, concurrent processing, aspects of functional programming have begun to appear in several traditionally object-oriented languages such as C# and Java. This practical book shows C# programmers how to use functional programming features without having to navigate an entirely new language. Because of the shared runtime environment common to C# and F# languages, it's possible to use most of F#'s functional features in C# as well. Author Simon J. Painter explains how you can write functional code in C# right away, without having to install dependencies or features newer than .NET 3. You'll learn why functional programming concepts can bring immediate benefit to your work.
 

Clean Code Cookbook: Recipes to Improve the Design and Quality of your Code (Final)

Автор: literator от 14-09-2023, 19:05, Коментариев: 0

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

Название: Clean Code Cookbook: Recipes to Improve the Design and Quality of your Code (Final)
Автор: Maximiliano Contieri
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 553
Язык: английский
Формат: pdf, mobi, epub (true)
Размер: 15.3 MB

Often, software engineers and architects work with large, complex code bases that they need to scale and maintain. With this cookbook, author Maximiliano Contieri takes you beyond the concept of clean code by showing you how to identify improvement opportunities and their impact on production code. When it comes to reliability and system evolution, these techniques provide benefits that pay off over time. Using real life examples in jаvascript, PHP, Java, Python, and many other programming languages, this cookbook provides proven recipes to help you scale and maintain large systems. Every section covers fundamental concepts including readability, coupling, testability, and extensibility, as well as code smells—symptoms of a problem that requires special attention—and the recipes to address them. As you proceed through this book, refactoring recipes and the variety of code smells increase in complexity.
 

Software Architecture: Research Roadmaps from the Community

Автор: literator от 14-09-2023, 16:41, Коментариев: 0

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

Название: Software Architecture: Research Roadmaps from the Community
Автор: Patrizio Pelliccione, Rick Kazman, Ingo Weber
Издательство: Springer
Год: 2023
Страниц: 116
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 10.1 MB

Software architecture research involves the study of the design and analysis of software systems, focusing on the high-level structure and organization of software components, as well as the interactions and relationships between them. It also focuses on the non-technical aspects of software design: how teams are organized, and how they communicate and work together. The first three chapters of the book investigate software architecture for emerging classes of software systems with widespread interest, including quantum computing, artificial intelligence-centric systems, and systems within value-based ecosystems. Subsequent chapters investigate the role of architecture in relation to modern development processes; sharing of data as an enabler for furthering research in software architecture; and teaching software architecture. In summary, this book provides an overview of the latest research and directions in software architecture, covering a wide array of current and emerging topics. Specifically, this book is a valuable resource for researchers and students to aid them in identifying fruitful paths for future research.
 

Self Programming Book for Beginner: The ultimate step-by-step guide to learn programming and advance

Автор: literator от 14-09-2023, 16:24, Коментариев: 0

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

Название: Self Programming Book for Beginner: The ultimate step-by-step guide to learn programming and advance
Автор: Kenneth Thompson
Издательство: Francis
Год: 2023
Страниц: 307
Язык: английский
Формат: pdf, mobi, epub (true)
Размер: 10.2 MB

A "Self-Programming Book for Beginners" is a comprehensive and beginner-friendly resource designed to introduce individuals with little to no programming experience to the world of coding. This book is carefully crafted to take you from the very basics of programming to a point where you can confidently write code and tackle programming challenges on your own. This self-programming book for beginners has been a labor of passion and dedication, the culmination of an entire year's worth of effort, exploration, and learning. Before I wrote this book, I embarked on this journey with the intention of creating a comprehensive resource that would guide you, step by step, through the exciting realm of programming. Throughout this book, you'll find a carefully crafted roadmap that distills complex concepts into accessible explanations, making programming approachable and enjoyable for anyone who seeks to learn. But what sets this book apart is the personal touch that comes from dedicating an entire year to its creation.
 

Привет, Unity! Моя первая книга по созданию игр

Автор: Igor1977 от 14-09-2023, 15:38, Коментариев: 0

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


Название: Привет, Unity! Моя первая книга по созданию игр
Автор: Ларкович С.Н., Куприянова А.В.
Издательство: СПБ.: Наука и Техника
Год: 2021
Формат: pdf
Страниц: 288
Размер: 41 mb
Язык: Русский

Если вы мечтаете создать свою компьютерную игру - эта книга для вас!
В первых главах книги будут рассмотрен интерфейс и основные возможности Unity - поговорим о загрузке и установке Unity; о двух- и трехмерных проектах; рассмотрим основные элементы Unity и его интерфейс