{"id":17801825,"url":"https://github.com/xissy/node-recommend","last_synced_at":"2025-03-17T11:30:52.270Z","repository":{"id":4042563,"uuid":"5144193","full_name":"xissy/node-recommend","owner":"xissy","description":"A node.js module to implement a recommender engine with popular machine-learning algorithms.","archived":false,"fork":false,"pushed_at":"2015-08-17T08:25:05.000Z","size":116,"stargazers_count":61,"open_issues_count":1,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-27T23:10:01.659Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xissy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-22T19:40:50.000Z","updated_at":"2023-03-01T14:17:34.000Z","dependencies_parsed_at":"2022-08-29T18:41:19.170Z","dependency_job_id":null,"html_url":"https://github.com/xissy/node-recommend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Fnode-recommend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Fnode-recommend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Fnode-recommend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Fnode-recommend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xissy","download_url":"https://codeload.github.com/xissy/node-recommend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243858573,"owners_count":20359375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-27T12:39:46.412Z","updated_at":"2025-03-17T11:30:51.981Z","avatar_url":"https://github.com/xissy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"node-recommend\n==============\n\nA Node.js module to implement a recommender engine with popular machine-learning algorithms.\n\n## Features\n\n- Inspired by the [*Programming Collective Intelligence*](http://www.amazon.com/Programming-Collective-Intelligence-Applications-ebook/dp/B0028N4WM4) book.\n- Getting similiarity with Euclidean distance and Pearson score.\n- User and Item by Collarborative Filters.\n\n## Installation\n\nVia npm:\n\n\t$ npm install recommend\n\t\nAs a submodule of your project (you will also need to install)\n\n\t$ git submodule add http://github.com/xissy/node-recommend.git recommend\n\t$ git submodule update --init\n\n## Usage\n### Load in the module\n\n\tvar recommed = require('recommend');\n  \n### Watch test sample source code\n  \n## Changelog\n\n0.0.3:\n\n* Some getting similarity and collarborative filter functions.\n\n## Roadmap\n\n* Implement functions in the [*Programming Collective Intelligence*](http://www.amazon.com/Programming-Collective-Intelligence-Applications-ebook/dp/B0028N4WM4) book.\n* Implement algorithms in [*Apache Mahout*](http://mahout.apache.org/) open-source project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxissy%2Fnode-recommend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxissy%2Fnode-recommend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxissy%2Fnode-recommend/lists"}