Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: algorithms Clear Filter

Delaunay Mesh Generation (2012)

Delaunay Mesh Generation Our book is a thorough guide to Delaunay refinement algorithms that are mathematically guaranteed to generate meshes with high quality, including triangular meshes in the plane, tetrahedral volume meshes, and triangular surface meshes embedded in three dimensions. It is also the most complete guide available to Delaunay triangulations and algorithms for constructing them. We have designed the book for two audiences: researchers, especially graduate students, and engin

A New Standard for Ethical Hiring: Combining Human Judgement with AI Fairness Tools

The ability of AI-powered systems to make decisions based on complicated sets of data has introduced speed and efficiency to hiring, the loan approval process, fraud detection, and more. But has it enhanced accuracy? Many would argue no, especially those impacted by biased hiring algorithms, including employees and employers. One of the most elusive conundrums is how to fight age-based bias by AI-powered hiring systems. For the 2024 IEEE International Conference on Big Data and Smart Computing

SIMD-friendly algorithms for substring searching (2016)

Introduction Popular programming languages provide methods or functions which locate a substring in a given string. In C it is the function strstr , the C++ class std::string has the method find , Python's string has methods pos and index , and so on, so forth. All these APIs were designed for one-shot searches. During past decades several algorithms to solve this problem were designed, an excellent page by Christian Charras and Thierry Lecroq lists most of them (if not all). Basically these al

SIMD-friendly algorithms for substring searching (2018)

Introduction Popular programming languages provide methods or functions which locate a substring in a given string. In C it is the function strstr , the C++ class std::string has the method find , Python's string has methods pos and index , and so on, so forth. All these APIs were designed for one-shot searches. During past decades several algorithms to solve this problem were designed, an excellent page by Christian Charras and Thierry Lecroq lists most of them (if not all). Basically these al

SIMD-friendly algorithms for substring searching

Introduction Popular programming languages provide methods or functions which locate a substring in a given string. In C it is the function strstr , the C++ class std::string has the method find , Python's string has methods pos and index , and so on, so forth. All these APIs were designed for one-shot searches. During past decades several algorithms to solve this problem were designed, an excellent page by Christian Charras and Thierry Lecroq lists most of them (if not all). Basically these al