Skip to content

Commit

Permalink
fix: wrong training data in nn.
Browse files Browse the repository at this point in the history
  • Loading branch information
Panadestein committed Jan 10, 2025
1 parent 37d1794 commit e64a1ae
Show file tree
Hide file tree
Showing 2 changed files with 5,834 additions and 5,834 deletions.
4 changes: 2 additions & 2 deletions src/bqn/nn.bqn
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ te ← ∾{𝕩∾˘⊏⍉2↕𝕩L nte}¨I (0.004-˜10⊸⋆÷˜√)2
tr•rand.Deal(e-1)˜{𝕩˘2𝕩L ntr}¨I 0.1
¨trte

lm0.001‿⟨2, 300, 1Minn td
(⊢RMS·lm.E¨)˝td
lm0.001‿⟨2, 300, 1Minn tr
(⊢RMS·lm.E¨)˝tr

)r Setplot "scatter"•Out¨ Plot˝(⊑∾lm.E)˘te
Loading

0 comments on commit e64a1ae

Please sign in to comment.