Langentrix Software

|Python |Java |HTML |Julia |Shell |

XLF | Automated Neural Network Forecasting (DEV)

User uploads a CSV file with one column of numeric values.

JS parses the CSV using PapaParse.

A tiny neural network is trained on sliding windows of the sequence:

  • Input: previous value
  • Output: next value

After training, it predicts the next value in the sequence.

Output is displayed live in the <div id="output">.

Linear Data Predictor

Predict Next Value from CSV

Results: