You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Neural Network Implementation in C++
Every layer is a process and each node/neuron in the layer in a thread.
Multi-threading is done to handle the inter-node functionality and the implementation is done in multi-core