Rostlab / JS16_ProjectB_Group6

Game of Thrones characters are always in danger of being eliminated. The challenge in this assignment is to see at what risk are the characters that are still alive of being eliminated. The goal of this project is to rank characters by their Percentage Likelihood of Death (PLOD). You will assign a PLOD using machine learning approaches.
GNU General Public License v3.0
3 stars 4 forks source link

SVM implementation in Javascript #17

Closed Hack3l closed 8 years ago

Hack3l commented 8 years ago
Hack3l commented 8 years ago

SVM package we want to use : https://github.com/nicolaspanel/node-svm

goldbergtatyana commented 8 years ago

Basically, we don't need any other machine learning tool other than weka

Hack3l commented 8 years ago

@goldbergtatyana so we should use node-weka instead?

goldbergtatyana commented 8 years ago

@Hack3l not even that. Once you found your optimal prediction model, you save the result of it and you're done. So, there is really no need running any JS weka implementations or other JS-based machine learning tools (only if you want to experiment with them :)).

subburamr commented 8 years ago

Closing the issue as it is not being implemented now.