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



Реклама



Название: Основы программирования. Язык высокого уровня С++. Часть I
Автор: Селезнева А.В.
Издательство: Ижевск: Удмуртский государственный университет
Год: 2022
Формат: pdf
Страниц: 199
Размер: 15 mb
Язык: Русский

Учебное пособие состоит из двух частей, каждая из которых содержит теоретический материал, примеры задач с их реализацией, ряд лабораторных работ. Первая часть данного пособия знакомит читателя с основными понятиями программирования, его базовыми конструкциями, средами разработки. Учебное пособие направлено на приобретение студентами общих знаний и навыков программирования на высокоуровневом языке С++.
Разместил: na5ballov 12-07-2022, 16:01 | Комментарии: 0 | Подробнее
Название: The Recursive Book of Recursion: Ace the Coding Interview with Python and jаvascript
Автор: Al Sweigart
Издательство: No Starch Press
Год: 2022
Формат: True PDF
Страниц: 331
Размер: 10 Mb
Язык: English

An accessible yet rigorous crash course on recursive programming using Python and jаvascript examples.
Recursion, and recursive algorithms, have a reputation for being intimidating. They're seen as an advanced computer science topic often brought up in coding interviews. Moreover, coders often perceive the use of a recursive algorithm as a sophisticated solution that only true programmers can produce. But there's nothing magical about recursion. Its fearsome reputation is more a product of poor teaching than of the complexity of recursion itself.
This book teaches the basics of recursion, exposes the ways it's often poorly taught, and clarifies the fundamental principles behind all recursive algorithms. It is project-based, containing complete, runnable programs in both Python and jаvascript, and covers several common recursive algorithms for tasks like calculating factorials, producing numbers in the Fibonacci sequence, tree traversal, maze solving, binary search, quicksort and merge sort, Karatsuba multiplication, permutations and combinations, and solving the eight queens problem.
Разместил: vitvikvas 11-07-2022, 17:19 | Комментарии: 0 | Подробнее
Название: Deep Learning with R, 2nd Edition
Автор: Francois Chollet with Tomasz Kalinowski and J. J. Allaire
Издательство: Manning Publications
Год: 2022
Формат: True PDF
Страниц: 568
Размер: 48,6 Mb
Язык: English

Deep Learning with R, Second Edition shows you how to put deep learning into action. It’s based on the revised new edition of François Chollet’s bestselling Deep Learning with Python . All code and examples have been expertly translated to the R language by Tomasz Kalinowski, who maintains the Keras and Tensorflow R packages at RStudio. Novices and experienced ML practitioners will love the expert insights, practical techniques, and important theory for building neural networks.
Разместил: vitvikvas 11-07-2022, 11:44 | Комментарии: 0 | Подробнее

Название: Начинаем программировать на Python
Автор(ы): Тони Гэддис
Издательство: БХВ-Петербург
Год: 2022
Страниц: 880
Формат: DJVU
Размер: 17 Мб
Язык: русский

Изложены принципы программирования, с помощью которых читатель приобретет навыки алгоритмического решения задач на языке Python, даже не имея опыта программирования. Дано краткое введение в компьютеры и программирование. Рассмотрен ввод, обработка и вывод данных, управляющие структуры и булева логика, структуры с повторением, функции, файлы и исключения, списки и кортежи, строковые данные, словари и множества, классы и ООП, наследование, рекурсия, программирование интерфейса, функциональное программирование и др.

Разместил: MIHAIL62 11-07-2022, 01:00 | Комментарии: 0 | Подробнее

Название: OCP Oracle Certified Professional Java SE 17 Developer Study Guide: Exam 1Z0-829
Автор: Boyarsky J., Selikoff S.
Издательство: Sybex
Год: 2022
Формат: pdf
Страниц: 1110
Размер: 14 mb
Язык: Английский

An effective and practical study aid to the new OCP Java SE 17 Developer certification exam
In the OCP Oracle Certified Professional Java SE 17 Developer Study Guide: Exam 1Z0-829, you'll find accessible and essential test prep material for the in-demand and practical OCP Java SE 17 Developer certification. Providing comprehensive coverage of all OCP Java SE 17 exam objectives and competencies, the Study Guide offers you access to all the skills and knowledge you'll need to succeed on the test and in the field as a new or experienced Java developer.
Разместил: na5ballov 10-07-2022, 14:05 | Комментарии: 0 | Подробнее
Название: Fundamentals of Deep Learning, 2nd Edition
Автор: Nithin Buduma, Nikhil Buduma, Joe Papa
Издательство: O’Reilly Media
Год: 2022
Формат: True PDF
Страниц: 390
Размер: 16 Mb
Язык: English

We're in the midst of an AI research explosion. Deep learning has unlocked superhuman perception that has powered our push toward self-driving vehicles, the ability to defeat human experts at a variety of difficult games including Go and Starcraft, and even generate essays with shockingly coherent prose. But deciphering these breakthroughs often takes a Ph.D. education in machine learning and mathematics.
This updated second edition describes the intuition behind these innovations without the jargon and complexity. By the end of this book, Python-proficient programmers, software engineering professionals, and computer science majors will be able to re-implement these breakthroughs on their own and reason about them with a level of sophistication that rivals some of the best in the field.
New chapters cover recent advancements in the fields of generative modeling and interpretability. Code examples throughout the book are updated to TensorFlow 2 and PyTorch 1.4.
Разместил: vitvikvas 10-07-2022, 12:11 | Комментарии: 0 | Подробнее
Название: Software Architecture Metrics
Автор: Christian Ciceri, Dave Farley, Neal Ford, Andrew Harmel-Law, Michael Keeling, Carola Lilienthal, João Rosa, Alexander von Zitzewitz, Rene Weiß, and Eoin Woods
Издательство: O’Reilly Media
Год: 2022
Формат: True PDF
Страниц: 218
Размер: 10 Mb
Язык: English

Software architecture metrics are used to measure the maintainability, architectural quality of a software project and to warn early in the process about dangerous accumulations of architectural and technical debt. In this book leading hands-on software architects introduce some key software architecture metrics through case studies, that every software architect should know. This book is not about theory, it is more about practice and implementation, about what has been already tried and worked. Early detection of software architectural issues is key. It helps mitigate the risk of poor performance, and lowers the cost of repairing these issues.
Разместил: vitvikvas 10-07-2022, 11:54 | Комментарии: 0 | Подробнее
Название: Designing Machine Learning Systems
Автор: Chip Huyen
Издательство: O’Reilly Media
Год: 2022
Формат: True PDF
Страниц: 389
Размер: 15,4 Mb
Язык: English

Many tutorials show you how to develop ML systems from ideation to deployed models. But with constant changes in tooling, those systems can quickly become outdated. Without an intentional design to hold the components together, these systems will become a technical liability, prone to errors and be quick to fall apart.
In this book, Chip Huyen provides a framework for designing real-world ML systems that are quick to deploy, reliable, scalable, and iterative. These systems have the capacity to learn from new data, improve on past mistakes, and adapt to changing requirements and environments. You'll learn everything from project scoping, data management, model development, deployment, and infrastructure to team structure and business analysis.
Разместил: vitvikvas 9-07-2022, 11:38 | Комментарии: 0 | Подробнее
Название: Язык программирования C# 9 и платформа .NET 5: основные принципы и практики программирования
Автор: Троелсен Эндрю, Джепикс Филипп
Издательство: Диaлeктика
Год: 2022 10-е изд.
Формат: PDF
Страниц: 1392
Размер: 96 Mb
Язык: Русский

Классическая книга представляет собой всеобъемлющий источник сведений о языке программирования C# и о связанной с ним инфраструктуре. В 10-м издании книги вы найдете описание новейших возможностей языка C# 9 и .NET 5 вместе с подробным "закулисным" обсуждением, призванным расширить навыки критического мышления разработчиков, когда речь идет об их ремесле. Книга охватывает ASP.NET Core, Entity Framework Core и многое другое наряду с последними обновлениями унифицированной платформы .NET, начиная с улучшений показателей производительности настольных приложений Windows в .NET 5 и обновления инструментария XAML и заканчивая расширенным рассмотрением файлов данных и способов обработки данных. Все примеры кода были переписаны с учетом возможностей последнего выпуска C# 9.
Разместил: vitvikvas 9-07-2022, 05:59 | Комментарии: 0 | Подробнее
Название: Managing Cloud Native Data on Kubernetes
Автор: Jeff Carpenter and Patrick McFadin
Издательство: O’Reilly Media
Год: 2022-07-08: Sixth release
Формат: ePUB
Размер: 10 Mb
Язык: English

Kubernetes has become the primary platform for deploying and managing cloud native applications. But because it was originally designed for stateless workloads, working with data on Kubernetes has been challenging. If you want to avoid the inefficiencies and duplicative costs of having separate infrastructure for applications and data, this practical guide can help.
Разместил: vitvikvas 9-07-2022, 05:20 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности