UNPKG

@webwriter/neural-network

Version:

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

7 lines (5 loc) 192 B
import { createContext } from '@lit/context' import type { DataSet } from '@/types/data_set' export const availableDataSetsContext = createContext<DataSet[]>( 'available-data-sets' )