Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brainstorm optimization #4

Open
JasonShin opened this issue Apr 28, 2019 · 1 comment
Open

Brainstorm optimization #4

JasonShin opened this issue Apr 28, 2019 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@JasonShin
Copy link
Member

It seems like the emscripten version of libsvm runs into out of memory issue due to the poor memory optimization. The ticket aims to perform an initial brainstorming on how to make this better.

Iteration 1:
We can provide a few different variations of the API including

  • Emscripten compiled libsvm; feature rich and runs on the browser, however it may have some memory optimization issues
  • Native interfaced libsvm, which is only usable in Node environment
  • Custom written SVM, not as feature rich as Emscripten libsvm but it is well optimized for large dataset
@JasonShin JasonShin self-assigned this Apr 28, 2019
@JasonShin
Copy link
Member Author

JasonShin commented Apr 28, 2019

We can also look into how to optimize the performance of the generated code in Emscripten. I would greatly appreciate some help on this.

@JasonShin JasonShin added the help wanted Extra attention is needed label Apr 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant