Skip to content

N polynomial regression and sequencial predictor (ML demo with Burn.rs)

Notifications You must be signed in to change notification settings

ducklin5/PolyNPredict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POLYN Sequence Predictor

  • NOTE: only trained on poly 1 for now

  • Program uses burn LSTM + Linear modules to predict the next number in a linear sequnece

  • Trained on and works best with 5 preceeding inputs

  • Yes.. I know this is a pointless program. I code for the LEARNINGSSSSSS

Running

  • Requires dedicated GPU

Training

cargo run --bin train --release

Training takes about 5 minutes with an RTX 4060;

Inference

cargo run --bin infer 18,6,-6,-18,-30

About

N polynomial regression and sequencial predictor (ML demo with Burn.rs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages