Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages