CoolFace
Datasetpublic

ajthor/derivative_polynomial

Derivative Polynomial Dataset Dataset Summary The Derivative Polynomial dataset is a collection of polynomial functions and their derivatives. The dataset is generated using polynomial functions and their derivatives. Plot from the dataset: Dataset Structure The dataset is structured as follows. Subsets The dataset is divided into two subsets: default: the default dataset. aligned: the X values are aligned for all functions.… See the full description on the dataset page: https://huggingface.co/datasets/ajthor/derivative_polynomial.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes15downloads
Dataset Card

Derivative Polynomial Dataset

Dataset Summary

The Derivative Polynomial dataset is a collection of polynomial functions and their derivatives. The dataset is generated using polynomial functions and their derivatives.

Plot from the dataset:

[image]

Dataset Structure

The dataset is structured as follows.

Subsets

The dataset is divided into two subsets:

  • default: the default dataset.
  • aligned: the X values are aligned for all functions.

Splits

The dataset is divided into two splits:

  • train: the training split, consisting of 10,000 rows.
  • test: the test split, consisting of 1,000 rows.

Columns

Each row in the dataset consists of the following columns:

  • X: the input value of the function f.
  • f: the value of the function f at X.
  • Y: the input value of the derivative Tf.
  • Tf: the value of the derivative Tf at Y.

Data

The dataset contains the following data:

ColumnShapeType
X(100,)float
f(100,)float
Y(100,)float
Tf(100,)float