https://github.com/iprit/typescript-ant-colony-optimization
https://github.com/iprit/typescript-ant-colony-optimization
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iprit/typescript-ant-colony-optimization
- Owner: IPRIT
- Created: 2016-04-22T12:53:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T12:54:07.000Z (about 10 years ago)
- Last Synced: 2025-03-05T23:30:45.718Z (over 1 year ago)
- Language: TypeScript
- Size: 1.95 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
```