ppierzc commited on
Commit
e0a9030
·
1 Parent(s): a8b25db

add(docs): model schematic

Browse files
Files changed (2) hide show
  1. README.md +4 -2
  2. assets/schematic.png +0 -0
README.md CHANGED
@@ -6,6 +6,8 @@ license: openrail
6
 
7
  Neural Encoding model for Macaque V4. The model is a combination of a data driven core and an attention readout layer.
8
 
 
 
9
  ## Model Details
10
  ### Model Description
11
 
@@ -15,8 +17,8 @@ The data driven core is a convolutional neural network and the attention readout
15
  ### Model Sources
16
  For research purposes, we recommend our `nnvision` Github repository (https://github.com/sinzlab/nnvision), which contains the code for the model defintions and training.
17
 
18
- Repository: https://github.com/sinzlab/nnvision
19
- Paper: https://www.biorxiv.org/content/10.1101/2023.05.18.541176v1
20
 
21
  ### Intended Use
22
 
 
6
 
7
  Neural Encoding model for Macaque V4. The model is a combination of a data driven core and an attention readout layer.
8
 
9
+ <p align="center"><img src="./assets/schematic.png" width="100%" alt="Data Driven V4 Schematic" /></p>
10
+
11
  ## Model Details
12
  ### Model Description
13
 
 
17
  ### Model Sources
18
  For research purposes, we recommend our `nnvision` Github repository (https://github.com/sinzlab/nnvision), which contains the code for the model defintions and training.
19
 
20
+ - Repository: https://github.com/sinzlab/nnvision
21
+ - Paper: https://www.biorxiv.org/content/10.1101/2023.05.18.541176v1
22
 
23
  ### Intended Use
24
 
assets/schematic.png ADDED