https://github.com/anas-farooq8/neural-network-using-os-concepts
The system uses inter-process communication through pipes for exchanging information (weights) between processes. Each layer of the neural network is represented as a separate process, and each neuron within a layer is treated as a separate thread.
https://github.com/anas-farooq8/neural-network-using-os-concepts
cpp mutex-synchronisation neural-network pthreads ubuntu
Last synced: over 1 year ago
JSON representation
The system uses inter-process communication through pipes for exchanging information (weights) between processes. Each layer of the neural network is represented as a separate process, and each neuron within a layer is treated as a separate thread.
- Host: GitHub
- URL: https://github.com/anas-farooq8/neural-network-using-os-concepts
- Owner: anas-farooq8
- Created: 2023-12-12T04:00:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T08:50:55.000Z (over 2 years ago)
- Last Synced: 2025-01-06T04:12:46.277Z (over 1 year ago)
- Topics: cpp, mutex-synchronisation, neural-network, pthreads, ubuntu
- Language: C++
- Homepage:
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Neural-Network-using-OS-concepts
## Requirements
- C++
### - Libraries used:
* #include
* #include
* #include
* #include
* #include
* #include
* #include
* #include
* #include
* #include
* #include
## Setup Instructions
* Compile and run the Main.cpp file.
* g++ -o m Main.cpp
* ./m

# Demo



