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



Реклама


Название: bash Idioms: Write Powerful, Flexible, Readable Shell Scripts
Автор: Carl Albing and JP Vossen
Издательство: O’Reilly Media
Год: 2022
Формат: True PDF
Страниц: 170
Размер: 10 Mb
Язык: English

Shell scripts are everywhere, especially those written in bash-compatible syntax. But these scripts can be complex and obscure. Complexity is the enemy of security, but it's also the enemy of readability and understanding. With this practical book, you'll learn how to decipher old bash code and write new code that's as clear and readable as possible.
Authors Carl Albing and JP Vossen show you how to use the power and flexibility of the shell to your advantage. You may know enough bash to get by, but this book will take your skills from manageable to magnificent. Whether you use Linux, Unix, Windows, or a Mac, you'll learn how to read and write scripts like an expert. Your future you will thank you.
Разместил: vitvikvas 25-05-2022, 11:28 | Комментарии: 0 | Подробнее
Название: Computational Vision and Bio-Inspired Computing: Proceedings of ICCVBIC 2021
Автор: S. Smys, Joao Manuel R. S. Tavares, Valentina Emilia Balas
Издательство: Springer
Год: 2022
Формат: PDF
Страниц: 877
Размер: 25,1 Mb
Язык: English

This book includes selected papers from the 5th International Conference on Computational Vision and Bio Inspired Computing (ICCVBIC 2021), held in Coimbatore, India, during November 25–26, 2021. This book presents state-of-the-art research innovations in computational vision and bio-inspired techniques. The book reveals the theoretical and practical aspects of bio-inspired computing techniques, like machine learning, sensor-based models, evolutionary optimization and big data modeling and management that make use of effectual computing processes in the bio-inspired systems. It also contributes to the novel research that focuses on developing bio-inspired computing solutions for various domains, such as human–computer interaction, image processing, sensor-based single processing, recommender systems and facial recognition, which play an indispensable part in smart agriculture, smart city, biomedical and business intelligence applications.
Разместил: vitvikvas 24-05-2022, 19:17 | Комментарии: 0 | Подробнее
Название: Introducing Microsoft Orleans: Implementing Cloud-Native Services with a Virtual Actor Framework
Автор: Thomas Nelson
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 206
Размер: 10 Mb
Язык: English

Welcome to Orleans, a virtual actor framework from Microsoft that allows a single developer to create immensely scalable, available applications while maintaining a high throughput. This guide is designed to give you a foundational understanding of Orleans, an overview of its implementations, and plenty of hands-on coding experience. Side-by-side monolithic and microservice patterns alongside Orleans' framework features are also discussed, to help readers without an actor model background understand how they can enhance applications.
Author Nelson’s approach is to introduce patterns as needed for business requirements, including monolithic microservices and to convert monolithic to microservices, in order to keep a microservice from growing into a monolithic application. Orleans is a good choice for either of these scenarios as the next step to build your backend services and reduce unnecessary orchestration, overhead, and tooling.
Разместил: vitvikvas 24-05-2022, 15:12 | Комментарии: 0 | Подробнее
Название: Interpretable AI: Building explainable machine learning systems
Автор: Ajay Thampi
Издательство: Manning Publications
Год: 2022
Формат: True PDF
Страниц: 330
Размер: 20,5 Mb
Язык: English

AI doesn’t have to be a black box. These practical techniques help shine a light on your model’s mysterious inner workings. Make your AI more transparent, and you’ll improve trust in your results, combat data leakage and bias, and ensure compliance with legal requirements.
In Interpretable AI , you will learn:
Why AI models are hard to interpret
Interpreting white box models such as linear regression, decision trees, and generalized additive models
Partial dependence plots, LIME, SHAP and Anchors, and other techniques such as saliency mapping, network dissection, and representational learning
What fairness is and how to mitigate bias in AI systems
Implement robust AI systems that are GDPR-compliant
Разместил: vitvikvas 24-05-2022, 12:43 | Комментарии: 0 | Подробнее
Название: Язык программирования С++: Лекции и упражнения
Автор: Прата С.
Издательство: ДиаСофт
Год: 2005 - 4-е издание
Cтраниц: 1104
Формат: djvu
Размер: 32 мб
Язык: русский

В новом издании популярной книги известного автора и специалиста по С++ рассматривается устоявшаяся версия языка. Изложение материала не привязано ни к какой конкретной реализации С++. Книга охватывает обширный круг вопросов, необходимых для создания полноценных программ на С++, - от знакомства с основами синтаксиса языка до многочисленных новых функциональных возможностей С++, таких как классы, объекты, наследование, полиморфизм, виртуальные функции, стандартная библиотека шаблонов STL, RTTI и др.
Разместил: rivasss 24-05-2022, 08:25 | Комментарии: 1 | Подробнее
Название: Структуры данных и алгоритмы: реализация на C/C++
Автор: Пышкин Е.В.
Издательство: СПб.: ФТК СПБГПУ
Год: 2009
Формат: pdf
Страниц: 200
Размер: 11,7 Mb
Язык: Русский

Учебное пособие дополняет курс лекций, читаемых студентам Санкт-Петербургского государственного политехнического университета. Рассматриваются основные структуры данных, в том числе связанные типы (списки, деревья, графы) и сложные контейнерные типы (массивы, ассоциативные массивы, стеки и очереди), а также особенности управления подобными типами в компьютерной программе.
Разместил: oksanavalera 22-05-2022, 13:38 | Комментарии: 0 | Подробнее

Название: Kotlin Coroutines by Tutorials (3rd Edition)
Автор: Filip Babić, Luka Kordić & Nishant Srivastava
Издательство: Razeware LLC
Год: 2022
Формат: pdf
Страниц: 287
Размер: 24 mb
Язык: Английский

Android is inherently asynchronous and event-driven, with strict requirements as to on which thread certain things can happen. Learn how to use Kotlin coroutines to solve common Android programming problems using asynchronous programming techniques!
The importance of concurrency is discovered quite early on by people who start with Android development. Android is inherently asynchronous and event-driven, with strict requirements as to on which thread certain things can happen.
Разместил: na5ballov 22-05-2022, 13:17 | Комментарии: 0 | Подробнее
Автор: Дунаев В.
Название: Самоучитель jаvascript
Издательство: СПб.: Питер
Год: 2005 - 2-е изд.
Формат: pdf/djvu
Размер: 37 мб
Страниц: 395 с: ил.
Язык: русский

Кроме общего руководства, руководство содержит множество примеров и текстов готовых к использованию программ. Рассматриваются вопросы создания сценариев для веб-сайтов, а также сценариев, выполняемых Windows Scripting Host. В приложениях приводится справочная информация по jаvascript и HTML.
Разместил: rivasss 22-05-2022, 12:22 | Комментарии: 0 | Подробнее
Название: Machine Learning for Decision Sciences with Case Studies in Python
Автор: S. Sumathi, Suresh V. Rajappa, L. Ashok Kumar, Surekha Paneerselvam
Издательство: CRC Press
Год: 2022
Формат: True PDF
Страниц: 477
Размер: 18 Mb
Язык: English

This book provides a detailed description of machine learning algorithms in data analytics, data science life cycle, Python for machine learning, linear regression, logistic regression, and so forth. It addresses the concepts of machine learning in a practical sense providing complete code and implementation for real-world examples in electrical, oil and gas, e-commerce, and hi-tech industries. The focus is on Python programming for machine learning and patterns involved in decision science for handling data.
Разместил: vitvikvas 22-05-2022, 06:21 | Комментарии: 0 | Подробнее
Название: SAP S/4HANA Systems in Hyperscaler Clouds
Автор: Andre Bogelsack, Utpal Chakraborty, Dhiraj Kumar, Johannes Rank, Jessica Tischbierek, Elena Wolz
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 542
Размер: 15 Mb
Язык: English

This book helps SAP architects and SAP Basis administrators deploy and operate SAP S/4HANA systems on the most common public cloud platforms. Market-leading cloud offerings are covered, including Amazon Web Services, Microsoft Azure, and Google Cloud. You will gain an end-to-end understanding of the initial implementation of SAP S/4HANA systems on those platforms. You will learn how to move away from the big monolithic SAP ERP systems and arrive at an environment with a central SAP S/4HANA system as the digital core surrounded by cloud-native services.
Разместил: vitvikvas 22-05-2022, 03:33 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности