20 topics found for:

“pattern recognition”

Scanning Pattern

Common reading patterns users follow when scanning web content, such as the F-pattern, where users read across the top and then scan down the left side. Important for designing layouts that align with natural reading behaviors, improving content engagement and usability.

Obstruction

A dark pattern where a process is made more difficult than it needs to be to discourage certain behavior. Recognizing the harm of this practice is important to design straightforward user processes.

MVC

Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the Model (data), the View (user interface), and the Controller (processes that handle input). Essential for creating modular, maintainable, and scalable software applications by promoting separation of concerns.

LLM

Large Language Model (LLM) is an advanced artificial intelligence system trained on vast amounts of text data to understand and generate human-like text. Essential for natural language processing tasks, content generation, and enhancing human-computer interactions across various applications in product design and development.

CBR

Case-Based Reasoning (CBR) is an AI method that solves new problems based on the solutions of similar past problems. This approach is essential for developing intelligent systems that learn from past experiences to improve problem-solving capabilities.

WCAG

Web Content Accessibility Guidelines (WCAG) are a set of guidelines developed by WAI to make web content more accessible. Essential for ensuring that websites are usable by individuals with disabilities, thereby promoting inclusivity and compliance with accessibility standards.