UNPKG

@webwriter/neural-network

Version:

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

3 lines 234 B
import {sourceLocale, targetLocales} from './locale-codes.js'; import {configureLocalization} from '@lit/localize'; export default configureLocalization({sourceLocale, targetLocales, loadLocale: (locale) => import(`./${locale}.ts`)});