Explore >> Select a destination


You are here

www.evanmiller.org
| | will-keleher.com
15.2 parsecs away

Travel
| | HyperLogLogs leverage the power of hashing strings into random numbers to create remarkably accurate cardinality estimates.
| | highlyscalable.wordpress.com
15.3 parsecs away

Travel
| | Statistical analysis and mining of huge multi-terabyte data sets is a common task nowadays, especially in the areas like web analytics and Internet advertising. Analysis of such large data sets often requires powerful distributed data stores like Hadoop and heavy data processing with techniques like MapReduce. This approach often leads to heavyweight high-latencyanalytical processes and...
| | www.jeremykun.com
11.6 parsecs away

Travel
| | Machine learning is broadly split into two camps, statistical learning and non-statistical learning. The latter we've started to get a good picture of on this blog; we approached Perceptrons, decision trees, and neural networks from a non-statistical perspective. And generally "statistical" learning is just that, a perspective. Data is phrased in terms of independent and dependent variables, and statistical techniques are leveraged against the data. In this post we'll focus on the simplest example of thi...
| | nullprogram.com
38.0 parsecs away

Travel
| [AI summary] An experienced programmer details a custom C implementation of a hash table using a specific technique called mask-step-index (MSI) to optimize performance and handle edge cases like deletion and dynamic resizing.