Skip to content

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

License

Notifications You must be signed in to change notification settings

yoel-zeldes/node-recommend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%