|
 |
|
 |
|
|
 |
|  |
|
Название: AI-Driven Cybersecurity and Threat Intelligence: Cyber Automation, Intelligent Decision-Making and Explainability Автор: Iqbal H. Sarker Издательство: Springer Год: 2024 Страниц: 207 Язык: английский Формат: pdf (true), epub Размер: 21.0 MB
This book explores the dynamics of how AI (Artificial Intelligence) technology intersects with cybersecurity challenges and threat intelligence as they evolve. Integrating AI into cybersecurity not only offers enhanced defense mechanisms, but this book introduces a paradigm shift illustrating how one conceptualize, detect and mitigate cyber threats. An in-depth exploration of AI-driven solutions is presented, including machine learning algorithms, data science modeling, generative AI modeling, threat intelligence frameworks and Explainable AI (XAI) models. As a roadmap or comprehensive guide to leveraging AI/XAI to defend digital ecosystems against evolving cyber threats, this book provides insights, modeling, real-world applications and research issues. Throughout this journey, the authors discover innovation, challenges, and opportunities. It provides a holistic perspective on the transformative role of AI in securing the digital world. This book targets advanced-level students in Computer Science as a secondary textbook. Researchers and industry professionals working in various areas, such as Cyber AI, Explainable and Responsible AI, Human-AI Collaboration, Automation and Intelligent Systems, Adaptive and Robust Security Systems, Cybersecurity Data Science and Data-Driven Decision Making will also find this book useful as reference book. |
Разместил: Ingvar16 30-04-2024, 18:15 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Rust In Practice: A Programmers Guide to Build Rust Programs, Test Applications and Create Cargo Packages, Second Edition Автор: Rick Tim Издательство: GitforGits Год: 2024 Страниц: 408 Язык: английский Формат: pdf, epub (true), mobi Размер: 10.1 MB
Learn to Build Rust Programs, Test Applications and Create Your Own Cargo Packages with latest Rust 1.77. "Rust In Practice, 2nd Edition" is an updated book that builds on the previous edition's excellent foundation and is intended to help readers progress from novice to proficient Rust developers. This new edition comes with Rust 1.77 version that goes deeper into Rust's core and advanced capabilities, making it suitable for learners at all levels. Beginning with a basic introduction to Rust syntax and semantics, the Second Edition provides a clearer and more detailed explanation of Rust's distinctive ownership model and type system.Readers will thoroughly explore control flow, error management, and Rust's main data types, laying a solid foundation for more advanced topics. The book includes additional chapters on smart pointers, sophisticated error handling techniques, and the complexities of concurrency and parallelism, which address real-world programming issues. The book covers how to incorporate asynchronous programming features into projects, how to utilize and maintain Cargo, and a more in-depth look at Rust's standard library and the external crates ecosystem. "Rust In Practice, 2nd Edition" is intended to serve as both a learning tool and a reference for developing high-performance applications. It is packed with professional advice, clear explanations, and practical examples. This book will not only teach you Rust programming, but it will also help you design software that is strong, simple, efficient, and easily maintainable. |
Разместил: Ingvar16 30-04-2024, 16:49 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Software Architectures: Topics Usually Missed in Textbooks Автор: Manfred Nagl, Bernhard Westfechtel Издательство: Springer Год: 2024 Страниц: 344 Язык: английский Формат: pdf (true) Размер: 10.1 MB
This textbook concentrates on processes, activities and results related to Software Architectures. It describes the separation of architecture artefacts corresponding to their nature, their logical or their modeling level on one hand and at the same time emphasizes their integration based on their mutual relations. Design or development processes demand for integration, as different artifacts must be elaborated, which are mutually dependent and need to be in a consistent form. The term Software Architecture tries to introduce a similar understanding in the field of software system construction. We see that by looking at the covers of many books on software architectures, which mostly contain a building or a fragment thereof on the cover page (a bridge, a cathedral, a part of the outer shell). The software architecture is the essential description in the whole development process for software, it fixes the most important decisions, it determines the long-term properties of the software, and it predetermines management, quality, and documentation of the process and the final product. Architecture modeling is the most influential subprocess of software development or maintenance, and the software architecture is the key to all results of that process. Nevertheless, there are different approaches to software architectures, with respect to how to think, how to denote, and how to interrelate architectures with other results of the development process. Surprisingly, there are topics, which are important for software architectures or their influence on the development process, which are not or not deeply enough discussed in software architecture textbooks. This statement applies to all software architecture books, irrespective, which approaches they follow. This finding led to this book and, more specifically, also to the title of this book. |
Разместил: Ingvar16 30-04-2024, 15:59 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Машинное обучение для детей. Практическое введение в искусственный интеллект Автор: Дейл Лейн Издательство: Лаборатория знаний Год: 2023 Cтраниц: 291, цвет.ил. Формат: pdf Размер: 35 мб Язык: русский
Книга знакомит школьников с машинным обучением через выполнение 13 практических проектов в доступной образовательной онлайн-среде с применением языка визуального программирования Scratch. Все проекты в книге сопровождаются подробными пошаговыми инструкциями, доступными для любого новичка. |
Разместил: rivasss 30-04-2024, 12:57 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Practical C: A comprehensive guide to the C programming language Автор: Rafal Jackiewicz Издательство: Independently published Год: 2023 Страниц: 899 Язык: английский Формат: pdf, epub, mobi Размер: 10.1 MB
This book is a comprehensive guide on the C programming language, offering a blend of foundational knowledge and practical applications. Starting with a brief about the author, the book delves into the history, importance, and workings of the C compiler, differentiating between source files and header files. It guides readers through a comprehensive understanding of static and dynamic libraries and their interaction with CMake. The second chapter dives deep into C's basic syntax, data types, operators, control structures, and key elements such as "size_t", "typedef", "sizeof", and the "volatile" keyword. This section also provides a detailed explanation of error handling, structures, enumerations, functions, arrays, strings, and pointers. The third chapter stands out due to its focus on practical C programming, including bit manipulation, list, set, and map data structures, socket programming, file processing, and concurrency. It covers graphic programming with OpenGL, audio files, parallel computing with OpenCL and CUDA, and the comparison between them. It explores data integrity, privacy with asymmetric encryption, and securing sensitive data. This section also features interfacing C with assembly language, Java, Python, shell commands, and specifics about memory location access. The fourth chapter emphasizes safety-critical code development, presenting the Power of 10 rules. The fifth chapter elucidates code optimization techniques, debugging, testing with GDB, and the Check framework for unit testing, highlighting common pitfalls. Finally, the book culminates with a chapter providing practical projects and exercises for self-assessment, including solutions and explanations. This book serves as an extensive resource for both beginners and advanced learners aiming to master C programming. |
Разместил: Ingvar16 30-04-2024, 06:06 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: 3D Computer Vision: Foundations and Advanced Methodologies Автор: Yu-Jin Zhang Издательство: Springer/Publishing House of Electronics Industry Год: 2024 Страниц: 479 Язык: английский Формат: pdf Размер: 10.9 MB
This book offers a comprehensive and unbiased introduction to 3D Computer Vision, ranging from its foundations and essential principles to advanced methodologies and technologies. Divided into 11 chapters, it covers the main workflow of 3D computer vision as follows: camera imaging and calibration models; various modes and means of 3D image acquisition; binocular, trinocular and multi-ocular stereo vision matching techniques; monocular single-image and multi-image scene restoration methods; point cloud data processing and modeling; simultaneous location and mapping; generalized image and scene matching; and understanding spatial-temporal behavior. Computer Vision is the use of computers to realize human visual functions, that is, the sensation, perception, processing, and interpretation of three-dimensional scenes in the objective world. The original purpose of vision research is to grasp and understand the image of the scene; identify and locate the objects in it; determine their own structure, spatial arrangement, and distribution; and explain the relationship between objects. The research goal of computer vision is to make meaningful judgments about actual objects and scenes in the objective world based on perceived images. Deep Learning uses cascaded multilayer nonlinear processing units for feature extraction and transformation, realizing multilevel feature representation and concept abstraction learning. Deep Learning still belongs to the category of Machine Learning, but compared with traditional machine learning methods, Deep Learning methods avoid the requirements for manual design features under traditional Machine Learning methods and show obvious effect advantages under Big Data. |
Разместил: Ingvar16 30-04-2024, 04:14 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Converging Minds: The Creative Potential of Collaborative AI Автор: Aleksandra Przegalinska, Tamilla Triantoro Издательство: CRC Press Год: 2024 Страниц: 171 Язык: английский Формат: pdf (true) Размер: 10.1 MB
This groundbreaking book explores the power of Collaborative AI in amplifying human creativity and expertise. Written by two seasoned experts in data analytics, Artificial Intelligence (AI), and Machine Learning, the book offers a comprehensive overview of the creative process behind AI-powered content generation. It takes the reader through a unique collaborative process between human authors and various AI-based topic experts, created, prompted, and fine-tuned by the authors. This book features a comprehensive list of prompts that readers can use to create their own ChatGPT-powered topic experts. By following these expertly crafted prompts, individuals and businesses alike can harness the power of AI, tailoring it to their specific needs and fostering a fruitful collaboration between humans and machines. With real-world use cases and deep insights into the foundations of Generative AI, the book showcases how humans and machines can work together to achieve better business outcomes and tackle complex challenges. Generative AI represents a category of supervised, unsupervised, and Deep Learning models designed to generate new data that resembles an existing data set. While discriminative models aim to classify or differentiate between different kinds of data, generative models mainly create. Popular examples include GANs, VAEs, and some types of RNNs. Converging Minds: The Creative Potential of Collaborative AI is essential reading for anyone interested in the transformative potential of AI-powered content generation and human-AI collaboration. It will appeal to data scientists, Machine Learning architects, prompt engineers, general computer scientists, and engineers in the fields of Generative AI and Deep Learning. |
Разместил: Ingvar16 30-04-2024, 03:21 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Основы алгоритмизации и программирования Автор: Лубашева Т. В. , Железко Б. А. Издательство: РИПО Год: 2016 Cтраниц: 378 с. : ил. Формат: pdf (ocr) Размер: 20 мб Язык: русский
В учебном пособии раскрываются вопросы развития у обучающихся алгоритмического мышления, формирования знаний о свойствах алгоритмов и приобретения практических навыков разработки программ с использованием языка программирования Паскаль. Учебное пособие имеет выраженную практическую направленность в целях формирования профессиональной компетентности будущих специалистов в области принципов построения алгоритмов и методов проектирования программ. |
Разместил: rivasss 30-04-2024, 00:15 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Practical Machine Learning with R: Tutorials and Case Studies Автор: Carsten Lange Издательство: CRC Press Год: 2024 Страниц: 369 Язык: английский Формат: pdf (true) Размер: 16.5 MB
This textbook is a comprehensive guide to Machine Learning and Artificial Intelligence tailored for students in business and economics. It takes a hands-on approach to teach Machine Learning, emphasizing practical applications over complex mathematical concepts. Students are not required to have advanced mathematics knowledge such as matrix algebra or calculus. The author introduces Machine Learning algorithms, utilizing the widely used R language for statistical analysis. Each chapter includes examples, case studies, and interactive tutorials to enhance understanding. No prior programming knowledge is needed. The book leverages the tidymodels package, an extension of R, to streamline data processing and model workflows. This package simplifies commands, making the logic of algorithms more accessible by minimizing programming syntax hurdles. The use of tidymodels ensures a unified experience across various Machine Learning models. R’s relatively simple syntax makes it easy for beginners to learn the language, making R a good choice for teaching Machine Learning. No prior programming skills are required to work with this book. This book is not just a textbook; it is a dynamic learning experience that empowers students and instructors alike with a practical and accessible approach to Machine Learning in business and economics. |
Разместил: Ingvar16 29-04-2024, 21:16 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Карьера программиста Автор: Гэйл Лакман Макдауэлл Издательство: Питер Год: 2021 Cтраниц: 735 Формат: pdf/djvu Размер: 36 мб Язык: русский
Книга «Карьера программиста» основана на опыте практического участия автора во множестве собеседований, проводимых лучшими компаниями. Это квинтэссенция сотен интервью со множеством кандидатов, результат ответов на тысячи вопросов, задаваемых кандидатами и интервьюерами в ведущих мировых корпорациях. Из тысяч возможных задач и вопросов в книгу были отобраны 189 наиболее интересных и значимых. Шестое издание этого мирового бестселлера поможет вам наилучшим образом подготовиться к собеседованию при приеме на работу программистом или руководителем в крупную IT-организацию или перспективный стартап. Основную часть книги составляют ответы на технические вопросы и задания, которые обычно получают соискатели на собеседовании в таких компаниях, как Google, Microsoft, Apple, Amazon и других. Рассмотрены типичные ошибки, которые допускают кандидаты, а также эффективные методики подготовки к собеседованию. Используя материал этой книги, вы с легкостью подготовитесь к устройству на работу в Google, Microsoft или любую другую ведущую IT-компанию. |
Разместил: rivasss 29-04-2024, 20:11 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|