Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install hiyenwong-ai-collection-collection-skills-lattice-field-theory-network-realgit clone https://github.com/hiyenwong/ai_collection.gitcp ai_collection/SKILL.MD ~/.claude/skills/hiyenwong-ai-collection-collection-skills-lattice-field-theory-network-real/SKILL.md---
name: lattice-field-theory-network-real
description: "In a recent paper [Bardella et al., Entropy 26 (6), 495 (2024)] we introduced a simplified Lattice Field Theory (LFT) framework that allows experiment... Activation: 脑网络连接性分析"
---
# Lattice Field Theory for a network of real neurons
## 概述
In a recent paper [Bardella et al., Entropy 26 (6), 495 (2024)] we introduced a simplified Lattice Field Theory (LFT) framework that allows experimental recordings from major Brain-Computer Interfaces (BCIs) to be interpreted in a simple and physically grounded way. From a neuroscience point of view, our method modifies the Maximum Entropy model for neural networks so that also the time evolution of the system is taken into account and it can be interpreted as another version of the Free Energy principle (FEP). This framework is naturally tailored to interpret recordings from chronic multi-site BCIs, especially spike rasters from measurements of single neuron activity.
## 来源论文
- **标题**: Lattice Field Theory for a network of real neurons
- **作者**: Simone Franchini, Giampiero Bardella
- **arXiv**: 2604.05251v1
- **发布日期**: 2026-04-06
- **类别**: None
## 核心概念
1. 脑网络连接性分析
## 应用价值
- 神经科学研究
- 脑机接口开发
- 计算神经科学建模
- 神经信号分析
## 实现要点
```python
# 基于论文方法的示例实现框架
import numpy as np
class LatticeFieldTheoryNetworkReal:
def __init__(self):
pass
def process(self, neural_data):
"""
处理神经数据
Args:
neural_data: 神经信号数据 (EEG, fMRI, spike trains)
Returns:
processed: 处理后的特征表示
"""
# 实现论文中的核心方法
return neural_data
```
## 参考文献
- Simone Franchini, Giampiero Bardella. "Lattice Field Theory for a network of real neurons". arXiv:2604.05251v1, 2026.
## Activation Keywords
- lattice field theory neurons
- Lattice Field Theory neural
- LFT brain network
- 脑网络格场论
- Maximum Entropy neural network
- Free Energy Principle BCI
- neuro 脑网络连接性分析
## Description
A Lattice Field Theory (LFT) framework for interpreting experimental recordings from Brain-Computer Interfaces (BCIs). It modifies the Maximum Entropy model for neural networks to account for time evolution, interpretable as a version of the Free Energy Principle (FEP), tailored for chronic multi-site BCIs and spike raster data.
## Tools Used
- read
- web_search
- exec
## Instructions for Agents
1. When the user asks about lattice field theory applied to neuroscience or BCI data, explain the LFT framework and its connection to the Free Energy Principle.
2. Describe how the framework interprets spike raster recordings from multi-site BCIs in a physically grounded way.
3. Explain the relationship to the Maximum Entropy model and how time evolution is incorporated.
4. Help users apply the framework to their neural recording data.
5. Reference [Bardella et al., Entropy 26 (6), 495 (2024)] and arXiv:2604.05251v1 for technical details.
## Examples
**Example 1: Framework explanation**
User: "How can lattice field theory be applied to neural data?"
Agent: Explains the LFT framework, its physical grounding, and how it interprets BCI recordings.
**Example 2: BCI data analysis**
User: "I have spike raster data from a multi-site BCI. How do I apply this method?"
Agent: Guides the user through the LFT analysis pipeline for chronic multi-site BCI recordings.