Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feliwir/aica
artificial intelligence components
https://github.com/feliwir/aica
Last synced: 4 days ago
JSON representation
artificial intelligence components
- Host: GitHub
- URL: https://github.com/feliwir/aica
- Owner: feliwir
- Created: 2017-11-07T20:18:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T12:49:10.000Z (over 4 years ago)
- Last Synced: 2024-11-07T19:36:28.057Z (about 2 months ago)
- Language: C++
- Size: 9.77 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AICA
## Performance
The performance for a basic ANN used for MNIST image recognition is as follows (tested on an Intel i5 4670k):
| | NO XSIMD | XSIMD | OPENBLAS |
|----------|----------|---------|----------|
| Training | 40456ms | 37873ms | 11923ms |
| Testing | 949ms | 941ms | 632ms |
| Total | 41404 | 38814 | 12555ms |