UNPKG

@webwriter/neural-network

Version:

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

10 lines (8 loc) 249 B
import type { SetupStatus } from '@/types/setup_status' // The DataSetUtils class provides the static default setup status. export class SetupUtils { static defaultSetupStatus: SetupStatus = { canvasCompleted: false, loading: true, } }