karpathy / karpathy/svmjs

Speed up training

Open
#5 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
709
Forks
155
PR merge metrics
No merged PRs in 30d

Description

Any way to speed up training would be great. From the code, it looks like the results of the kernel function could be memoized for each data pair after it's been computed once. Avoiding that computation could be a big deal on my data set where each vector has a length in the thousands.

Are there any other improvements that could be made?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.