Algorithms
Articles about Algorithms
2 articles
AI BiasAI Ethics
Bias in AI algorithms: how to detect and mitigate them
Bias in AI can perpetuate discrimination. Learn to identify algorithmic bias and the best techniques to mitigate it in your models.
·2 min read
Strategy PatternDesign Patterns
Strategy Pattern: interchangeable algorithms
Guide to the Strategy pattern in TypeScript: define interchangeable algorithms at runtime and eliminate complex conditionals.
·1 min read