Added link to our paper.

PiperOrigin-RevId: 362909971
This commit is contained in:
Agnieszka Grabska-Barwińska
2021-03-15 11:27:17 +00:00
committed by Louise Deason
parent 5cf55efe1f
commit db5c562251
8 changed files with 2845 additions and 3 deletions
+1 -2
View File
@@ -4,8 +4,7 @@
`dendritic_gated_network.ipynb` implements a Dendritic Gated Network (DGN) solving a regression (using quadratic loss) or a binary classification problem (using Bernoulli log loss).
See our paper titled "A rapid and efficient learning rule for biological neural circuits" for details of the DGN model.
See our paper titled ["A rapid and efficient learning rule for biological neural circuits"](https://www.biorxiv.org/content/10.1101/2021.03.10.434756v1) for details of the DGN model.
### Instructions for running the `dendritic_gated_network.ipynb` colab/notebook.
@@ -10,7 +10,7 @@
"\n",
"This colab implements a Dendritic Gated Network (DGN) solving a regression (using quadratic loss) or a binary classification problem (using Bernoulli log loss).\n",
"\n",
"See our paper titled \"A rapid and efficient learning rule for biological neural circuits\" for details of the DGN model.\n",
"See our paper titled [\"A rapid and efficient learning rule for biological neural circuits\"](https://www.biorxiv.org/content/10.1101/2021.03.10.434756v1) for details of the DGN model.\n",
"\n",
"\n",
"Some implementation details:\n",