#mathematical-optimization

[ follow ]
Roam Research
fromInfoQ
1 week ago

Bloom Filters: Theory, Engineering Tradeoffs, and Implementation in Go

Bloom filters efficiently reduce unnecessary lookups in storage systems by filtering out definite negatives, improving latency and resource allocation.
Higher education
fromPsychology Today
1 month ago

The Mathematics of Conflict Intelligence

Conflict intelligence is a dynamic capacity that evolves through adaptive responses, emotional regulation, perspective-taking, and systemic thinking rather than a fixed personality trait.
fromMedium
2 months ago

Algorithms Are Just Real Life, Formalized

Which Algorithm Is This? If you step back, this maps almost perfectly to the Top K Frequent Elements problem.We usually solve it for integers in a list. Here, the "elements" are audience profiles age and body-type combinations. First, define what an audience profile looks like: case class Profile(age: Int, height: Int, weight: Int) What we want is a function like this:
Scala
Artificial intelligence
fromTechCrunch
2 months ago

AI models are starting to crack high-level math problems | TechCrunch

Advanced LLMs like GPT-5.2 can solve open mathematical problems and produce novel, verifiable proofs that extend mathematical research.
[ Load more ]