Informatyka
Zajrzyj do kategorii Informatyka w księgarni internetowej Ebookpoint. Znajdziesz tutaj bestsellerowe książki, ebooki i kursy video z branży IT. Sięgnij po najlepszą literaturę dla specjalistów i rozwijaj doświadczenie, które już posiadasz, lub rozpocznij swoją przygodę z programowaniem, cyberbezpieczeństwem lub grafiką komputerową. Pogłębiaj swoją wiedzę tak, jak Ci wygodnie - z tradycyjną książką, wygodnym ebookiem lub nowoczesnym videokursem. Sprawdź, jakie tytuły znajdziesz w kategorii Informatyka!
The Art of Social Engineering. Uncover the secrets behind the human dynamics in cybersecurity
Cesar Bravo, Desilda Toska
Social engineering is one of the most prevalent methods used by attackers to steal data and resources from individuals, companies, and even government entities. This book serves as a comprehensive guide to understanding social engineering attacks and how to protect against them.The Art of Social Engineering starts by giving you an overview of the current cyber threat landscape, explaining the psychological techniques involved in social engineering attacks, and then takes you through examples to demonstrate how to identify those attacks.You’ll learn the most intriguing psychological principles exploited by attackers, including influence, manipulation, rapport, persuasion, and empathy, and gain insights into how attackers leverage technology to enhance their attacks using fake logins, email impersonation, fake updates, and executing attacks through social media. This book will equip you with the skills to develop your own defensive strategy, including awareness campaigns, phishing campaigns, cybersecurity training, and a variety of tools and techniques.By the end of this social engineering book, you’ll be proficient in identifying cyberattacks and safeguarding against the ever-growing threat of social engineering with your defensive arsenal.
Chinmay Arankalle , Gareth Dwyer , Bas...
Social networking sites see an average of 350 million uploads daily - a quantity impossible for humans to scan and analyze. Only AI can do this job at the required speed, and to leverage an AI application at its full potential, you need an efficient and scalable data storage pipeline. The Artificial Intelligence Infrastructure Workshop will teach you how to build and manage one.The Artificial Intelligence Infrastructure Workshop begins taking you through some real-world applications of AI. You’ll explore the layers of a data lake and get to grips with security, scalability, and maintainability. With the help of hands-on exercises, you’ll learn how to define the requirements for AI applications in your organization. This AI book will show you how to select a database for your system and run common queries on databases such as MySQL, MongoDB, and Cassandra. You’ll also design your own AI trading system to get a feel of the pipeline-based architecture. As you learn to implement a deep Q-learning algorithm to play the CartPole game, you’ll gain hands-on experience with PyTorch. Finally, you’ll explore ways to run machine learning models in production as part of an AI application.By the end of the book, you’ll have learned how to build and deploy your own AI software at scale, using various tools, API frameworks, and serialization methods.
Stéphane Eyskens, Scott Hanselman
Designing effective cloud-native architectures on Azure often feels overwhelming—especially when trying to translate complex requirements into reliable solutions. This book solves that problem by giving you a structured, visual guide to building modern systems that are scalable, secure, and production-ready.You'll discover how to plan, design, and communicate Azure-based architectures using practical reference diagrams mapped to real-world use cases. Organized by domains including infrastructure, applications, data, container orchestrators, AI, and security, each chapter walks you through the key services, patterns, and decisions that underpin successful solutions.Throughout the book, you'll find over 40 detailed architecture maps, created and curated by a seasoned Microsoft cloud solution architect. These maps illustrate how to align Azure services with business goals, manage hybrid and multi-cloud complexity, and incorporate best practices for governance, resilience, and cost optimization.This book gives you more than just diagrams; it offers the confidence to design cloud solutions that scale and perform. Whether you're modernizing a legacy stack or building greenfield applications, the Azure Cloud Native Architecture Mapbook is your trusted design companion from concept to delivery.
Stéphane Eyskens, Ed Price
Azure offers a wide range of services that enable a million ways to architect your solutions. Complete with original maps and expert analysis, this book will help you to explore Azure and choose the best solutions for your unique requirements.Starting with the key aspects of architecture, this book shows you how to map different architectural perspectives and covers a variety of use cases for each architectural discipline. You'll get acquainted with the basic cloud vocabulary and learn which strategic aspects to consider for a successful cloud journey. As you advance through the chapters, you'll understand technical considerations from the perspective of a solutions architect. You'll then explore infrastructure aspects, such as network, disaster recovery, and high availability, and leverage Infrastructure as Code (IaC) through ARM templates, Bicep, and Terraform. The book also guides you through cloud design patterns, distributed architecture, and ecosystem solutions, such as Dapr, from an application architect's perspective. You'll work with both traditional (ETL and OLAP) and modern data practices (big data and advanced analytics) in the cloud and finally get to grips with cloud native security.By the end of this book, you'll have picked up best practices and more rounded knowledge of the different architectural perspectives.
The Azure IoT Handbook. Develop IoT solutions using the intelligent edge-to-cloud technologies
Dan Clark
With the rise of cloud-based computing, deploying IoT systems has become more cost-effective for businesses. This transformation has led to developers and architects shouldering the responsibility of creating, managing, and securing these systems, even if they are new to the IoT technology. The Azure IoT Handbook is a comprehensive introduction to quickly bring you up to speed in this rapidly evolving landscape.Starting with the basic building blocks of any IoT system, this book guides you through mobile device management and data collection using an IoT hub. You’ll explore essential tools for system security and monitoring. Following data collection, you’ll delve into real-time data analytics using Azure Stream Analytics and view real-time streaming on a Power BI dashboard. Packed with real-world examples, this book covers common IoT use as well.By the end of this IoT book, you’ll know how to design and develop IoT solutions leveraging intelligent edge-to-cloud technologies implemented on Azure.
Jamie Champagne, Vincent Mirabelli
Designed by an industry expert, this book offers a structured and practical roadmap to help professionals confidently navigate their careers at every stage, whether they are aspiring analysts or seasoned leaders. You’ll begin with core business analysis principles and progress through advanced techniques, real-world applications, and the latest trends shaping the profession. Each chapter delivers expert insights, hands-on tools, and best practices to help you build essential skills to even advanced applications, select the right specialization, and stay ahead with evolving technologies. You'll explore career planning, certifications, stakeholder relationships and engagement, leadership, and continuous learning, culminating in a personalized career growth strategy. By the end, you'll have the knowledge and confidence to define your path and set meaningful goals for a successful business analysis career.
Edward Cody
Oracle Hyperion Interactive Reporting is one of the many products in the Oracle Enterprise Performance Management software suite, an industry-leading business intelligence software package. The primary focus of the Interactive Reporting product is to provide strong relational querying and data analysis capabilities. It also provides the capability to disseminate information throughout an enterprise. There is a very steep learning curve for most users of this tool.This book examines the power of the Interactive Reporting Web Client software, focusing on the key features of each section of the product. The author's experience in developing and supporting Interactive Reporting users is very well documented in this book. The goal is to educate you on every useful feature of the product, enabling you to gather information from various sources and process it to produce meaningful results that help you to spot problems and analyze trends necessary for business decisions.The book starts with a quick introduction to the product interface and the EPM Workspace, with explanation of importing and provisioning. It then takes you through each section from building a query and data model to building graphical displays of the data in a logical sequence. The report sections and interactive dashboards are also discussed at length. The book also covers advanced features of the product and provides you with the information necessary to build the foundation for creating complex queries and computations using the product.
Sam Morley
Solve complex problems in C++ by learning how to think like a computer scientist. This book introduces computational thinking—a framework for solving problems using decomposition, abstraction, and pattern recognition—and shows you how to apply it using modern C++ features. You'll learn how to break down challenges, choose the right abstractions, and build solutions that are both maintainable and efficient. Through small examples and a large case study, this book guides you from foundational concepts to high-performance applications. You’ll explore reusable templates, algorithms, modularity, and even parallel computing and GPU acceleration. With each chapter, you’ll not only expand your C++ skillset, but also refine the way you approach and solve real-world problems. Written by a seasoned research engineer and C++ developer, this book combines practical insight with academic rigor. Whether you're designing algorithms or profiling production code, this book helps you deliver elegant, effective solutions with confidence.
The California Privacy Rights Act (CPRA). An implementation and compliance guide
IT Governance Publishing, Preston Bukaty
This comprehensive guide to the California Privacy Rights Act (CPRA) explores its impact on businesses and consumers within California. The book begins with a clear explanation of CPRA’s territorial and material jurisdiction, providing readers with an understanding of where and how the law applies. It delves into key definitions critical for businesses and individuals alike, covering terms such as personal information, pseudonymization, and consumer rights. One of the focal points of the book is the examination of the rights granted to consumers, including the right to access, delete, and opt-out of data sales. Alongside this, it addresses the business obligations, such as the need for privacy notices and compliance with security requirements. The book also offers an analysis of penalties for non-compliance and breach notification procedures, making it an essential resource for understanding the legal landscape of consumer privacy in California. It concludes with an overview of related laws that further influence how businesses must manage customer data.
Dr. Quentin Gallea, Pr. Karim R. Lakhani
In a world dominated by data and correlations, making good decisions requires understanding what truly causes what. The Causal Mindset Handbook is a clear, non-technical guide to causal reasoning and causal inference, designed to help readers think more clearly about cause and effect. Rather than focusing on complex statistics, the book introduces intuitive concepts and visual tools, such as causal graphs and counterfactual thinking, to evaluate claims, measure impact, and avoid common reasoning traps. Readers learn how causal inference differs from predictive models, and why correlation alone is not enough for sound decision-making. Drawing on real-world case studies from business, policy, and everyday life, the book shows how causal thinking works when perfect experiments are not possible. Designed for managers, analysts, policymakers, and curious professionals, it combines hands-on exercises with access to an interactive companion app, enabling readers to practice evidence-based decision-making with confidence.Foreword by Pr. Karim R. Lakhani, Harvard Business School, Digital Data Design Institute at Harvard, Laboratory for Innovation Science at Harvard.
Dr. Quentin Gallea, Pr. Karim R. Lakhani
In a world dominated by data and correlations, making good decisions requires understanding what truly causes what. The Causal Mindset Handbook is a clear, non-technical guide to causal reasoning and causal inference, designed to help readers think more clearly about cause and effect. Rather than focusing on complex statistics, the book introduces intuitive concepts and visual tools, such as causal graphs and counterfactual thinking, to evaluate claims, measure impact, and avoid common reasoning traps. Readers learn how causal inference differs from predictive models, and why correlation alone is not enough for sound decision-making. Drawing on real-world case studies from business, policy, and everyday life, the book shows how causal thinking works when perfect experiments are not possible. Designed for managers, analysts, policymakers, and curious professionals, it combines hands-on exercises with access to an interactive companion app, enabling readers to practice evidence-based decision-making with confidence.Foreword by Pr. Karim R. Lakhani, Harvard Business School, Digital Data Design Institute at Harvard, Laboratory for Innovation Science at Harvard.
Dr. Quentin Gallea, Pr. Karim R. Lakhani
In a world dominated by data and correlations, making good decisions requires understanding what truly causes what. The Causal Mindset Handbook is a clear, non-technical guide to causal reasoning and causal inference, designed to help readers think more clearly about cause and effect. Rather than focusing on complex statistics, the book introduces intuitive concepts and visual tools, such as causal graphs and counterfactual thinking, to evaluate claims, measure impact, and avoid common reasoning traps. Readers learn how causal inference differs from predictive models, and why correlation alone is not enough for sound decision-making. Drawing on real-world case studies from business, policy, and everyday life, the book shows how causal thinking works when perfect experiments are not possible. Designed for managers, analysts, policymakers, and curious professionals, it combines hands-on exercises with access to an interactive companion app, enabling readers to practice evidence-based decision-making with confidence.Foreword by Pr. Karim R. Lakhani, Harvard Business School, Digital Data Design Institute at Harvard, Laboratory for Innovation Science at Harvard.
The Challenge to AI. The Future of AGI: Bridging Human Cognition and Artificial Intelligence
Mercury Learning and Information, Stephen Robbins
This book invites readers to explore where AI, consciousness, and human cognition intersect. It challenges existing notions in AI and cognitive science by arguing that true intelligence lies not in software but in the brain's complex biochemical system, far removed from current AI architectures. Through examining time, perception, language, and thought, the book presents a compelling case for the indispensability of biology and consciousness in cognition, highlighting the profound differences between man and machine.The journey begins with an introduction to AGI and the brain's resonance, moving through philosophical perspectives on perception and the external world. Readers will delve into the biochemical basis of cognition, exploring implicit and explicit memory, conscious cognition, voluntary actions, and the unique aspects of human speech and generative AI. The book culminates with discussions on affect, space, time, and the requirements for creating a conscious device.Understanding these concepts is crucial for advancing AI and cognitive science. This book transitions readers from conventional views to a new framework that integrates biology and consciousness, blending theory with profound insights. It is an essential resource for those seeking to understand the true nature of intelligence and the future of AI.
The Challenge to AI. The Future of AGI: Bridging Human Cognition and Artificial Intelligence
Mercury Learning and Information, Stephen Robbins
This book invites readers to explore where AI, consciousness, and human cognition intersect. It challenges existing notions in AI and cognitive science by arguing that true intelligence lies not in software but in the brain's complex biochemical system, far removed from current AI architectures. Through examining time, perception, language, and thought, the book presents a compelling case for the indispensability of biology and consciousness in cognition, highlighting the profound differences between man and machine.The journey begins with an introduction to AGI and the brain's resonance, moving through philosophical perspectives on perception and the external world. Readers will delve into the biochemical basis of cognition, exploring implicit and explicit memory, conscious cognition, voluntary actions, and the unique aspects of human speech and generative AI. The book culminates with discussions on affect, space, time, and the requirements for creating a conscious device.Understanding these concepts is crucial for advancing AI and cognitive science. This book transitions readers from conventional views to a new framework that integrates biology and consciousness, blending theory with profound insights. It is an essential resource for those seeking to understand the true nature of intelligence and the future of AI.
Jarrod Anderson, Jeff Winter
Chief Artificial Intelligence Officers (CAIOs) are now imperative for businesses, enabling organizations to achieve strategic goals and unlock transformative opportunities through the power of AI. By building intelligent systems, training models to drive impactful decisions, and creating innovative applications, they empower organizations to thrive in an AI-driven world. Written by Jarrod Anderson, Chief AI Officer at SYRV.AI, this book bridges the gap between visionary leadership and practical execution.This handbook reimagines AI leadership for today’s fast-paced environment, leveraging predictive, deterministic, generative, and agentic AI to address complex challenges and foster innovation. It provides CAIOs with the strategies to develop transformative AI initiatives, build and lead elite teams, and adopt AI responsibly while maintaining compliance. From shaping impactful solutions to achieving measurable business outcomes, this guide offers a roadmap for making AI your organization’s competitive edge.By the end of this book, you’ll have the knowledge and tools to excel as a Chief AI Officer, driving innovation, strategic growth, and lasting success for your organization.
Joseph Fahey , Thomas Haratyk , Scott...
The Clojure Workshop is a step-by-step guide to Clojure and ClojureScript, designed to quickly get you up and running as a confident, knowledgeable developer. Because of the functional nature of the language, Clojure programming is quite different to what many developers will have experienced. As hosted languages, Clojure and ClojureScript can also be daunting for newcomers because of complexities in the tooling and the challenge of interacting with the host platforms. To help you overcome these barriers, this book adopts a practical approach. Every chapter is centered around building something.As you progress through the book, you will progressively develop the 'muscle memory' that will make you a productive Clojure programmer, and help you see the world through the concepts of functional programming. You will also gain familiarity with common idioms and patterns, as well as exposure to some of the most widely used libraries. Unlike many Clojure books, this Workshop will include significant coverage of both Clojure and ClojureScript. This makes it useful no matter your goal or preferred platform, and provides a fresh perspective on the hosted nature of the language.By the end of this book, you'll have the knowledge, skills and confidence to creatively tackle your own ambitious projects with Clojure and ClojureScript.
Divit Gupta, Rohit Rahi
As the need for digital transformation and remote work surges, so does the demand for cloud computing. However, the complexity of cloud architecture and the abundance of vendors and tools can be overwhelming for businesses. This book addresses the need for skilled professionals capable of designing, building, and managing scalable and resilient cloud systems to navigate the complex landscape of cloud computing through practical tips and strategies.This comprehensive cloud computing guide offers the expertise and best practices for evaluating different cloud vendors and tools. The first part will help you gain a thorough understanding of cloud computing basics before delving deeper into cloud architecture, its design, and implementation. Armed with this expert insight, you'll be able to avoid costly mistakes, ensure that your cloud systems are secure and compliant, and build cloud systems that can adapt and grow with the business.By the end of this book, you’ll be proficient in leveraging different vendors and tools to build robust and secure cloud systems to achieve specific goals and meet business requirements.
Thiago Maior
Modern software delivery demands speed, reliability, and scalability, and cloud DevOps engineering makes it possible. The Cloud DevOps Engineer’s Guide is a practical, hands-on DevOps guide for building production-grade workflows using modern cloud-native tools and platforms. Starting with core DevOps and cloud concepts, this book helps you set up your workstation, master Git and Docker, and provision infrastructure using Terraform. You’ll build complete CI/CD pipelines with GitHub Actions, automate cloud deployments, and orchestrate containerized applications with Kubernetes and Helm. As you progress, you’ll implement DevSecOps practices, integrate monitoring, logging, and observability, and secure cloud environments using IAM, secrets management, and network controls. Advanced chapters cover reliability engineering, cost optimization, GitOps, FinOps, platform engineering, and AIOps. Packed with hands-on labs, real-world workflows, and automation-driven examples, this cloud DevOps engineer guide prepares you to run modern cloud systems with confidence and grow your career in an AI-powered cloud era.
Thiago Maior
Modern software delivery demands speed, reliability, and scalability, and cloud DevOps engineering makes it possible. The Cloud DevOps Engineer’s Guide is a practical, hands-on DevOps guide for building production-grade workflows using modern cloud-native tools and platforms. Starting with core DevOps and cloud concepts, this book helps you set up your workstation, master Git and Docker, and provision infrastructure using Terraform. You’ll build complete CI/CD pipelines with GitHub Actions, automate cloud deployments, and orchestrate containerized applications with Kubernetes and Helm. As you progress, you’ll implement DevSecOps practices, integrate monitoring, logging, and observability, and secure cloud environments using IAM, secrets management, and network controls. Advanced chapters cover reliability engineering, cost optimization, GitOps, FinOps, platform engineering, and AIOps. Packed with hands-on labs, real-world workflows, and automation-driven examples, this cloud DevOps engineer guide prepares you to run modern cloud systems with confidence and grow your career in an AI-powered cloud era.
Eric Lam, Pathik Sharma, Bruce Warner
Google Cloud Platform offers significant scalability, but managing costs effectively is critical to realizing its value. The Cloud FinOps Playbook for Google Cloud is a practical guide to managing cloud spend and driving financial accountability on GCP.Written for cloud architects, FinOps professionals, and platform engineers, this book connects core FinOps principles to the GCP ecosystem. You'll start with the foundations of cloud economics and GCP's billing structure, then build skills in cost allocation, budget management, usage monitoring with BigQuery and Looker Studio, and savings identification using the Google Cloud FinOps Hub.The book also covers the dual role of AI in FinOps, that is, using AI for FinOps through agentic cost management, and applying FinOps for AI by establishing cost governance over AI workloads. You'll build automation for reporting and forecasting, implement quota guardrails, and drive financial accountability across engineering, finance, and operations teams.By the end of this book, you'll be equipped to build a mature, automated, and collaborative FinOps practice on Google Cloud.
Eric Lam, Pathik Sharma, Bruce Warner
Google Cloud Platform offers significant scalability, but managing costs effectively is critical to realizing its value. The Cloud FinOps Playbook for Google Cloud is a practical guide to managing cloud spend and driving financial accountability on GCP.Written for cloud architects, FinOps professionals, and platform engineers, this book connects core FinOps principles to the GCP ecosystem. You'll start with the foundations of cloud economics and GCP's billing structure, then build skills in cost allocation, budget management, usage monitoring with BigQuery and Looker Studio, and savings identification using the Google Cloud FinOps Hub.The book also covers the dual role of AI in FinOps, that is, using AI for FinOps through agentic cost management, and applying FinOps for AI by establishing cost governance over AI workloads. You'll build automation for reporting and forecasting, implement quota guardrails, and drive financial accountability across engineering, finance, and operations teams.By the end of this book, you'll be equipped to build a mature, automated, and collaborative FinOps practice on Google Cloud.
Najihah Najlaa
Learn from an Adobe Certified Expert who has guided over 500 students to professional certification—master the proven techniques and insider secrets that turn beginners into confident video editors with this definitive resource covering the latest version of Adobe Premiere Pro. This book takes you through the fundamental concepts and tools in Premiere Pro, introducing essential techniques and advanced editing strategies to elevate your video projects.You’ll master Premier Pro 2025 from the ground up as you explore its interface and fundamental editing tools. Through hands-on lessons, you’ll get to grips with core techniques for working with video and audio, organizing assets, and applying stunning effects and build your skillset to include advanced skills color grading, color correction, transitions and effects, and refining audio quality using the Essential Sound panel. You’ll also learn editing techniques like compositing and multicam editing used by professionals. Beyond tools and techniques, the book emphasizes video editing best practices for project planning, structuring workflows, troubleshooting, and avoiding common mistakes.Whether you're creating content for media aspiring to edit feature films, this guide will give you the confidence to undertake any video project and bring your creative vision to life.
The Complete Guide to DAZ Studio 4. Bring your 3D characters to life with DAZ Studio
Paolo Ciccone
¬ŃWhile 3D technology can be intimidating, DAZ Studio provides a perfect entry point for anybody interested in it. DAZ Studio is designed to empower the readers with tools to manipulate ready to use models and figures. With DAZ Studio, you can use thousands of pre-made 3D models and create fantastic scenes without any hassle. Embark on a journey through the amazing world of 3Ddesigning and create great 3D art with DAZ Studio. This book will show you the way!The Complete Guide to DAZ Studio 4 shows you how to effectively use DAZ Studio 4 from start to finish. This guide takes you on a fun journey into the world of 3D art with DAZ Studio. Using everyday situations and practical examples, this book leads you from understanding the basics of 3D to the exploration of all the relevant topics, including posing, lighting, rendering, and content installation. You will follow step-by-step examples that will show you how to create great 3D art with fun and ease.With a free download code for Dawn: the brand new and hugely anticipated 3D figure by Hivewire3D and two free environments by renowned 3D artist Jack Tomalin, this book is a must-read for all aspiring 3D artists.
Sandielly Ortega Polanco, Gogula Aryalingam, Abu Bakar...
The Complete Power Interview Guide helps you excel in a Power BI interview, secure desired roles, and be ready with the knowledge and skills to ace your role from the first day. Whether you're beginning your career journey or transitioning into a data analytics role, this guide offers hands-on skills and interview questions you need to succeed as a BI or data analyst. This book also offers supplemental content for PowerBI certification exams like PL-300. The book will equip you with the knowledge and strategies to effectively navigate the competitive job market. From creating an outstanding online professional profile to optimizing your resume and building a compelling work portfolio, you'll learn how to establish a strong personal brand. The essentials of Power BI, including data preparation, data modeling, DAX programming, expert report development, and impactful storytelling, are covered in-depth through real-world examples and valuable tips.By the end of this book, you'll have the confidence to interview for Power BI roles, navigate technical assessments, answer behavioral questions, and tackle case studies. You’ll have gained applied knowledge and the competitive edge needed to succeed in the data analytics job market and stay ahead of industry trends for career advancement.
Hafsa Asad , Vishwesh Ravi Shrimali ,...
Computer Vision (CV) has become an important aspect of AI technology. From driverless cars to medical diagnostics and monitoring the health of crops to fraud detection in banking, computer vision is used across all domains to automate tasks. The Computer Vision Workshop will help you understand how computers master the art of processing digital images and videos to mimic human activities.Starting with an introduction to the OpenCV library, you'll learn how to write your first script using basic image processing operations. You'll then get to grips with essential image and video processing techniques such as histograms, contours, and face processing. As you progress, you'll become familiar with advanced computer vision and deep learning concepts, such as object detection, tracking, and recognition, and finally shift your focus from 2D to 3D visualization. This CV course will enable you to experiment with camera calibration and explore both passive and active canonical 3D reconstruction methods.By the end of this book, you'll have developed the practical skills necessary for building powerful applications to solve computer vision problems.
Mercury Learning and Information, Jean E. Tardy
This book delves into Generative AI and the potential for AI to achieve consciousness. It covers historical and modern perspectives on AI, from ancient myths to the Turing Test and current advancements. The book explores the theoretical and practical aspects of creating a conscious AI, including specifications for synthetic consciousness and integrating AI with human cognition. It questions whether generative AI can meet traditional criteria of consciousness.The journey begins with understanding consciousness, tracing AI's origins, and clarifying human cognition through AI. It examines early AI failures, fears of success, and the engineering of consciousness. The book also explores archaic AI representations, the intelligence of automatons, and the relevance of the Turing Test, concluding with strategies for achieving synthetic consciousness.These concepts are crucial for advancing AI towards synthetic consciousness. This book transitions readers from historical perspectives to modern AI challenges, blending theory with practical insights. It is an essential resource for understanding the future of AI and its potential to achieve consciousness.
Mercury Learning and Information, Jean E. Tardy
This book delves into Generative AI and the potential for AI to achieve consciousness. It covers historical and modern perspectives on AI, from ancient myths to the Turing Test and current advancements. The book explores the theoretical and practical aspects of creating a conscious AI, including specifications for synthetic consciousness and integrating AI with human cognition. It questions whether generative AI can meet traditional criteria of consciousness.The journey begins with understanding consciousness, tracing AI's origins, and clarifying human cognition through AI. It examines early AI failures, fears of success, and the engineering of consciousness. The book also explores archaic AI representations, the intelligence of automatons, and the relevance of the Turing Test, concluding with strategies for achieving synthetic consciousness.These concepts are crucial for advancing AI towards synthetic consciousness. This book transitions readers from historical perspectives to modern AI challenges, blending theory with practical insights. It is an essential resource for understanding the future of AI and its potential to achieve consciousness.
Mercury Learning and Information, Jean E. Tardy
This book delves into Generative AI and the potential for AI to achieve consciousness. It covers historical and modern perspectives on AI, from ancient myths to the Turing Test and current advancements. The book explores the theoretical and practical aspects of creating a conscious AI, including specifications for synthetic consciousness and integrating AI with human cognition. It questions whether generative AI can meet traditional criteria of consciousness.The journey begins with understanding consciousness, tracing AI's origins, and clarifying human cognition through AI. It examines early AI failures, fears of success, and the engineering of consciousness. The book also explores archaic AI representations, the intelligence of automatons, and the relevance of the Turing Test, concluding with strategies for achieving synthetic consciousness.These concepts are crucial for advancing AI towards synthetic consciousness. This book transitions readers from historical perspectives to modern AI challenges, blending theory with practical insights. It is an essential resource for understanding the future of AI and its potential to achieve consciousness.
The Cyber Resilience Handbook. Achieve Full Cyber Resilience with ISO 27001 and ISO 22301
IT Governance Publishing, Andrew Pattison
This book begins by introducing cyber resilience and its significance in today’s business landscape. It explains how resilience goes beyond traditional cybersecurity, incorporating elements like governance, protection, detection, and recovery to ensure organizational stability in the face of cyber threats. The first chapter outlines the core concepts, including the integration of legal and assurance frameworks.The second section focuses on achieving cyber resilience with ISO 27001 and ISO 22301. These globally recognized standards offer a structured methodology for building a resilient infrastructure. The author explains how to implement these frameworks effectively, ensuring businesses can address cybersecurity challenges and maintain continuity in operations. This section also covers integrating ISO 27001 with other systems to optimize resilience.The final section provides practical strategies for implementing cyber resilience, including project initiation, leadership, risk assessments, and performance evaluation. It also discusses certification processes and maintaining resilience over time, including through third-party vendors. The book concludes with guidance on creating a culture of security and continuous improvement within organizations.
IT Governance Publishing, Alan Calder
This book offers a deep dive into cybersecurity, equipping professionals with tools and frameworks to protect organizations from diverse cyber threats. It covers critical areas such as information security, cyber resilience, and the regulatory and contractual requirements organizations must meet. The book delves into threat anatomy, analyzing technical, human, physical, and third-party vulnerabilities, and includes real-world case studies like the TalkTalk breach and WannaCry ransomware attack.It also emphasizes third-party risk management to ensure robust security practices across all areas. The book introduces the IT Governance Cyber Resilience Framework (CRF), a structured method for managing critical systems, guiding readers through the processes of identification, detection, response, recovery, and continual improvement. Practical strategies in areas like asset management, network security, and staff training are included.The final section offers actionable steps for implementing cybersecurity practices and introduces reference frameworks like NIST and ISO 27001 for compliance and ongoing improvement. With real-world examples and actionable frameworks, this guide is essential for professionals aiming to enhance their organization's cyber resilience.
Pierre-Yves BONNEFOY, Emeric CHAIZE, Raphaël MANSUY, Mehdi...
The Definitive Guide to Data Integration is an indispensable resource for navigating the complexities of modern data integration. Focusing on the latest tools, techniques, and best practices, this guide helps you master data integration and unleash the full potential of your data.This comprehensive guide begins by examining the challenges and key concepts of data integration, such as managing huge volumes of data and dealing with the different data types. You’ll gain a deep understanding of the modern data stack and its architecture, as well as the pivotal role of open-source technologies in shaping the data landscape. Delving into the layers of the modern data stack, you’ll cover data sources, types, storage, integration techniques, transformation, and processing. The book also offers insights into data exposition and APIs, ingestion and storage strategies, data preparation and analysis, workflow management, monitoring, data quality, and governance. Packed with practical use cases, real-world examples, and a glimpse into the future of data integration, The Definitive Guide to Data Integration is an essential resource for data eclectics.By the end of this book, you’ll have the gained the knowledge and skills needed to optimize your data usage and excel in the ever-evolving world of data.
Pierre-Yves BONNEFOY, Emeric CHAIZE, Raphaël MANSUY, Mehdi...
The Definitive Guide to Data Integration is an indispensable resource for navigating the complexities of modern data integration. Focusing on the latest tools, techniques, and best practices, this guide helps you master data integration and unleash the full potential of your data.This comprehensive guide begins by examining the challenges and key concepts of data integration, such as managing huge volumes of data and dealing with the different data types. You’ll gain a deep understanding of the modern data stack and its architecture, as well as the pivotal role of open-source technologies in shaping the data landscape. Delving into the layers of the modern data stack, you’ll cover data sources, types, storage, integration techniques, transformation, and processing. The book also offers insights into data exposition and APIs, ingestion and storage strategies, data preparation and analysis, workflow management, monitoring, data quality, and governance. Packed with practical use cases, real-world examples, and a glimpse into the future of data integration, The Definitive Guide to Data Integration is an essential resource for data eclectics.By the end of this book, you’ll have the gained the knowledge and skills needed to optimize your data usage and excel in the ever-evolving world of data.