项目作者: MrKarl

项目描述 :
Showindow时装推荐服务
高级语言: PHP
项目地址: git://github.com/MrKarl/Showindow.git
创建时间: 2014-05-29T00:38:57Z
项目社区:https://github.com/MrKarl/Showindow

开源协议:

下载


This is my capstone project, Showindow.

Showindow

This project is for recommending fashion items based on the machine learning.

Showindow use a fashion recommendation algorithm combining collaborative filtering and content information.
Recommender systems attempt to predict new items considering interest for a user.
Most recommender systems use Collaborative Filetering or Content-based methods.
While both methods have their own advantages, individually they fail to provide good recommendations in many situations.
In this service, Showindow, we develop an effective framework for combining content-based filtering and collaborative filtering.

This service is consist of both of Web Application(PHP Codeigniter) and Backend system(Machine Learning).