Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cinex10/parallel-neural-network

Parallelized Neural Network Training using OpenMP in C
https://github.com/cinex10/parallel-neural-network

Last synced: 7 days ago
JSON representation

Parallelized Neural Network Training using OpenMP in C

Awesome Lists containing this project

README

        

# Parallel-neural-network
Parallelized Neural Network Training using OpenMP in C

# Results

| Parallellzing Training Time | Simple Training Time |
| ---------------------------------------- | ---------------------------------------- |
| 60.59 s | 154.91 s |

# Using Parellelization

![](results/parllelized_nn.png)

# Without Parellelization

![](results/simple_nn.jpg)