Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dunovank committed Feb 7, 2019
1 parent acf7b03 commit 78253f1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# bgNetwork
---
**bgNetwork** is a spiking neural network model of cortico-basal ganglia circuitry, written in Python3 and C.


**bgNetwork** is a spiking neural network model of cortico-basal ganglia circuitry, written in Python3 and C.

This repository contains code for implementing the cortico-basal ganglia-thalamus (CBGT) network and drift-diffusion model fits described in the manuscript [**Reward-driven changes in striatal pathway competition shape evidence evaluation in decision-making**](https://www.biorxiv.org/content/10.1101/418756v2.abstract).

Expand Down Expand Up @@ -43,9 +41,7 @@ pip install --upgrade kabuki hddm
pip install numpy==1.11.3
```



After installing everything, run the line below to open up Jupyter in your browser, then drag/drop the demo notebook (`CBGT_PLOSCompBio2019_Demo.ipynb`) into the Jupyter browser window (see [**this tutorial**](https://medium.com/codingthesmartway-com-blog/getting-started-with-jupyter-notebook-for-python-4e7082bd5d46) if you're new to Jupyter)
* After installing everything, run the line below to open up Jupyter in your browser, then drag/drop the demo notebook (`CBGT_PLOSCompBio2019_Demo.ipynb`) into the Jupyter browser window (see [**this tutorial**](https://medium.com/codingthesmartway-com-blog/getting-started-with-jupyter-notebook-for-python-4e7082bd5d46) if you're new to Jupyter)

```sh
# make sure you've activated the py36 env first
Expand Down

0 comments on commit 78253f1

Please sign in to comment.