Skip to content

Instantly share code, notes, and snippets.

View raphaelnardoto's full-sized avatar

Raphael raphaelnardoto

  • Corpo de Bombeiros Militar do ES
  • Vitória, ES
View GitHub Profile
@marcelcaraciolo
marcelcaraciolo / atepassar_recommender.py
Created October 29, 2012 01:51
Atepassar Simple Algorithm for Friends Recommendation
#-*-coding: utf-8 -*-
'''
This module represents the FriendsRecommender system for recommending
new friends based on friendship similarity and state similarity.
'''
__author__ = 'Marcel Caraciolo <caraciol@gmail.com>'