Название: Human-Computer Interaction and Augmented Intelligence
Автор: Christos Troussas, Akrivi Krouska, Cleo Sgouropoulou
Издательство: Springer
Год: 2025
Страниц: 443
Язык: английский
Формат: pdf (true), epub
Размер: 45.8 MB
This book explores the transformative roles of Human-Computer Interaction (HCI) and Augmented Intelligence (AI) in shaping intelligent systems. HCI focuses on designing interactive systems that enhance human-technology relationships, while AI empowers users with adaptive, data-driven tools that complement decision-making. Together, these fields drive innovation, creating systems that are efficient, intuitive, and inclusive, addressing diverse user needs across various domains. One example of such an adaptive system is a recommendation system that suggests personalized content based on users’ preferences and interactions. To illustrate this, let’s consider a simple recommendation system using Machine Learning. We can create a Python example using the collaborative filtering approach, which relies on past interactions or preferences to make predictions about what a user might like. In this case, we’ll use the surprise library, a popular tool for building recommendation systems.