UNPKG

@webwriter/neural-network

Version:

Deep learning visualization for feed-forward networks with custom datasets, training and prediction.

10 lines (9 loc) 185 B
export interface LabelDesc { key: string description: string // classes only for label in classification dataset classes?: Array<{ id: number description: string }> }