Embedding

Embedding methods in machine learning

Introduction: My Knowledge Cards

skipgram: Continuous skip-gram

Published:
Category: { Machine Learning::Embedding }
Tags:
Summary: Use the center word to predict the context
Pages: 4

CBOW: Continuous Bag of Words

Published:
Category: { Machine Learning::Embedding }
Tags:
Summary: Use the context to predict the center word
Pages: 4

Alignment and Uniformity

Published:
Category: { Machine Learning::Embedding }
Summary: A good representation should be able to separate different instances and cluster similar instances.
Pages: 4