BrainJS / brain.js

🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js
https://brain.js.org
MIT License
14.33k stars 1.07k forks source link

Async Cross Validation #766

Open dnish opened 2 years ago

dnish commented 2 years ago

Summary

Using Cross Validation without blocking the CPU.

Motivation

Since we have a trainAsync function, a trainAsync function for the CrossValidation class would also make sense.

robertleeplummerjr commented 2 years ago

We welcome features and PR's, this would be a welcome feature. Why not get active and help build it?