algorithms - Concepts
Explore concepts tagged with "algorithms"
Total concepts: 15
Concepts
- Frecency - A scoring algorithm that combines frequency and recency of interactions to rank items by relevance, widely used in browsers, search, and knowledge management.
- Adaptive Learning - Technology-driven systems that adjust content and difficulty based on learner performance.
- Deutsch Algorithm - A quantum algorithm from 1985 that determines whether a one-bit function is constant or balanced with a single query, demonstrating quantum advantage over classical computation.
- Byzantine Generals Problem - A fundamental problem in distributed computing about achieving consensus among distributed components when some may be faulty or malicious, named after a metaphor involving generals coordinating an attack.
- Algorithmic Curation - The automated selection and prioritization of content using algorithms rather than human judgment, shaping what users see based on engagement metrics and personalization.
- Filter Bubble - The intellectual isolation created when algorithms show only information matching existing preferences and beliefs.
- PageRank - Google's foundational algorithm that ranks web pages based on the quantity and quality of links pointing to them.
- Bloom Filter - A space-efficient probabilistic data structure that tests whether an element is a member of a set, allowing false positives but never false negatives.
- Markov Chains - Mathematical systems that model sequences of events where the probability of each event depends only on the state of the previous event, not the full history.
- Monte Carlo Methods - Computational algorithms that use repeated random sampling to estimate numerical results, model complex systems, and solve problems that are deterministically intractable.
- Hash Function - A function that maps data of arbitrary size to fixed-size values, used for fast data retrieval, integrity verification, and cryptography.
- Recursion - A problem-solving approach where a function calls itself to break complex problems into smaller, self-similar subproblems.
- Dead Internet Theory - The theory that the internet is now mostly composed of bot activity and AI-generated content, with decreasing genuine human interaction and authenticity.
- Data Structures - Specialized formats for organizing, storing, and managing data in computers to enable efficient access and modification.
- FSRS - Free Spaced Repetition Scheduler, a modern open-source algorithm that optimizes flashcard review intervals using machine learning.
← Back to all concepts