NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
275 stars 125 forks source link

Add NEST examples #801

Open HarshKhilawala opened 3 months ago

HarshKhilawala commented 3 months ago

Reproduced same example of NEST - One Neuron using PyNN.

References:

HarshKhilawala commented 3 months ago

@apdavison Requesting review and docstring changes

HarshKhilawala commented 3 months ago

@apdavison Also Added One Neuron Noise Example. Please review and share docstring convention for PyNN

HarshKhilawala commented 3 months ago

Added two neuron example in simple networks from NEST

apdavison commented 3 months ago

Thanks for these @HarshKhilawala. These are rather simple examples, but they are helpful since they match examples in the NEST documentation.

HarshKhilawala commented 3 months ago

@apdavison Here, my approach was to get familiarity with PyNN codebase so I considered implementing simple network from NEST with PyNN. But I do acknowledge my lack of prior experience in neuroscience.

Even with simple networks, I am facing some issues.

I have a separate PR for this where I request you to please review my code. (PR has changes linked to all files)

Refer to PR#802

coveralls commented 3 months ago

Coverage Status

coverage: 63.264% (-0.07%) from 63.329% when pulling ce7a8681c29397f9d8379edf5775b3d273a4383c on HarshKhilawala:add-examples into 1a1ce5cfeaa2aef5250676abd779543d27e1842b on NeuralEnsemble:master.

HarshKhilawala commented 2 months ago

@apdavison Updated scripts. PTAL!

HarshKhilawala commented 2 months ago

Ready to merge. Suggest additional changes if necessary