Fibonacci

Input Data

Starting from }5,6Starting from 11,12Starting from 20,21
51120
61221
112341
173562
2858103
4593165
73151268
118244433

Output

191395701

Parameters

  1. Parameters
    1. S = 0
      • No standardization
    2. P = 1
      • Predict next 1 line
  2. 100% Accuracy

Pascal - Al-Karaji (953–1029) triangle sequence

Input Data

100000
110000
121000
133100
146410
161520156

Output

p_projections_01721353521
p_projections_11828567056
p_projections_2193684126126

Parameters

  1. Parameters
    1. S = 0
      • No standardization
    2. P = 1
      • Predict next 1 line
  2. 100% Accuracy

Non linear polynomial sequence

Input Data

numbercos xsin x2x+1 x^2x^3Exp(x)/(1+x)log 1+x
-3-10-59-27-31
-20-1-34-8-21
-11-1-11-1-11
01010012
11131142
20154892
3-107927232

Output

14-1-191664592.2
250-111251251532.3
361013362164092.4

Parameters

  1. Parameters
    1. S = 0
      • No standardization
    2. p = 3
      • Predict next 3 lines
  2. 100% Accuracy

Sequence of patterns and random

Input Data

-1-1Random
RandomRandom1
-1-1Random
RandomRandom1
-1-1Random

Output

RandomRandom1

Numeric Input Data

-1-10.1519386464
0.0059461237920.96437613661
-1-10.936309325
0.011441801480.53864078751
-1-10.4215412372
0.37587604530.53290222781
-1-10.3351215245

Numeric Output

0.432420.5835640.941455

Parameters

  1. Parameters
    1. S = 0
      • No standardization
    2. p = 1
      • Predict next 1 line
  2. 94% Accuracy