Skip to content

A Beginner Lever DL HandsOn exercise of binary classification using MNIST Dataset under the guidance of @deep Learning Tech, @dr. Shahid Qamar

Notifications You must be signed in to change notification settings

3TInfoTinker/Binary-classification-dataset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary classification dataset

This repository contains some binary classification data and a script to mannually create 2D datasets.

Data

data name size thumbnail comments
data0 100 img linear separable
data1 100 img

Formats

Without explicit statements,

  • data points are labeled as 1 and -1
  • within range [0 10 0 10]
  • format for each row in the csv files: label x y

Useful tools

Located in bin/:

  • gen2dPoints.py: generate 2D points dataset manually

About

A Beginner Lever DL HandsOn exercise of binary classification using MNIST Dataset under the guidance of @deep Learning Tech, @dr. Shahid Qamar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.4%
  • Python 7.6%