Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 482 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 482 Bytes

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