π» Coding Mission
FINAL BOSS: Decode Neural Population Activity
Click Run to start Python
Simulate a neural population responding to two stimuli (A and B). Use population statistics and boolean indexing to classify: β’ Which stimulus was presented based on spike counts? β’ Can you decode stimulus from neural activity with >70% accuracy? This combines everything: LIF simulation, 2D arrays, statistics, random numbers, and analysis.
Hints (only if you're stuck!)
solution.py
β Loading...