https://github.com/iprit/typescript-deep-neural-network
TypeScript Deep Neural Network (classification)
https://github.com/iprit/typescript-deep-neural-network
Last synced: about 1 year ago
JSON representation
TypeScript Deep Neural Network (classification)
- Host: GitHub
- URL: https://github.com/iprit/typescript-deep-neural-network
- Owner: IPRIT
- Created: 2016-02-16T22:42:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T11:54:44.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T14:55:25.106Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Deep Neural Network
A deep neural network written on ES2015/TypeScript: (Class classifying, Iris data learning)
```
$ npm run install && npm run start
```