UNPKG

@webwriter/neural-network

Version:

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

4 lines (2 loc) 112 B
import { createContext } from '@lit/context' export const editableContext = createContext<boolean>('editable')