scientifichandwritingdigit-recognitionsynthetic-databngclassification
Pen-Based Digit Recognition — 1M Synthetic (BNG)
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
| Name | Type | Description |
|---|---|---|
| input1 | DOUBLE | |
| input2 | DOUBLE | |
| input3 | DOUBLE | |
| input4 | DOUBLE | |
| input5 | DOUBLE | |
| input6 | DOUBLE | |
| input7 | DOUBLE | |
| input8 | DOUBLE | |
| input9 | DOUBLE | |
| input10 | DOUBLE | |
| input11 | DOUBLE | |
| input12 | DOUBLE | |
| input13 | DOUBLE | |
| input14 | DOUBLE | |
| input15 | DOUBLE | |
| input16 | DOUBLE | |
| class | VARCHAR |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
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 neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/8d76c243-f650-4a45-b8c5-a77ae1903510/download-url