0.0.3 • Published 12 years ago

recommend v0.0.3

Weekly downloads
4
License
-
Repository
github
Last release
12 years ago

node-recommend

A Node.js module to implement a recommender engine with popular machine-learning algorithms.

Features

Installation

Via npm:

$ npm install recommend

As a submodule of your project (you will also need to install)

$ git submodule add http://github.com/xissy/node-recommend.git recommend
$ git submodule update --init

Usage

Load in the module

var recommed = require('recommend');

Watch test sample source code

Changelog

0.0.3:

  • Some getting similarity and collarborative filter functions.

Roadmap

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago