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

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.

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
![1](https://github.com/anas-farooq8/Neural-Network-using-OS-concepts/assets/150327092/22e911dc-81f3-485c-a337-b36eb8c9e745)

# Demo
![2](https://github.com/anas-farooq8/Neural-Network-using-OS-concepts/assets/150327092/c7144af8-fc51-462e-8730-3ddcf8f82548)
![3](https://github.com/anas-farooq8/Neural-Network-using-OS-concepts/assets/150327092/e091e972-deb4-4f1b-a23c-28ad96a7ca8c)
![4](https://github.com/anas-farooq8/Neural-Network-using-OS-concepts/assets/150327092/4bf351df-0105-46a9-8d3e-0a8683c3dd04)
![5](https://github.com/anas-farooq8/Neural-Network-using-OS-concepts/assets/150327092/30c81f0b-8747-45aa-a61d-0977a04e9876)