Closed (won't fix)
Project:
Recommender API
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
8 Apr 2009 at 16:21 UTC
Updated:
21 Sep 2010 at 20:52 UTC
I'll probably have time to add a few non-recommender algorithms into the module during the summer, such as Baysian classification, community finding algorithms etc. This is my research focus as a PhD student, so I have the incentive to do it.
However, that kinda switches the module to a more general-purpose direction, and perhaps I'll name it as the Math/Algorithms API module. It'll wrap some Matrix calculation and many other algorithms (maybe w/ existing codes already) too.
As always, the code only provides APIs and functions w/o providing UI. Other developers need to write modules that use it.
Comments
Comment #1
danithaca commentedcreated an umbrella module at http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/intelliapi/
defer later once the Recommender API is more mature.
Comment #2
danithaca commentedSome ideas:
1. incorporate the MachineLearningAPI, basically the Naive Baysian algorithm. it's used in the memetracker project.
2. incorporate the tf-idf implementation (might be overlap with Apache Lucene/Solr)
Comment #3
danithaca commentedwon't fix due to #816112: Evaluate alternatives to boost performance (CPU/RAM).
Comment #4
patcon commentedThis is totally not my area of expertise, so I'm outta my element on the details, but just wanted to say thanks danithaca! Sounds like it'll bring exciting things :)