-
Recent Posts
Recent Comments
- Alan Briggs on My Review of “The Golden Ticket: P, NP, and the Search for the Impossible”
- Quantum Mechanic on Approximating the Set Cover Problem
- Derek Bowen on The PageRank Algorithm
- Approximating the Set Cover Problem | LEARNINGlover.com on What is a “Hard” Problem?
- What is a “Hard” Problem? | LEARNINGlover.com on Knapsack Problems
Archives
Categories
Meta
Monthly Archives: August 2012
Visualizing Huffman Coding Trees
Here is a link to a script I finished to help visualize the Huffman Coding Algorithm. What would you do if you wanted to transfer a message, say one written in English but you only had a limited set of … Continue reading
Posted in Blog, Examples
Tagged algorithm, ascii, binary, binary tree, coding, encoding, encryption, entropy, grouping, huffman, huffman coding, join, probability, tree
Leave a comment
Understanding Bayes’ Theorem
I’ve finished a script that helps understand Bayes’ Theorem. If we have a set of mutually exclusive (aka non-overlapping) sets Bi for i {0, 1, 2, …, n} for some integer n, then the union of these sets forms a … Continue reading
Posted in Blog, Examples
Tagged bayes, bayes theorem, causation, cause, conditional, conditional probability, event, exclusive, intersect, JavaScript, learning, machine learning, math, mathematics, mutually exclusive, probability, script, set, set theory, theory, union
Leave a comment
