Skip to content

Instantly share code, notes, and snippets.

View mythicalprogrammer's full-sized avatar
💭
working on side project private repo

Anthony Doan mythicalprogrammer

💭
working on side project private repo
View GitHub Profile
@talegari
talegari / recsysr.md
Last active August 5, 2022 01:59
R libraries for recommender systems

R libraries for recommender systems

A list of R libraries for Recommender systems. Most of the libraries are good for quick prototyping.

Maintainer: Srikanth KS(talegari) Email: gmail me at sri dot teach (do write to me about packages ommited)

Package Dev page Description
recommenderlab github Provides a research infrastructure to test and develop recommender algorithms including UBCF, IBCF, FunkSVD and association rule-based algorithms
rrecsys github Implementations of several popular recommendation systems like Global/Item/User-Average baselines, Item-Based KNN, FunkSVD, BPR and weighted ALS for rapid prototyping
@blackbing
blackbing / .vimrc
Last active October 31, 2016 11:09
upgrade Vundle
call plug#begin('~/.vim/plugged')
" let Vundle manage Vundle
Plug 'gmarik/Vundle.vim'
Plug 'vim-scripts/Align'
Plug 'mattn/emmet-vim'
" Plug 'vim-scripts/jslint.vim'
" Plug 'cakebaker/scss-syntax.vim'
Plug 'nginx.vim'
" Plug 'tir_black'
"Plug 'othree/html5.vim'