Pinned Repositories
bard4fun
Code Generated By Prompting Bard.
CLRS
Introduction of Algorithms (CLRS): Solutions
FBCrawler
Collect basic information and likes information from facebook users
KnowledgeQuest
LRec
Linear Recommender AAAI-16 code
NNRec
Neural models for Collaborative Filtering
pca
Principal component analysis example
pyrec
TFMF
Biased matrix factorisation using TensorFlow
mesuvash's Repositories
mesuvash/pca
Principal component analysis example
mesuvash/FBCrawler
Collect basic information and likes information from facebook users
mesuvash/dulwich
Pure-Python Git implementation
mesuvash/RecommenderSystems
Recommender System algorithms library for large scale data.
mesuvash/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
mesuvash/Trie
Simple Trie Data Structure