UNPKG

@webwriter/neural-network

Version:

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

5 lines (3 loc) 169 B
import { createContext } from '@lit/context' import type { QAndAEntry } from '@/types/q_and_a_entry' export const qAndAContext = createContext<QAndAEntry[]>('q-and-a')