Skip to content

Commit

Permalink
Update colab links
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-innocenti committed Jun 19, 2024
1 parent df7d967 commit 2cdd935
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/discriminative_pc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
2 changes: 2 additions & 0 deletions examples/generative_pc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"source": [
"# Generative PC on MNIST\n",
"\n",
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/thebuckleylab/jpc/blob/main/examples/generative_pc.ipynb)\n",
"\n",
"This notebook demonstrates how to train a neural network with predictive coding to generate MNIST digits."
]
},
Expand Down
2 changes: 2 additions & 0 deletions examples/hybrid_pc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"source": [
"# Hybrid PC on MNIST\n",
"\n",
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/thebuckleylab/jpc/blob/main/examples/hybrid_pc.ipynb)\n",
"\n",
"This notebook demonstrates how to train a hybrid predictive coding network that can both generate and classify MNIST digits."
]
},
Expand Down

0 comments on commit 2cdd935

Please sign in to comment.