Displaying 1 result from an estimated 1 matches for "geniq".
Did you mean:
genie
2006 Mar 28
0
linear regression of verydispersed data
...get a decent model that can validate a subsample.
After this, I want to try some machine learning algorithms, where I
just input the X and y, the algorithm applies a definite set of
transformations and arithmetic operations (something like genetic
algorithm).
I remember there is a software called GenIQ which does something like
and produces a functional form of X and y. It is a MLE. This software
takes the variables X and Y and the simple arithmetic operations (+,
-, *, / etc) and some transformations (like sin, cos, exp) as input
and evaluates a final expression of Y = f(X).
Is there any such a...