Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cinex10/parallel-neural-network
- Owner: Cinex10
- Created: 2023-07-18T18:49:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-18T21:59:03.000Z (over 1 year ago)
- Last Synced: 2024-11-14T02:10:28.816Z (2 months ago)
- Language: C
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)