scientifichandwritingdigit-recognitionsynthetic-databngclassification

Pen-Based Digit Recognition — 1M Synthetic (BNG)

Category
Scientific
Records
1,000,000 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~113.04 MB
Downloads
0

About this data

A 1,000,000-row synthetic expansion (generated via a Bayesian Network) of the Pen Digits dataset, with 16 pen-trajectory features per sample for handwritten-digit classification.

Schema

NameTypeDescription
input1DOUBLE
input2DOUBLE
input3DOUBLE
input4DOUBLE
input5DOUBLE
input6DOUBLE
input7DOUBLE
input8DOUBLE
input9DOUBLE
input10DOUBLE
input11DOUBLE
input12DOUBLE
input13DOUBLE
input14DOUBLE
input15DOUBLE
input16DOUBLE
classVARCHAR

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Pen-Based Digit Recognition — " })
// Found: 8d76c243-f650-4a45-b8c5-a77ae1903510
get_download_url({ dataset_id: "8d76c243-f650-4a45-b8c5-a77ae1903510" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/8d76c243-f650-4a45-b8c5-a77ae1903510/download-url