|
You are here |
pagefault.se | ||
| | | | |
blog.someben.com
|
|
| | | | | [AI summary] The article discusses the concept of the 'hashing trick' in machine learning, particularly in the context of natural language processing (NLP). It explains how the hashing trick leverages Zipf's Law, which describes the frequency distribution of words in a language, to reduce the dimensionality of sparse data. By using a hash function to map high-dimensional features into a lower-dimensional space, the hashing trick allows efficient processing of large datasets. The article also touches on the importance of a good hash function with uniformity and cascading properties, as well as comparisons with feature selection methods. Additionally, it mentions the use of the hashing trick in reinforcement learning and its application in ad-click prediction ... | |
| | | | |
samwho.dev
|
|
| | | | | A visual, interactive introduction to hash functions. | |
| | | | |
blog.perryizgr8.com
|
|
| | | | | Suppose you have a large number of PDF documents stored in your computer, and every so often keep adding new ones to your collection. A problem that rears its head soon is that you end up with a lot of duplicate documents on your disk. They eat up your storage and are annoying when you want to search for a particular document. | |
| | | | |
www.jeremymorgan.com
|
|
| | | Want to learn about PyTorch? Of course you do. This tutorial covers PyTorch basics, creating a simple neural network, and applying it to classify handwritten digits. | ||