Bird Species(tiny)
The Tiny Bird Species Dataset
@kaggle.sapal6_bird_speciestiny
The Tiny Bird Species Dataset
@kaggle.sapal6_bird_speciestiny
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.
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.
CREATE TABLE bird_species_tiny (
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0" BIGINT -- Unnamed: 0,
"filepaths" VARCHAR,
"labels" VARCHAR,
"data_set" VARCHAR
);Anyone who has the link will be able to view this.