Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.07 KB

File metadata and controls

39 lines (23 loc) · 1.07 KB

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