Combating Cyberattacks Targeting the AI Ecosystem: Assessing Threats, Risks, and Vulnerabilities

Автор: literator от 13-10-2024, 14:18, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Combating Cyberattacks Targeting the AI Ecosystem: Assessing Threats, Risks, and Vulnerabilities
Автор: Aditya K. Sood
Издательство: Mercury Learning and Information
Год: 2024
Страниц: 257
Язык: английский
Формат: epub (true)
Размер: 12.7 MB

This book explores in detail the AI-driven cyber threat landscape, including inherent AI threats and risks that exist in Large Language Models (LLMs), Generative AI applications, and the AI infrastructure. The book highlights hands-on technical approaches to detect security flaws in AI systems and applications utilizing the intelligence gathered from real-world case studies. Lastly, the book presents a very detailed discussion of the defense mechanisms and practical solutions to secure LLMs, GenAI applications, and the AI infrastructure. The chapters are structured with a granular framework, starting with AI concepts, followed by practical assessment techniques based on real-world intelligence, and concluding with required security defenses. Artificial Intelligence (AI) and cybersecurity are deeply intertwined and increasingly essential to modern digital defense strategies. The book is a comprehensive resource for IT professionals, business leaders, and cybersecurity experts for understanding and defending against AI-driven cyberattacks. Artificial Intelligence (AI) and cybersecurity are deeply intertwined and increasingly essential to modern digital defense strategies. Organizations are adopting AI technology exponentially, resulting in a significant evolution of the cyber threat landscape. Adversaries are leveraging AI capabilities to enhance their tactics and techniques to launch scalable cyberattacks in an automated manner. Prerequisites: Basic knowledge of programming languages commonly used in AI and cybersecurity, such as Python, Java, and C++. Experience with scripting languages like Bash or PowerShell for automating tasks. Familiarity with AI development tools such as TensorFlow, PyTorch, Keras, and Scikit-learn.
 

Applying Artificial Intelligence In Project Management

Автор: literator от 13-10-2024, 12:53, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Applying Artificial Intelligence In Project Management
Автор: Paul Boudreau
Издательство: Mercury Learning and Information
Год: 2024
Страниц: 233
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

This book describes the Artificial Intelligence (AI) tools in concept and how they apply directly to project success. It also demonstrates the strategy and methods used to purchase and implement AI tools for project management. You will understand the difference between automating a task and changing it by using AI. Discover how AI uses data and the importance of data maintenance. Learn why projects fail and how using Artificial Intelligence for project management improves project success rates. The book features project management success stories and demonstrates how to leave behind that low project success rate for one that is 95 percent or higher. Supplemental teaching materials are available for use as a textbook. Prediction software consists of three components: the input data, software containing the Machine Learning algorithm, and output. The input data typically consists of several characteristics based on historical projects completed by an organization or within an industry. Each project is labeled as “successful” or “not successful.” Success can be user-defined for an organization. The input data was stored in a spreadsheet, but it could have also been stored in a database. The software program was written in Python. The software was hosted in the cloud and used Heroku as an interface for a Web browser. Creating the code for a neural network was fairly straightforward with modern programming utilities.
 

Rexx Programmer's Reference, 2nd Edition

Автор: literator от 13-10-2024, 01:58, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Rexx Programmer's Reference, 2nd Edition
Автор: Howard Fosdick
Издательство: Rexx Language Association
Год: 2025
Страниц: 784
Язык: английский
Формат: pdf (true)
Размер: 18.0 MB

This book provides a comprehensive reference and programming guide to the Rexx programming language. It shows how to use the most popular implementations of Rexx and Rexx external function packages and is suited to both the programmer learning Rexx for the first time as well as the seasoned Rexx developer requiring a single, comprehensive reference manual. Originally developed for mainframes but highly portable across platforms-from servers to desktops to handhelds-Rexx is an easy yet powerful scripting language that's widely used for rapid application development. Rexx is a very underrated programming language; elegant in design, simple syntax, easy to learn, use and maintain, yet as powerful as any other scripting language available today. Rexx is as easy as jаvascript or PHP, yet about as powerful as Java or Perl. Rexx is unique in that it combines power with ease of use. Long the dominant scripting language on mainframes, it is definitely a “power” language, yet it is also so easy to use that its popularity has expanded to every conceivable platform. Today Rexx developers use the language on Windows, Linux, Unix, BSD, Macs, mainframes and many dozens of other systems ... and, there are many free and open source Rexx interpreters available.
 

Programming Ruby 3.3: The Pragmatic Programmers Guide

Автор: literator от 12-10-2024, 16:29, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Programming Ruby 3.3: The Pragmatic Programmers Guide
Автор: Noel Rappin
Издательство: The Pragmatic Programmers
Год: January 2024 (Version: P1.0)
Страниц: 694
Язык: английский
Формат: True PDF, True EPUB (Retail Copy)
Размер: 14.8 MB

Ruby is one of the most important programming languages in use for web development. It powers the Rails framework, which is the backing of some of the most important sites on the web. The Pickaxe Book, named for the tool on the cover, is the definitive reference on Ruby, a highly-regarded, fully object-oriented programming language. This updated edition is a comprehensive reference on the language itself, with a tutorial on the most important features of Ruby - including pattern matching and Ractors - and describes the language through Ruby 3.3. Would you like to go from first idea to working code much, much faster? Do you currently spend more time satisfying the compiler instead of your clients or end users? Are you frustrated with demanding languages that seem to get in your way instead of helping you get the work done? Are you using Rails and want to dig deeper into the underlying Ruby language? If so, then we've got a language and book for you! This comprehensive reference manual for Ruby includes a description of the most important standard library modules, built-in classes, and modules. It also includes all the new and changed syntax and semantics introduced through Ruby 3.2, including pattern matching and Ractors, and describes the language through Ruby 3.3.
 

Testing the Creditcoin Blockchain: A Daily Account from a Test Engineer's Perspective

Автор: literator от 12-10-2024, 15:55, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Testing the Creditcoin Blockchain: A Daily Account from a Test Engineer's Perspective
Автор: Alexander Todorov
Издательство: Apress
Год: 2024
Страниц: 258
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Follow the quality engineering journey of the Creditcoin blockchain across four distinct implementation versions and a myriad of technologies. Through the eyes of a test engineer, this book discusses testing implementations with the Hyperledger Sawtooth and Substrate frameworks, testing switch from proof-of-work to proof-of-stake consensus algorithm, and testing an Ethereum Virtual Machine compatibility layer. You’ll traverse several years of fast-paced multiple blockchain implementations and technological changes including an explanation of all major components involved, and the approach taken. You’ll also look at examples of test automation approaches and tools, interesting bugs, and testing challenges. Most everything discussed in Testing the Creditcoin Blockchain is open source, ensuring easy access, and multiple references to source code and GitHub are included throughout. The programming languages discussed in this book are a colorful mix between Python, C++, and C# .NET during the Creditcoin 1.x timeframe and later primarily Rust and TypeScript for version 2.0 and later. Rust is a general-purpose programming language that emphasizes performance, type safety, and concurrency. It enforces memory safety without a garbage collector. Rust is a statically typed and strongly typed functional language and is a popular language for systems programming, including distributed systems like blockchain and also the Linux kernel. For software testers and quality engineers with limited experience working on a blockchain implementation.
 

Engineering Resilient Systems on AWS

Автор: literator от 12-10-2024, 15:13, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Engineering Resilient Systems on AWS: Design, Build, and Test for Resilience
Автор: Kevin Schwarz, Jennifer Moran, Nate Bachmeier
Издательство: O’Reilly Media, Inc.
Год: 2025
Страниц: 394
Язык: английский
Формат: epub
Размер: 10.1 MB

To ensure that applications are reliable and always available, more businesses today are moving applications to AWS. But many companies still struggle to design and build these cloud applications effectively, thinking that because the cloud is resilient, their applications will be too. With this practical guide, software, DevOps, and cloud engineers will learn how to implement resilient designs and configurations in the cloud using hands-on independent labs. Authors Kevin Schwarz, Jennifer Moran, and Dr. Nate Bachmeier from AWS teach you how to build cloud applications that demonstrate resilience with patterns like back off and retry, multi-Region failover, data protection, and circuit breaker with common configuration, tooling, and deployment scenarios. Labs are organized into categories based on complexity and topic, making it easy for you to focus on the most relevant parts of your business. Python has a useful feature called a “virtual environment,” which helps you avoid compatibility issues when loading dependencies for a project. We suggest using a Python virtual environment with the projects for this book to avoid “dependency collisions” where other Python projects you may be working on require different dependency versions. If you plan to run the microservice resilience lessons in this book, you’ll need several other third-party software frameworks. Those include Python packages, which will be installed in your virtual environment so that they will not affect other projects you may be running. Additionally, you’ll need a few other command-line tools to run the lessons from your terminal.
 

Практический анализ двоичных файлов

Автор: umkaS от 12-10-2024, 12:19, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Практический анализ двоичных файлов
Автор: Эндриесс Дж.
Издательство: ДMK
Год: 2021 (2022)
Cтраниц: 460
Формат: pdf
Размер: 13 мб
Язык: русский

Современные вредоносные программы все сильнее обфусцированы и стремятся обмануть аналитиков. Поэтому нам нужны более изощренные методы, способные развеять эту завесу тьмы, – и в этом может помочь двоичный анализ, цель которого – установить истинные свойства двоичных программ и понять, что они делают в действительности.
 

Разработка Паскаль-компилятора (2021)

Автор: umkaS от 12-10-2024, 12:09, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Разработка Паскаль-компилятора
Автор: Залогова Л. А.
Издательство: Лаборатория знаний
Год: 2021
Cтраниц: 186
Формат: pdf
Размер: 12 мб
Язык: русский

В книге излагается структура компилятора, основные принципы построения всех его основных блоков — лексического, синтаксического и семантического анализаторов, а также генератора кода. Методы компиляции программ на Паскале описаны на языке С. Для студентов и специалистов, занимающихся созданием программного обеспечения, а также для всех желающих создать компилятор с своего собственного языка программирования.
 

Mathematical Foundations of Computer Science (2025)

Автор: literator от 12-10-2024, 11:19, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Mathematical Foundations of Computer Science
Автор: Ashwin Lall
Издательство: CRC Press
Год: 2025
Страниц: 228
Язык: английский
Формат: pdf (true), epub
Размер: 15.6 MB

Mathematical Foundations of Computer Science introduces students to the discrete mathematics needed later in their Computer Science coursework with theory of computation topics interleaved throughout. Students learn about mathematical concepts just in time to apply them to theory of computation ideas. For instance, sets motivate the study of finite automata, direct proof is practised using closure properties, induction is used to prove the language of an automaton, and contradiction is used to apply the pumping lemma. The main content of the book starts with primitive data types such as sets and strings and ends with showing the undecidability of the halting problem. There are also appendix chapters on combinatorics, probability, elementary number theory, asymptotic notation, graphs, loop invariants, and recurrences. The content is laid out concisely with a heavy reliance on worked examples, of which there are over 250 in the book. Each chapter has exercises, totalling 550. This class-tested textbook is targeted to intermediate Computer Science majors, and it is primarily intended for a discrete math/proofs course in a Computer Science major. It is also suitable for introductory theory of computation courses.
 

Emerging Topics in Pattern Recognition and Artificial Intelligence

Автор: literator от 12-10-2024, 01:02, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Emerging Topics in Pattern Recognition and Artificial Intelligence
Автор: Mounîm A El-Yacoubi, Nicole Vincent, Camille Kurtz
Издательство: World Scientific Publishing
Год: 2025
Страниц: 342
Язык: английский
Формат: pdf (true)
Размер: 34.3 MB

The unique compendium covers a wide range of recent advanced contributions in Pattern Recognition and Artificial Intelligence, both in theoretical aspects and applications. It highlights the importance of Deep Learning in various domains, from acquisition to Decision Making. Written by world renowned contributors, this high-quality research works presents case studies that can potentially help them find approaches and resources to address their scientific problems. It is a useful reference text for professionals, researchers, academics and graduate students in the fields of Artificial Intelligence, Machine Learning and Deep Learning.