Skip to content

alinarojas/spike-structure-analysis

Repository files navigation

Spike Structure Analysis

This repository contains the code developed for my Mathematics Final Degree Project.

The project focuses on comparing experimental neural recordings with Spiking Neural Networks (SNN) simulations to evaluate whether the model reproduces both the statistical properties and the population-level structure of neural activity.

The simulated data is generated using the model proposed in Tomé et al. (2024).
The experimental data comes from the CRCNS hc-11 dataset (Buzsáki lab), using a single recording session from the animal Achilles (hippocampal CA1).

Repository structure

  • data/ Raw and processed datasets

  • analysis/ Reusable functions

  • 00_dataset_structure.ipynb Dataset inspection and structure

  • 01_hc11_EDA_preprocessing.ipynb Preprocessing and exploratory analysis of experimental data

  • 02_snn_EDA_preprocessing.ipynb Preprocessing and exploratory analysis of simulated data

  • 03_statistical_comparison.ipynb Statistical validation (firing rate, ISI, CV(ISI), Fano factor, autocorrelation)

  • 04_geometric_comparison.ipynb Structural validation using PCA and intrinsic dimensionality (ABID)

Approach

The comparison is carried out using a subsampling-based framework:

  • Matched population sizes between data and simulations
  • Empirical distributions of metrics
  • Monte Carlo hypothesis testing

References

About

Mathematics Final Project Degree. Comparison of hippocampal recordings and Spiking Neural Networks simulations using statistical and geometric analysis

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors