|
|
|
|
|
|
|
| |
|
Название: 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. |
Разместил: Ingvar16 15-09-2023, 08:34 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Курс Delphi для начинающих. Полигон нестандартных задач Автор: Ремнев А.А., Федотова С.В. Издательство: СОЛОН-ПРЕСС Год: 2016 Cтраниц: 355 Формат: pdf Размер: 61 мб Язык: русский
Курс программирования предполагает последовательное изучение материала от простого к сложному. Большая часть материалов книги посвящена разбору и решению практических задач. Книга будет полезна широкому кругу читателей — студентам вузов, учащимся лицеев, колледжей, школьникам. Особый интерес она вызовет у преподавателей информатики благодаря строго структурированному системному подходу в изложении материала, а также включению в рассмотрение методологии поисково-деятельностных образовательных технологий проблемного обучения, таких как: исследование, проект или проектно-исследовательская деятельность, решение олимпиадных задач. |
Разместил: rivasss 15-09-2023, 08:26 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Head First. Git. Лучший способ понять Git изнутри Автор: Ганди Раджу Издательство: БХВ Год: 2024 Формат: pdf Размер: 127 Мб Качество: Отсканированные страницы Язык: Русский
Книга поможет быстро и легко изучить самый популярный в мире инструмент контроля версий Git. В ней использована уникальная методика Head First, выходящая за рамки синтаксиса и инструкций по решению конкретных задач, а эффектное визуальное оформление разработано с учетом того, как работает и наиболее продуктивно усваивает информацию мозг. Рассмотрены основы Git, свойства ветвления кода, слияние, коммиты, устройство репозитория Git и поиск в нем, отмена действий и исправление ошибок. Особое внимание уделено командной работе с Git, передовым методам взаимодействия и советам профессионалов по эффективной работе.
|
Разместил: tanyavip1 14-09-2023, 20:36 | Комментарии: 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!”. |
Разместил: Ingvar16 14-09-2023, 20:25 | Комментарии: 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. |
Разместил: Ingvar16 14-09-2023, 20:00 | Комментарии: 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 javascript, 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. |
Разместил: Ingvar16 14-09-2023, 19:04 | Комментарии: 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. |
Разместил: Ingvar16 14-09-2023, 16:41 | Комментарии: 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. |
Разместил: Ingvar16 14-09-2023, 16:24 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Привет, Unity! Моя первая книга по созданию игр Автор: Ларкович С.Н., Куприянова А.В. Издательство: СПБ.: Наука и Техника Год: 2021 Формат: pdf Страниц: 288 Размер: 41 mb Язык: Русский
Если вы мечтаете создать свою компьютерную игру - эта книга для вас! В первых главах книги будут рассмотрен интерфейс и основные возможности Unity - поговорим о загрузке и установке Unity; о двух- и трехмерных проектах; рассмотрим основные элементы Unity и его интерфейс |
Разместил: na5ballov 14-09-2023, 15:38 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Курс практического программирования в Delphi. Объектно-ориентированное программирование Автор: Санников Е.В. Издательство: СОЛОН-Пресс Год: 2016 Cтраниц: 188 Формат: pdf Размер: 27 мб Язык: русский
Данный курс-практикум рассчитан преимущественно на студентов информационных и технических специальностей, а также на начинающих программистов, желающих научиться разработке приложений в среде Delphi и понять суть объектного программирования. Также практикум может использоваться в качестве элективного курса у школьников старших классов. Весь процесс создания приложений расписан очень подробно и иллюстрирован рисунками, а приведенный программный код в большинстве случаев снабжен комментариями. Особенное внимание уделено именно практической части и формированию умений при разработке приложения. Практикум состоит из 15 практических работ, основанных на принципе «от простого к сложному». |
Разместил: rivasss 14-09-2023, 09:30 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|