Baselight

Images Of Randomly Generated Quadratic Equations

Equations that are Randomly Generated and translated into Images.

@kaggle.archanghosh_images_of_randomly_generated_quadratic_equations

Loading...
Loading...

About this Dataset

Images Of Randomly Generated Quadratic Equations

How We got the Idea?

While trying to find random generators we saw that none existed for creating equations that were in some order. So we thought why not create a random generator. Upon finishing that we thought that we might be also able to make the equations translate into images so that they can be used in problems online and that is how we ended up here.

What's Inside?

We have provided around 2k images of randomly generated equations in 4 formats. Along with that two CSV files, one having the full details and another just some minimal details related to testing.

It is upon the user what kind of solutions they can think of while using the dataset. They can also look into the predefined tasks.

Where to Find the Script?

To find how the Equations are generated head over to : Github Repo

Acknowledgements

Creating the images with respect to each equation would not have been possible without the help from Madhurima

Tables

Quadratic Equation Full Details

@kaggle.archanghosh_images_of_randomly_generated_quadratic_equations.quadratic_equation_full_details
  • 76.3 KB
  • 2000 rows
  • 8 columns
Loading...

CREATE TABLE quadratic_equation_full_details (
  "id" VARCHAR,
  "path" VARCHAR,
  "a" BIGINT,
  "b" BIGINT,
  "c" BIGINT,
  "root_1" DOUBLE,
  "root_2" DOUBLE,
  "equation" VARCHAR
);

Quadratic Roots And File Path Only

@kaggle.archanghosh_images_of_randomly_generated_quadratic_equations.quadratic_roots_and_file_path_only
  • 47.04 KB
  • 2000 rows
  • 3 columns
Loading...

CREATE TABLE quadratic_roots_and_file_path_only (
  "id" VARCHAR,
  "path" VARCHAR,
  "roots" VARCHAR
);

Share link

Anyone who has the link will be able to view this.