UNPKG

@webwriter/neural-network

Version:

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

8 lines (6 loc) 117 B
import type { CSSResult } from 'lit' export interface Theme { styles: CSSResult name: string slIcon: string }