Learn Before
Concept
Learning with External Memory
Learning with external memory first maps the training sample to a lower dimension space using the an embedding function, and save the mapped value and class labels as key-value pair to computers. For a given testing sample, it’s first transformed to the same low dimension space, and then the most similar key-value pairs in computer memory are extracted and combined to form a representation of this testing sample. Lastly, a simple prediction function is used to predict the class of this testing sample.
0
1
Updated 2025-08-31
Tags
Deep Learning (in Machine learning)
Data Science