https://github.com/iprit/typescript-k-means
https://github.com/iprit/typescript-k-means
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iprit/typescript-k-means
- Owner: IPRIT
- Created: 2016-04-07T16:49:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T14:42:31.000Z (about 10 years ago)
- Last Synced: 2025-03-05T23:30:49.786Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Deep Neural Network
K-means method written on ES2015/TypeScript: (Class classifying, Iris data learning)
```
$ npm run install && npm run start
```