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



Реклама


Название: Java 9. Полный обзор нововведений. Для быстрого ознакомления и миграции
Автор: Кишори Шаран
Издательство: ДМК
Год: 2018
Формат: pdf
Размер: 13,8 Мб
Язык: Русский

В книге рассмотрены все нововведения в Java 9. Приведена разработка приложений с использованием системы модулей. Описаны измененная модульная структура образа среды выполнения JDK/JRE, новые фабричные методы для создания коллекций, уведомления процессора об активном ожидании с целью оптимизации потребления ресурсов, новый API платформенно-зависимого рабочего стола, API реактивных потоков и др. Уделено внимание несовместимым изменениям в Java 9. Также рассказано об оболочке JShell, предназначенной для быстрого создания прототипа. Издание предназначено опытным Java-разработчикам, которым необходима миграция от Java 7 и 8 к Java 9.
Разместил: rivasss 12-02-2023, 07:17 | Комментарии: 0 | Подробнее
Название: Офисное программирование: учебное пособие
Автор: Железко Б. А. , Новицкая Е. Г. , Подгорная Г. Н.
Издательство: РИПО
Год: 2017
Cтраниц: 100 с. : ил.
Формат: pdf (ocr) / djvu
Размер: 11 мб
Язык: русский

В учебном пособии рассматриваются вопросы основ офисного программирования в MS Office. Излагаются технологии работы с языком объектно-ориентированного программирования Visual Basic for Application (VBA). Даются подробное разъяснение структуры элементов программирования языка VBA, краткие теоретические сведения, необходимые для освоения рассматриваемой логики языка программирования, и комплексы заданий, выполняемых на примере различных предметных областей. Приводятся примеры решения задач при помощи объектно-ориентированного программирования и их использование для решения практических вопросов.
Разместил: rivasss 12-02-2023, 07:10 | Комментарии: 0 | Подробнее
Essential Math for AI: Next-Level Mathematics for Efficient and Successful AI Systems (Final Release)Название: Essential Math for AI: Next-Level Mathematics for Efficient and Successful AI Systems (Final Release)
Автор: Hala Nelson
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 605
Язык: английский
Формат: True/Retail PDF EPUB
Размер: 40.8 MB

Companies are scrambling to integrate AI into their systems and operations. But to build truly successful solutions, you need a firm grasp of the underlying mathematics. This accessible guide walks you through the math necessary to thrive in the AI field such as focusing on real-world applications rather than dense academic theory. Engineers, data scientists, and students alike will examine mathematical topics critical for AI--including regression, neural networks, optimization, backpropagation, convolution, Markov chains, and more--through popular applications such as computer vision, natural language processing, and automated systems. And supplementary Jupyter notebooks shed light on examples with Python code and visualizations. Whether you're just beginning your career or have years of experience, this book gives you the foundation necessary to dive deeper in the field.
Разместил: Ingvar16 12-02-2023, 03:36 | Комментарии: 0 | Подробнее
Название: Python in a Nutshell: A Desktop Quick Reference, 4th Edition (Final Release)
Автор: Alex Martelli, Anna Martelli Ravenscroft, Steve Holden
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 735
Язык: английский
Формат: True/Retail PDF EPUB
Размер: 10.1 MB

The Python programming language reconciles many apparent contradictions: elegant yet pragmatic, simple yet powerful, it’s very high-level yet doesn’t get in your way when you need to fiddle with bits and bytes, and it’s suitable for novice programmers and great for experts, too. This book is intended for programmers with some previous exposure to Python, as well as experienced programmers coming to Python for the first time from other languages. It provides a quick reference to Python itself, the most commonly used parts of its vast standard library, and a few of the most popular and useful third-party modules and packages. The Python ecosystem has grown so much in richness, scope, and complexity that a single volume can no longer reasonably hope to be encyclopedic. Still, the book covers a wide range of application areas, including web and network programming, XML handling, database interactions, and high-speed numeric computing. It also explores Python’s cross-platform capabilities and the basics of extending Python and embedding it in other applications.
Разместил: Ingvar16 12-02-2023, 03:06 | Комментарии: 0 | Подробнее
Guide to Java: A Concise Introduction to Programming (2nd Edition)Название: Guide to Java: A Concise Introduction to Programming (2nd Edition)
Автор: James T. Streib, Takako Soma
Издательство: Springer
Год: 2023
Страниц: 436
Язык: английский
Формат: pdf (true)
Размер: 26.0 MB

The purpose of this text is to help the reader learn very quickly how to program using the Java programming language. This is accomplished by concentrating on the fundamentals, providing plenty of illustrations and examples, and using visual contour diagrams to illustrate the object-oriented semantics of the language. Addressing the need to acquire a good working model of objects in order to avoid possible misconceptions, the text introduces the core concepts of object-oriented programming at any stage, supported by the use of contour diagrams. Each chapter has one or more complete programs to illustrate the various ideas presented, and to help readers learn how to write programs on their own. Chapter summaries and practical exercises also are included to help the reader to review their progress and practice their skills. This substantially updated second edition has been expanded with additional exercises, and includes new material on bit manipulation and parallel processing.
Разместил: Ingvar16 11-02-2023, 19:55 | Комментарии: 0 | Подробнее
The Rules of Programming: How to Write Better Code (Final Release)Название: The Rules of Programming: How to Write Better Code, First Edition (Final Release)
Автор: Chris Zimmerman
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 347
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.2 MB

This philosophy-of-programming guide presents a unique and entertaining take on how to think about programming. A collection of 21 pragmatic rules, each presented in a standalone chapter, captures the essential wisdom that every freshly minted programmer needs to know and provides thought-provoking insights for more seasoned programmers. The examples in the book are all written in C++. If you’re a Python or javascript programmer, you’ll be happier if you read Appendix A, “Reading C++ for Python Programmers”, or Appendix B, “Reading C++ for javascript Programmers”, before getting too far into the Rules. The two appendices act as Rosetta Stones to translate that C++ into the concepts you’re used to. If your experience is with some other language and you find the C++ examples hard to follow, then I suggest the phenomenal website Rosetta Code.
Разместил: Ingvar16 11-02-2023, 16:44 | Комментарии: 0 | Подробнее
Machine Learning for High-Risk Applications: Techniques for Responsible AI (11th Early Release)Название: Machine Learning for High-Risk Applications: Techniques for Responsible AI (11th Early Release)
Автор: Patrick Hall, James Curtis, Parul Pandey
Издательство: O’Reilly Media, Inc.
Год: 2023-02-10
Страниц: 381
Язык: английский
Формат: epub (true)
Размер: 36.2 MB

The past decade has witnessed a wide adoption of artificial intelligence and machine learning (AI/ML) technologies. However, a lack of oversight into their widespread implementation has resulted in harmful outcomes that could have been avoided with proper oversight. Before we can realize AI/ML's true benefit, practitioners must understand how to mitigate its risks. This book describes responsible AI, a holistic approach for improving AI/ML technology, business processes, and cultural competencies that builds on best practices in risk management, cybersecurity, data privacy, and applied social science.
Разместил: Ingvar16 11-02-2023, 13:15 | Комментарии: 0 | Подробнее
Explainable AI Recipes: Implement Solutions to Model Explainability and Interpretability with PythonНазвание: Explainable AI Recipes: Implement Solutions to Model Explainability and Interpretability with Python
Автор: Pradeepta Mishra
Издательство: Apress
Год: 2023
Страниц: 272
Язык: английский
Формат: pdf (true), epub (true)
Размер: 25.2 MB

Understand how to use Explainable AI (XAI) libraries and build trust in AI and machine learning models. This book utilizes a problem-solution approach to explaining Machine Learning models and their algorithms. The book starts with model interpretation for supervised learning linear models, which includes feature importance, partial dependency analysis, and influential data point analysis for both classification and regression models. Next, it explains supervised learning using non-linear models and state-of-the-art frameworks such as SHAP values/scores and LIME for local interpretation. Explainability for time series models is covered using LIME and SHAP, as are natural language processing-related tasks such as text classification, and sentiment analysis with ELI5, and ALIBI. The book concludes with complex model classification and regression-like neural networks and deep learning models using the CAPTUM framework that shows feature attribution, neuron attribution, and activation attribution. After reading this book, you will understand AI and Machine Learning models and be able to put that knowledge into practice to bring more accuracy and transparency to your analyses.
Разместил: Ingvar16 11-02-2023, 12:44 | Комментарии: 0 | Подробнее
Название: Язык программирования Java SE 8. Подробное описание
Автор: Джеймс Гослинг, Билл Джой, Гай Стил, Гилад Брача, Алекс Бакли
Издательство: Вильямс
Год: 2015 - 5-е издание
Cтраниц: 676
Формат: pdf
Размер: 25 мб
Язык: русский

Эта книга написана разработчиками языка Java и является полным техническим справочником по этому языку программирования. Она обеспечивает полный, точный и подробный охват всех аспектов языка программирования Java. В ней полностью описаны новые возможности, добавленные в Java SE 8: лямбда-выражения, ссылки на методы, методы по умолчанию, аннотации типов и повторяющиеся аннотации.
Разместил: rivasss 11-02-2023, 07:44 | Комментарии: 0 | Подробнее
Beginning Go Programming: Build Reliable and Efficient Applications with GoНазвание: Beginning Go Programming: Build Reliable and Efficient Applications with Go
Автор: Rumeel Hussain, Maryam Zulfiqar
Издательство: Apress
Год: 2022
Страниц: 272
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.2 MB

Understand and write programs in Go, a multi-paradigm language with built-in features for concurrent programming. This book enables developers to build software that is simple, reliable, and efficient. It'll also help beginners to start programming Go-based applications. Beginning Go Programming begins by explaining the programming fundamentals of the Go language, including basic syntax, data type and structures, and the use of functions and methods. Next, it covers string formatting, Unicode data handling, and how to use regular expressions in Go. Further, it discusses how to encode and decode JSON formatted data for Go applications, and how to work with HTTP in Go. It concludes by exploring concurrency and covering the most powerful features of Go, as well as tips and tricks related to it. After reading this book and working through its practical examples, you will be ready to begin programming your own Go-based applications.
Разместил: Ingvar16 11-02-2023, 03:13 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности