Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 455 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 455 Bytes

Neuronal System Project

Description

C++ project from SV where we simulate a neuronal system of 12500 neurons by following the Brunel 2000 Neural Simulation model.

Some details

  • The given graphics are generateed with the python script create_graph.py.
  • In the code, time_step = 1 but represents 0.1ms.
  • For the finalisation of the project, I created some issues. You can go see how it helped me to organize in the Projects section.