Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenjinp/intersloper

Typescript neural network library
https://github.com/kenjinp/intersloper

Last synced: about 1 month ago
JSON representation

Typescript neural network library

Awesome Lists containing this project

README

        

# intersloper

Typescript implementation of Neural Network building blocks:
From following [Neural Networks: Zero to Hero](https://karpathy.ai/zero-to-hero.html)

## @intersloper/core

Typescript neural network library based on [Micrograd](https://github.com/karpathy/micrograd/blob/master/README.md)

## test

requires python3 and pytorch to be installed

```
> pnpm test
```