Recursive Gaussian Processes (RGPs) methodology connecting predictive coding to Bayesian brain theories with neurobiological constraints. Use when implementing hierarchical Bayesian inference models that map to cortical microcircuits.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill recursive-gaussian-processes-predictive-coding --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Recursive Gaussian Processes Predictive Coding?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-recursive-gaussian-processes-predictive-coding)More formats (shields.io, HTML) on the badges page.
---
name: recursive-gaussian-processes-predictive-coding
description: Recursive Gaussian Processes (RGPs) methodology connecting predictive coding to Bayesian brain theories with neurobiological constraints. Use when implementing hierarchical Bayesian inference models that map to cortical microcircuits.
---
# Recursive Gaussian Processes for Predictive Coding
## Overview
This methodology bridges predictive coding—a powerful framework for cortical computation—with Recursive Gaussian Processes (RGPs). RGPs employ a single Gaussian process \( g(t, \cdot) \) indexed by layer index and input value, preventing representational collapse while allowing learnable cross-layer dependence via \( r_{1g} \).
## Key Insights
### RGP Architecture
- **Single Shared GP**: Uses one Gaussian process indexed by layer and input value
- **Representational Stability**: Prevents collapse seen in standard deep Gaussian processes
- **Cross-Layer Dependence**: Enables learnable dependencies through \( r_{1g} \) parameter
### Bayesian Implementation
- **Hierarchical Inference**: RGPs intrinsically implement hierarchical Bayesian inference
- **Uncertainty Propagation**: Naturally handles uncertainty propagation across layers
- **Precision-Weighted Errors**: Implements precision-weighted prediction error computation
### Neurobiological Mapping
- **Cortical Microcircuit**: Maps RGP components onto canonical cortical microcircuit
- **Shared GP**: Corresponds to specific cortical processing elements
- **Spike-and-Slab Selection**: Maps to variable selection mechanisms in cortex
- **MCMC Dynamics**: Aligns with neuronal dynamics for inference
### Free Energy Principle
- **Variational Minimization**: RGP inference minimizes variational free energy
- **Bayesian Mechanics**: Formally links Bayesian mechanics to neuronal dynamics
- **Predictive Machinery**: Positions RGPs as candidate model for brain's predictive processing
## Implementation Guidelines
### RGP Construction
1. **Gaussian Process Design**: Implement single GP with proper layer-input indexing
2. **Cross-Layer Parameters**: Configure \( r_{1g} \) for appropriate cross-layer dependence
3. **Stability Mechanisms**: Ensure representational stability during training
### Bayesian Integration
1. **Hierarchical Structure**: Design proper hierarchical inference architecture
2. **Uncertainty Handling**: Implement uncertainty propagation mechanisms
3. **Precision Weighting**: Integrate precision-weighted prediction error computation
### Neurobiological Alignment
1. **Cortical Mapping**: Map computational components to cortical microcircuit elements
2. **Laminar Dynamics**: Design layer-specific processing that matches cortical layers
3. **Spectral Asymmetries**: Implement feedforward/feedback processing differences
## Applications
- **Predictive Brain Models**: Building computational models of predictive brain function
- **Bayesian AI Systems**: Creating AI systems with principled Bayesian inference
- **Neuroscience Research**: Generating testable predictions for laminar-specific dynamics
- **Cognitive Architecture**: Designing cognitive architectures based on cortical principles
## Reference
**Paper**: "Recursive Gaussian Processes and the Bayesian Brain"
**Authors**: Moumita Das, Dipanjan Ray, Sourabh Bhattacharya
**arXiv**: [2608.00503v1](https://arxiv.org/abs/2608.00503v1)
**Date**: August 4, 2026
**Categories**: q-bio.NC, cs.LG, stat.ML
**Comments**: What is your thought process? The Bayesian Recursive Gaussian process?
## Activation Keywords
recursive gaussian processes, predictive coding, bayesian brain, cortical microcircuit, hierarchical inference, uncertainty propagation, free energy principle, variational inference, laminar dynamics, neural computationIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!