Baselight

AND OR XOR

Simple binary operations truth table.

@kaggle.ancientaxe_and_or_xor

Loading...
Loading...

About this Dataset

AND OR XOR

Context

Added 3 dataset for each binary operation (AND, OR, XOR). This will assist in creation of simple neural networks.

Content

The data in all 3 csv files just consists of 3 columns. Column 1 and 2 are inputs while column 3 is the desired output.
No headings are added to the csv files.

Acknowledgements

All the computers around the world.

Inspiration

Simplest possible dataset.

Tables

And

@kaggle.ancientaxe_and_or_xor.and
  • 2.71 KB
  • 3 rows
  • 3 columns
Loading...

CREATE TABLE and (
  "n_0" BIGINT,
  "n_0_1" BIGINT,
  "n_0_2" BIGINT
);

Or

@kaggle.ancientaxe_and_or_xor.or
  • 2.7 KB
  • 3 rows
  • 3 columns
Loading...

CREATE TABLE or (
  "n_0" BIGINT,
  "n_0_1" BIGINT,
  "n_0_2" BIGINT
);

Xor

@kaggle.ancientaxe_and_or_xor.xor
  • 2.71 KB
  • 3 rows
  • 3 columns
Loading...

CREATE TABLE xor (
  "n_0" BIGINT,
  "n_0_1" BIGINT,
  "n_0_2" BIGINT
);

Share link

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