embedding(3)
-
[PIM] PIM-Rec Design
2025. 05. 20. ํ์์ผ Paper: https://open.library.ubc.ca/soa/cIRcle/collections/ubctheses/24/items/1.0435518 Offloading embedding lookups to processing-in-memory for deep learning recommender modelsRecommender systems are an essential part of many industries and businesses. Generating accurate recommendations is critical for user engagement and business revenue. Currently, deep learning recomme..
2025.05.20 -
[PIM] HEAM: Hashed Embedding Acceleration Using Processing-In-Memory
HEAM: Hashed Embedding Acceleration Using Processing-In-Memory https://arxiv.org/abs/2402.04032 HEAM : Hashed Embedding Acceleration using Processing-In-MemoryIn today's data centers, personalized recommendation systems face challenges such as the need for large memory capacity and high bandwidth, especially when performing embedding operations. Previous approaches have relied on DIMM-based near..
2024.06.25 -
[GoogleML] Natural Language Processing & Word Embeddings
Word Representation ๋ด์ ์ ํตํด ์ ์ฌ๋๋ฅผ ํ์ ํ ์ ์๋ค. ๋ชจ๋ธ์ ์ ์ฅ์์ ์ฌ๊ณผ์ ์ค๋ ์ง feature vector๋ ์ ์ฌํ๋ค ํน - ์ค๋ ์ง, ํธ - ์ค๋ ์ง ๋ณด๋ค ์ฌ๊ณผ - ์ค๋ ์ง๊ฐ ๋ ์ ์ฌํ ๊ด๊ณ ์๋ฒ ๋ฉ์ ๊ฐ๋ Using Word Embeddings ์ ์ด ํ์ต์ ํตํด ๋ ์์ ์์ training set์ ์ ์ฉ ๊ฐ๋ฅํ๋ค ์ด๋ฌํ ์ ์์ word embedding์ face encoding๊ณผ ์ ์ฌํ ์ ์ด ์๋ค! :) Properties of Word Embeddings man -> woman as king -> what? ์ด๋ป๊ฒ ์๊ณ ๋ฆฌ์ฆ์ ์ผ๋ก ์ถ๋ก ํ ์ ์์๊น? (๋๋ฒกํฐ์ ์ฐจ๊ฐ ๋์ผํด์ง๋ feature -> gender) 300 ์ฐจ์์ ํํ ๊ณต๊ฐ์์ ์ฑ๋ณ์ ์๋ฏธํ๋ ๋ ๋ฒกํฐ๊ฐ ์ ์ฌํ๊ฒ ๋ํ๋..
2023.10.29