Baselight

Bird Species(tiny)

The Tiny Bird Species Dataset

@kaggle.sapal6_bird_speciestiny

Loading...
Loading...

About this Dataset

Bird Species(tiny)

What is this dataset?🐥

This dataset is a subset of the original dataset here which was created by Gerry.

The dataset generated by this notebook contains only two species of birds and In my opinion it is suited for binary classification.

Why a tiny dataset?🐣

My motivation for creating this tiny version was for teaching and experimenting. I wanted an alternative for the popular cats vs dogs but with some different animal😉.

Also I wanted a small dataset which would be easier to play for beginners.

Tables

Bird Species Tiny

@kaggle.sapal6_bird_speciestiny.bird_species_tiny
  • 9.7 KB
  • 342 rows
  • 5 columns
Loading...

CREATE TABLE bird_species_tiny (
  "unnamed_0_1" BIGINT,
  "unnamed_0" BIGINT,
  "filepaths" VARCHAR,
  "labels" VARCHAR,
  "data_set" VARCHAR
);

Share link

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