UNPKG

@webwriter/neural-network

Version:

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

9 lines (8 loc) 137 B
export interface Activation { name: string fullName?: string tfName: string description: string img?: string range: string }