|
 |
|
 |
|
|
 |
|  |
|
Название: Empowering AI Applications in Smart Life and Environment Автор: Nour Eldeen Mahmoud Khalifa, Mohamed Hamed N. Taha Издательство: Springer Год: 2025 Страниц: 250 Язык: английский Формат: pdf (true), epub Размер: 41.7 MB
"Empowering AI Applications in Smart Life and Environment" provides a comprehensive exploration of how Artificial Intelligence (AI) can transform smart environments and contribute to sustainable living. It investigates the integrating of AI with visual, audio, and haptic devices that can revolutionize energy optimization, intelligent transportation, healthcare management, smart farming, and smart homes. The book aims to highlight the latest research and developments in AI applications that drive the enhancement of smart environments and sustainable life. The chapters are divided into two broad parts, the first part of this book discusses "Artificial Intelligence in Smart Systems, Environments and Security" inclusive of, but not limited to AI-based energy efficiency, object detection, defect detection in smart infrastructure, AI-driven IoT platforms, and strategies of Machine Learning for cybersecurity. The second part entitled "Artificial Intelligence in Smart Healthcare and Sustainability" shows how AI helps in the multi-class diagnosis of skin diseases, elderly care, and enhancement of post-consumer plastics recycling. This book is an intense exercise in learning about the various ways AI can make environments smarter, sustainable, and secure. |
Разместил: Ingvar16 3-04-2025, 03:35 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Illuminating dаta: A hands on guide to data visualization in R Автор: Eman Ahmad Издательство: PublishDrive Год: October 30, 2024 Страниц: 120 Язык: английский Формат: pdf, epub Размер: 10.2 MB
This is a research based book, focusing on: "Enhancing Data Interpretation through Visual Storytelling: An Applied Approach Using R and ggplot2". Eman Ahmad's book "Illuminating dаta: A Hands-On Guide to Data Visualization in R" provides an exhaustive guide in using the R programming language to do data visualization. Key topics covered include types of data and variables, basic plots and advanced plots, basic and advanced descriptive statistics, and specific techniques for various types of data visualization. Each chapter explores tools like ggplot2, density plots, histograms, box plots, and Q-Q plots while introducing some foundational statistical concepts including distributions, quantiles, and percentiles. The aim is to focus on real-world application through R code examples, so that one is able to develop practical skills in visual data storytelling and includes a case study of the Gapminder dataset in real-world application. |
Разместил: Ingvar16 2-04-2025, 16:54 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Today's TBB: C++ Parallel Programming with Threading Building Blocks, Second Edition Автор: Michael J. Voss, James R. Reinders Издательство: Apress Год: 2025 Страниц: 507 Язык: английский Формат: pdf (true) Размер: 22.8 MB
This comprehensive guide for C++ programmers looking to master Threading Building Blocks (TBB). Authored by two experts in TBB and parallel programming, the book distills decades of collective experience in developing and teaching parallel programming concepts, presenting insights in a clear and accessible manner. Today’s TBB starts with foundational principles, explaining key concepts and terminology used in parallel programming. It then introduces the major components of TBB including parallel algorithms, flow graphs, and task groups that help you fully leverage the power of multicore systems. The book emphasizes TBB's higher-level parallelism capabilities, which facilitate the creation of portable, scalable applications for modern CPUs. Key topics, including memory management in parallel contexts and effective synchronization for data structures, are well explored, ensuring a comprehensive understanding of these critical concepts. For C++ programmers eager to harness the power of parallelism on multicore systems. |
Разместил: Ingvar16 2-04-2025, 15:28 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Телеграм-боты на Python: продвинутый уровень Автор: Михаил Крыжановский Издательство: Stepik Год: 2024 Формат: HTML Страниц: много Размер: 181 Mb Язык: Русский
Добро пожаловать на пре-релиз курса по разработке продвинутых телеграм-ботов на Python! Этот курс не только углубит ваши знания по созданию ботов с использованием передовой асинхронной библиотеки aiogram версии 3, но также предоставит вам навыки работы с инструментами и методами, которые будут полезны в других областях программирования. Тестирование, микросервисная архитектура, очереди, интернационализация, деплой приложения с помощью Docker и без и многое другое в курсе!
|
Разместил: Chipa 2-04-2025, 14:08 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Библиотека Seaborn. Статистическая визуализация данных в Python Автор: Сергей Спирёв Издательство: Stepik Год: 2025 Формат: HTML Страниц: много Размер: 111 Mb Язык: Русский
Хотите превращать сложные наборы данных в яркие и понятные графики, которые привлекут внимание и помогут сделать важные выводы? Тогда этот курс по визуализации данных с Seaborn — именно то, что вам нужно!
|
Разместил: Chipa 2-04-2025, 11:53 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Паттерны для начинающих программистов с примерами на Java Автор: Дэвид Бернштейн Издательство: АСТ Год: 2024 Страниц: 258 Язык: русский Формат: pdf Размер: 11.6 MB
В этой книге, призванной научить начинающего программиста решать конкретные задачи по программированию на языке Java, вводится понятие паттерна — некоего заранее заготовленного "рецепта" решения, который можно применить в виде готового фрагмента кода. Используя впоследствии данный набор паттернов, молодой разработчик сможет на их основе быстро решать довольно сложные составные задачи. Представленные здесь паттерны часто предлагают наряду со стандартными алгоритмами эффективные альтернативные методы решения самых распространенных задач в области программирования. Приведенная в книге библиотека паттернов охватывает обширную область, начиная с примитивного обновления переменной и заканчивая работой со ссылочными данными. Кроме того, рассмотрены такие темы, как манипуляции с цифрами, входящими в состав числа, арифметика на числовой окружности, применение переменных-индикаторов и переменных-аккумуляторов, конформные и сегментированные массивы, операции с отдельными битами и многие другие. |
Разместил: Ingvar16 2-04-2025, 06:17 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: AI Value Creators: Beyond the Generative AI User Mindset (Final Release) Автор: Rob Thomas, Paul Zikopoulos, Kate Soule Издательство: O’Reilly Media, Inc. Год: 2025 Страниц: 345 Язык: английский Формат: epub Размер: 11.3 MB
We've arrived in a new era—GenAI is reshaping industries and decision-making processes across the board. As a result, understanding their potential and pitfalls has become crucial. But in order to stay ahead of the curve, you'll need to develop fresh perspectives on leveraging AI beyond mere technical know-how. Geared toward business leaders and tech professionals alike, this book demystifies the strategic integration of AI into business practices, ensuring you're equipped not just to participate but to lead in this new landscape. This insightful guide by industry leaders Rob Thomas, Paul Zikopoulos, and Kate Soule goes beyond the basics, offering real-life success stories and learned lessons to provide a blueprint for meaningful AI engagement. Whether you're a novice or a seasoned expert, you'll come away with an enhanced understanding of GenAI. |
Разместил: Ingvar16 1-04-2025, 20:50 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: C++ File Handling Step by Step: A Practical Guide with Examples Автор: William E. Clark Издательство: Nobtrex L.L.C. Год: 2025 Страниц: 230 Язык: английский Формат: pdf, epub (true) Размер: 13.2 MB
"C++ File Handling Step by Step: A Practical Guide with Examples" provides a thorough and technical exploration of file handling in C++, positioning itself as an indispensable reference for developers aiming to master this aspect of programming. The book commences with foundational concepts, introducing the role and types of files within applications, and sets the stage for more detailed discussions of stream classes used for performing file operations. Its meticulous structure ensures readers can progressively build their expertise, starting from basic file interactions to more complex maneuvers involving file stream management and various file modes. The book is meticulously organized into sections that cater to both the novice and the experienced programmer. It covers essential topics such as opening, reading, writing, and closing files, and advances into sophisticated techniques like random access, serialization, and memory-mapped files. By delving into error handling and exception management, readers are equipped to create resilient applications capable of gracefully navigating the common pitfalls of file I/O operations. Each theoretical concept is accompanied by practical examples and hands-on exercises, allowing for simultaneous learning and application. |
Разместил: Ingvar16 1-04-2025, 15:59 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: C++ OOP Made Simple: A Practical Guide with Examples Автор: William E. Clark Издательство: Nobtrex L.L.C. Год: 2025 Страниц: 197 Язык: английский Формат: pdf, epub (true) Размер: 10.3 MB
"C++ OOP Made Simple: A Practical Guide with Examples" offers an in-depth exploration of object-oriented programming using the versatile C++ language. This book is tailored for both novice and seasoned developers, providing a structured approach to mastering the fundamentals and nuances of OOP within the C++ environment. By introducing key programming concepts—including syntax, control structures, and the essential tools for development—it lays a strong groundwork that is essential for tackling more complex topics in software architecture. As the book progresses, readers are guided through the critical pillars of object-oriented programming. Detailed explanations of encapsulation, inheritance, and polymorphism illustrate how these paradigms form the backbone of robust, maintainable code. Practical examples, real-world case studies, and actionable insights into best practices underscore theoretical knowledge, enabling readers to directly apply what they learn to their own projects. The book also addresses advanced topics such as memory management, the use of design patterns, and the implementation of abstract classes and interfaces, ensuring a holistic understanding of how to craft efficient, scalable applications. |
Разместил: Ingvar16 1-04-2025, 15:36 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: База программной инженерии Автор: Сергей Бобровский Издательство: Интернет-издание Год: 2025 Формат: HTML Страниц: много Размер: 933 Kb Язык: Русский
Рассматриваем начальную БАЗУ программной инженерии (правильная форма рассуждений и основы programming in small) для джуниоров и всех интересующихся:
|
Разместил: Chipa 1-04-2025, 10:42 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|