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 Nov 25, 2024
1 parent 33a6d90 commit 1d1e961
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/discriminative_pc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Discriminative 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/discriminative_pc.ipynb)\n",
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/thebuckleylab/jpc/blob/main/examples/discriminative_pc.ipynb)\n",
"\n",
"This notebook demonstrates how to train a neural network with predictive coding (PC) to discriminate or classify MNIST digits."
]
Expand Down Expand Up @@ -394,4 +394,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
4 changes: 2 additions & 2 deletions examples/hybrid_pc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"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",
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/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 Expand Up @@ -462,4 +462,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
4 changes: 2 additions & 2 deletions examples/linear_net_theoretical_energy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Theoretical energy of deep linear networks\n",
"\n",
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/thebuckleylab/jpc/blob/main/examples/analytical_test.ipynb)"
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/thebuckleylab/jpc/blob/main/examples/linear_net_theoretical_energy.ipynb)"
]
},
{
Expand Down Expand Up @@ -377,4 +377,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
4 changes: 2 additions & 2 deletions examples/supervised_generative_pc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"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",
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/thebuckleylab/jpc/blob/main/examples/supervised_generative_pc.ipynb)\n",
"\n",
"This notebook demonstrates how to train a neural network with predictive coding to generate MNIST digits."
]
Expand Down Expand Up @@ -438,4 +438,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
4 changes: 3 additions & 1 deletion examples/unsupervised_generative_pc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"source": [
"# Unsupervised generative PC on MNIST\n",
"\n",
"[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/thebuckleylab/jpc/blob/main/examples/unsupervised_generative_pc.ipynb)\n",
"\n",
"This notebook demonstrates how to train a neural network with predictive coding to encode MNIST digits in an unsupervised manner."
]
},
Expand Down Expand Up @@ -424,4 +426,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 1d1e961

Please sign in to comment.