Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 8.79 KB

README.md

File metadata and controls

12 lines (7 loc) · 8.79 KB

ts-type-level-nn

A neural network sample (actually a Multilayer Perceptron, MLP) written in pure type-level TypeScript, just for fun!

screenshot

Note

Be patient, you may need to wait for a while for TypeScript to infer the types.

See src/main.ts for the implementation.

You can have a try on TS Playground.