paper/

README

https://cympfh.cc/paper/

このページはなにか

README

[2409.14217] Revisiting BPR: A Replicability Study of a Common Recommender System Baseline

https://arxiv.org/abs/2409.14217

BPR は本当はめちゃ強いぞ

推薦行列分解

[2011.10566] Exploring Simple Siamese Representation Learning

https://arxiv.org/abs/2011.10566

シンプルな Siamese ネットワークで学習を崩壊させない方法を探る

画像認識

[1905.03375] Embarrassingly Shallow Autoencoders for Sparse Data

https://arxiv.org/abs/1905.03375

シンプルな線形モデルによる推薦システム

推薦Autoencoder

[1810.05997] Predict then Propagate: Graph Neural Networks meet Personalized PageRank

https://arxiv.org/abs/1810.05997

PageRank をニューラルネットワークで実行する

深層学習グラフ学習

Tutorial on Variational Autoencoders

https://arxiv.org/abs/1606.05908

Variational Autoencoders (VAEs) の解説とこれを再解釈する

オートエンコーダ生成モデル

Learning to Rank using Gradient Descent

http://icml.cc/2015/wp-content/uploads/2015/06/icml_ranking.pdf

ニューラルネットワークで順序やランキングを学習するための損失関数の設計

順序学習

Local Ordinal Embedding

http://www.tml.cs.uni-tuebingen.de/team/luxburg/publications/TeradaLuxburg_ICML2014.pdf

距離の順序構造から埋め込み表現を獲得する

埋め込み表現多様体学習距離学習SOELOE

Speeding Up the Xbox Recommender System Using a Euclidean Transformation for Inner-Product Spaces

https://ulrichpaquet.com/Papers/SpeedUp.pdf

近傍探索におけるユークリッド距離, コサイン類似度, 内積は互いに変換可能

推薦近傍探索

[1205.2618] BPR: Bayesian Personalized Ranking from Implicit Feedback

https://arxiv.org/abs/1205.2618

暗黙的な正フィードバックからランキング学習で推薦システムを構築

推薦行列分解

Factorization Machines

https://www.ismll.uni-hildesheim.de/pub/pdfs/Rendle2010FM.pdf

線形 SVM と行列分解を組み合わせた予測器

スパース推薦FMs

b-Bit minwise hashing

https://arxiv.org/abs/0910.3349

Jaccard 係数を任意長 b-bit の比較で近似する

ハッシュJaccard係数

Learning Classifiers from Only Positive and Unlabeled Data

https://cseweb.ucsd.edu/~elkan/posonly.pdf

PU 学習おいて Unlabeled を損失関数に取り入れる方法

半教師ありPU学習

k-means++: The Advantages of Careful Seeding

http://ilpubs.stanford.edu:8090/778/1/2006-13.pdf

k-means の改良

クラスタリングk-means

X-means: Extending K-means with Efficient Estimation of the Number of Clusters

http://www.cs.cmu.edu/~dpelleg/download/xmeans.pdf

クラスタ数を自動的に決定するクラスタリング手法

クラスタリングk-means

Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire

https://maartenfokkinga.github.io/utwente/mmf91m.pdf

一般の再帰型について畳み込み操作やその逆操作を与える

計算圏論