Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feliwir/aica

artificial intelligence components
https://github.com/feliwir/aica

Last synced: 4 days ago
JSON representation

artificial intelligence components

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 |