recommend

0.0.3 • Public • Published

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.2:

  • Some getting similarity and collarborative filter functions.

Roadmap

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i recommend

Weekly Downloads

1

Version

0.0.3

License

BSD

Last publish

Collaborators

  • xissy