GitHub / 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.
Stars: 1
Forks: 0
Open issues: 0
License: None
Language: C++
Size: 479 KB
Dependencies parsed at: Pending
Created at: over 1 year ago
Updated at: 4 months ago
Pushed at: over 1 year ago
Last synced at: 3 months ago
Topics: cpp, mutex-synchronisation, neural-network, pthreads, ubuntu