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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i recommend

Weekly Downloads

0

Version

0.0.3

License

BSD

Last publish

Collaborators

  • xissy