Skip to content

A Python Implementation of Predictive Coding (Whittington & Bogacz 2017)

Notifications You must be signed in to change notification settings

alec-tschantz/predcoding

Repository files navigation

Predictive Coding in Python

logo

License: MIT

A Python implementation of An Approximation of the Error Backpropagation Algorithm in a Predictive Coding Network with Local Hebbian Synaptic Plasticity

[Paper]

Based on the MATLAB implementation from [@djcrw]

Requirements

  • numpy
  • torch
  • torchvision

Tasks

  • Include model from A tutorial on the free-energy framework for modelling perception and learning
  • Add additional optimisers
  • Measure number of iterations
  • The initial space of mu needs to be sufficently large - ensembles of amortised weights or slow learning rate?
  • Test pure PC accuracy
  • Errors go down, but amortised asymptotes
  • Infinite iterations - amortised learning provides mechanism for setting number, remove free parameter (replaces with threshold)
  • Generative overtakes and this is inconsistent with discriminative - need some way to promote discrimination in network
    • Both trying to predict each other? Generative predicting discrimantive?
  • Add gradient clamping

About

A Python Implementation of Predictive Coding (Whittington & Bogacz 2017)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages