a-agmon's Stars
BaseModelAI/cleora
Cleora AI is a general-purpose open-source model for efficient, scalable learning of stable and inductive entity embeddings for heterogeneous relational data. Created by Synerise.com team.
CRIPAC-DIG/SR-GNN
[AAAI 2019] Source code and datasets for "Session-based Recommendation with Graph Neural Networks"
hugochan/KATE
Code & data accompanying the KDD 2017 paper "KATE: K-Competitive Autoencoder for Text"
hsd1503/event2vec
Event2vec: Learning Representations of Events on Temporal Sequences. APWeb-WAIM 2017
vi3k6i5/flashtext
Extract Keywords from sentence or Replace keywords in sentences.
scikit-learn-contrib/skope-rules
machine learning with logical rules in Python
Songweiping/GRU4Rec_TensorFlow
TensorFlow implemenation of GRu4Rec model
Jackson-Kang/Pytorch-VAE-tutorial
A simple tutorial of Variational AutoEncoders with Pytorch
franckjay/TorchEASE
Implementation of Embarrassingly Shallow Autoencoders (Harald Steck) in PyTorch
Darel13712/ease_rec
embarrassingly shallow autoencoder
ilya-shenbin/RecVAE
The official PyTorch implementation of the paper "RecVAE: A New Variational Autoencoder for Top-N Recommendations with Implicit Feedback"
GTmac/FastRP
Code for the CIKM 2019 Paper "Fast and Accurate Network Embeddings via Very Sparse Random Projection"
benedekrozemberczki/karateclub
Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)
ZW-ZHANG/RandNE
This is a sample implementation of "Billion-scale Network Embedding with Iterative Random Projection" (ICDM 2018).
khanhnamle1994/MetaRec
PyTorch Implementations For A Series Of Deep Learning-Based Recommendation Models
pmixer/SASRec.pytorch
PyTorch(1.6+) implementation of https://github.com/kang205/SASRec
louisabraham/fastnode2vec
Fast and scalable node2vec implementation
shenweichen/GraphEmbedding
Implementation and experiments of graph embedding algorithms.
jason2249/cs224w
recommenders-team/recommenders
Best Practices on Recommendation Systems
cerlymarco/MEDIUM_NoteBook
Repository containing notebooks of my posts on Medium
oegedijk/keras-embeddings
Example of how to use entity embeddings (similar to word embeddings such as word2vec, but then generalized for any categorical feature) in a Keras model.
navefr/ExKMC
Expanding Explainable K-Means Clustering
fastcluster/fastcluster
Fast hierarchical clustering routines for R and Python.
BGU-CS-VIL/dpmmpython
Python wrapper for the DPMMSubCluster Julia package for inference in Dirichlet Process Mixture Models (High Performance Machine Learning Workshop 2019)
arvkevi/kneed
Knee point detection in Python :chart_with_upwards_trend:
UKPLab/sentence-transformers
State-of-the-Art Text Embeddings
ZiyaoGeng/RecLearn
Recommender Learning with Tensorflow2.x
shenweichen/DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
rixwew/pytorch-fm
Factorization Machine models in PyTorch