UNPKG

@webwriter/neural-network

Version:

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

8 lines (7 loc) 212 B
// layer/neuron/edge represent the cyId of the element (only one property is set // as a time since no multi-selection is allowed) export interface Selected { layer?: string neuron?: string edge?: string }