Skip to content

Zhiyu's Blog

Make everything indexed.

  • Home
  • Blog Posts
  • Public Datasets
  • Advice
  • Reading List
    • Paper List
    • Survey List

Category: algorithm

algorithm

Reservoir sampling

Problem Statement Randomly choosing k items from a list S containing n items where n is too large or unknown. Method: Reservoir Sampling Steps: keep the first item in memory for the next item i (i > 1) keep the new item with probability 1/i ignore the new item with probability 1 – 1/i It is easy to prove that when there are n items, … Continue reading Reservoir sampling

Zhiyu Chen2017年9月1日2019年12月18日Leave a comment

Categories

  • algorithm
  • BERT
  • dataset
  • GCN
  • GNN
  • Information Retrieval
  • knowledge base
  • OOV
  • Paper Reading
  • Quantity IR/IE
  • Question Answering
  • social network
  • Text Classification
  • Wikipedia
  • Word Embeddings

Tags

BERT dataset Explain GCN GNN Information Retrieval IR QA Text Classification word embedding evaluation

Info

Department of CSE
Lehigh University
113 Research Drive
Bethlehem, PA 18015-4731
Create a website or blog at WordPress.com