Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kenjinp/intersloper
- Owner: kenjinp
- License: gpl-3.0
- Created: 2023-11-04T22:05:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T14:13:21.000Z (about 1 year ago)
- Last Synced: 2023-11-10T15:31:47.695Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 560 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```