Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit af210de

Browse files
add skl-porter mention
1 parent a4413f1 commit af210de

File tree

2 files changed

+7
-38
lines changed

2 files changed

+7
-38
lines changed

‎.idea/workspace.xml‎

Lines changed: 2 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎examples/ML/SVM.ino‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
* This is useful with classic Arduino boards (UNO, Nano) which have 32kb of flash
1010
* and 2kb of RAM.
1111
*
12+
* https://github.com/nok/sklearn-porter is a mature project in the same vain,
13+
* if you need one.
14+
* I looked at their output code to fix a bug in my implementation.
15+
* Their approach, however, is not memory-efficient, since it stores all
16+
* support vectors in memory.
1217
*/
1318

1419
#define DATASET_SIZE 30

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /