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



Реклама


Название: Алгоритмы неформально. Инструкция для начинающих питонистов
Автор: Такфилд Б.
Издательство: Питep
Год: 2022
Формат: True PDF, ePUB
Страниц: 272
Размер: 12,3 Mb
Язык: Русский

Алгоритмы это не только задачи поиска, сортировки или оптимизации, они помогут вам поймать бейсбольный мяч, проникнуть в «механику» машинного обучения и искусственного интеллекта и выйти за границы возможного. Вы узнаете нюансы реализации многих самых популярных алгоритмов современности, познакомитесь с их реализацией на Python 3, а также научитесь измерять и оптимизировать их производительность.
Разместил: vitvikvas 8-10-2022, 05:08 | Комментарии: 0 | Подробнее
Название: Modern C Up and Running: A Programmers Guide to Finding Fluency and Bypassing the Quirks
Автор: Martin Kalin
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 371
Размер: 10 Mb
Язык: English

Learn how to program in modern C, from the basics through the advanced topics required for proficiency. This book is the fastest path to C fluency for anyone experienced in a general-purpose programming language. From start to finish, code examples highlight the idioms and best practices behind efficient, robust programs in a variety of areas.
The book opens with a thorough coverage of syntax, built-in data types and operations, and program structure. C has quirks and presents challenges, which are covered in detail. The coverage of advanced features is what sets this book apart from others. Among the advanced topics covered are floating-point representation in the IEEE 754 standard; embedded assembly language in C code for overflow detection; regular expressions, assertions, and internationalization; WebAssembly through C; and software libraries for C and other clients.
Разместил: vitvikvas 8-10-2022, 04:28 | Комментарии: 0 | Подробнее
Название: The Absolute Beginners Guide to Python Programming: A Step by Step Guide with Examples and Lab Exercises
Автор: Kevin Wilson
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 200
Размер: 13,2 Mb
Язык: English

Written as an illustrated, step-by-step guide, this book will introduce you to Python with examples using the latest version of the language. You'll begin by learning to set up your Python environment. The next few chapters cover the basics of Python such as language classifications, Python language syntax, and how to write a program. Next, you will learn how to work with data like variables, basic data types, arithmetic, companion, and Boolean operators, followed by lab exercises. Further, the book covers flow control, using functions, and exception handling, as well as the principles of object-oriented programming and building an interface design. The last section explains how to develop a game by installing PyGame and how to use basic animation and concludes with coverage of Python web development with web servers and Python web frameworks.
The Absolute Beginners Guide to Python Programming will give you the tools, confidence, and inspiration to start writing Python programs. If you are a programmer, developer, or a student, or someone who wants to learn on their own, this book is for you.
Разместил: vitvikvas 8-10-2022, 04:09 | Комментарии: 0 | Подробнее
Functional Programming with C#: Create More Supportable, Robust, and Testable Code (Fourth Early Release)Название: Functional Programming with C#: Create More Supportable, Robust, and Testable Code (Fourth Early Release)
Автор: Simon J. Painter
Издательство: O’Reilly Media, Inc.
Год: 2022-10-07
Страниц: 121
Язык: английский
Формат: epub (true), mobi
Размер: 10.1 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 8-10-2022, 01:59 | Комментарии: 0 | Подробнее
Scaling Python with Ray: Adventures in Cloud and Serverless Patterns (Sixth Early Release)Название: Scaling Python with Ray: Adventures in Cloud and Serverless Patterns (Sixth Early Release)
Автор: Holden Karau, Boris Lublinsky
Издательство: O’Reilly Media, Inc.
Год: 2022-10-07
Страниц: 250
Язык: английский
Формат: epub (true), mobi
Размер: 10.2 MB

Serverless computing enables developers to concentrate solely on their applications rather than worry about where they've been deployed. With the Ray general-purpose serverless implementation in Python, programmers and data scientists can hide servers, implement stateful applications, support direct communication between tasks, and access hardware accelerators. We wrote this book for developers and data scientists looking to build and scale applications in Python without becoming systems administrators. We expect this book to be most beneficial for individuals and teams dealing with the growing complexity and scale of problems moving from single-threaded solutions to multi-threaded, all the way to distributed computing. While you can use Ray from Java, this book is in Python, and we assume a general familiarity with the Python ecosystem.
Разместил: Ingvar16 8-10-2022, 01:48 | Комментарии: 0 | Подробнее
Blockchain Tethered AI (Second Early Release)Название: Blockchain Tethered AI: How to Tether Artificial Intelligence with Smart Contracts and Tamper-Evident Ledgers (Second Early Release)
Автор: Karen Kilroy, Deepak Bhatta, Lynn Riley
Издательство: O’Reilly Media, Inc.
Год: 2022-10-07
Страниц: 166
Язык: английский
Формат: epub (true)
Размер: 26.2 MB

Remove your doubts about AI and explore how this technology can be future-proofed using blockchain's smart contracts and tamper-evident ledgers. With this practical book, system architects, software engineers, and systems solution specialists will learn how enterprise blockchain provides permanent provenance of AI, removes the mystery, and allows you to validate AI before it's ever used. This book is intended for software architects and developers who want to write AI that can be kept under control. It assumes that the reader already has an understanding of AI systems and is aware of the concerns that arise from the release of these systems. It is also assumed that the reader is somewhat familiar with blockchain and how it works. In order to complete the exercises, the reader should first become familiar with NodeJS, Hyperledger Fabric, and TensorFlow, PyTorch, or another popular AI library, and be able to set up an appropriate development environment in which to perform the exercises.
Разместил: Ingvar16 8-10-2022, 01:35 | Комментарии: 0 | Подробнее
Coding for Beginners - 12th Edition, 2022Название: Coding for Beginners - 12th Edition, 2022
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2022
Страниц: 97
Язык: английский
Формат: pdf
Размер: 73.8 MB

Helping You with Your First Steps in Coding! There’s a wealth of choice for anyone wanting to learn how to program but which language do you start with? Python is widely accepted as the best beginners programming language but C++ is one of the most powerful. Linux scripting is a useful skill in today’s job market and coding on the Raspberry Pi with the FUZE is perfect for projects.
Разместил: Ingvar16 7-10-2022, 14:07 | Комментарии: 0 | Подробнее
The Well-Grounded Java Developer, 2nd Edition (Final Release)Название: The Well-Grounded Java Developer, 2nd Edition (Final Release)
Автор: Benjamin Evans, Jason Clark, Martijn Verburg
Издательство: Manning Publications
Год: 2022
Страниц: 702
Язык: английский
Формат: pdf (true)
Размер: 18.8 MB

Understanding Java from the JVM up gives you a solid foundation to grow your expertise and take on advanced techniques for performance, concurrency, containerization, and more. The Well-Grounded Java Developer, Second Edition is a complete revision of the classic original with the latest innovations of the Java platform. It upgrades your existing Java skills with both JVM fundamentals like bytecode, and powerful new features such as modules and concurrency models.
Разместил: Ingvar16 7-10-2022, 13:39 | Комментарии: 0 | Подробнее
Federated and Transfer LearningНазвание: Federated and Transfer Learning
Автор: Roozbeh Razavi-Far, Boyu Wang, Matthew E. Taylor, Qiang Yang
Издательство: Springer
Год: 2023
Страниц: 371
Язык: английский
Формат: pdf (true)
Размер: 12.9 MB

This book provides a collection of recent research works on learning from decentralized data, transferring information from one domain to another, and addressing theoretical issues on improving the privacy and incentive factors of Federated Learning (FL) as well as its connection with transfer learning and Reinforcement Learning. Over the last few years, the Machine Learning (ML) community has become fascinated by federated and transfer learning. Transfer and federated learning have achieved great success and popularity in many different fields of application. The intended audience of this book is students and academics aiming to apply federated and transfer learning to solve different kinds of real-world problems, as well as scientists, researchers, and practitioners in AI industries, autonomous vehicles, and cyber-physical systems who wish to pursue new scientific innovations and update their knowledge on federated and transfer learning and their applications.
Разместил: Ingvar16 7-10-2022, 11:08 | Комментарии: 0 | Подробнее
Название: Domain-Driven Design with Laravel - Premium Package
Автор: Martin Joo
Издательство: Gumroad
Год: 2022
Формат: PDF
Размер: 25,1 Mb
Язык: English

Полное руководство по освоению предметно-ориентированного дизайна с помощью Laravel. Вы в одном клике от продвижения по карьерной лестнице сразу на два года вперед! «Domain-Driven Design with Laravel» — это полное руководство по освоению DDD в стиле Laravel.
Разместил: vitvikvas 6-10-2022, 19:26 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности