Skip to content

Commit ed7a8d9

Browse files
committed
GenNet version 2.0 with the interpretation module
1 parent bf93c91 commit ed7a8d9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ The Gennet framework is based on tensorflow, click [here](GenNet_utils/LocallyDi
2323

2424
## 2. Getting started
2525

26-
Follow the instructions below to get started and check the [A to Z tutorial](https://colab.research.google.com/github/ArnovanHilten/GenNet/blob/master/examples/A_to_Z/GenNet_A_to_Z.ipynb) to start GenNet with your own data!
26+
Follow the instructions below to get started.
27+
28+
> [!TIP]
29+
> Check the [A to Z Colab tutorial](https://colab.research.google.com/github/ArnovanHilten/GenNet/blob/master/examples/A_to_Z/GenNet_A_to_Z.ipynb) for an overview on how to use GenNet with your own data!
2730
2831
### Prerequisites:
2932

@@ -153,7 +156,7 @@ Or can be used in a Sunburt plot to get an overview of the whole network!
153156

154157

155158

156-
### Interpreting GenNet
159+
### GenNet Interpretation module
157160

158161
GenNet offers a number of intepretation methods, to find important features and interacting features.
159162

@@ -164,7 +167,7 @@ GenNet offers a number of intepretation methods, to find important features and
164167
- DFIM: perturbs each input (or N inputs in the order of importance), and tracks which other features change importance to find interacting features
165168
- PathExplain: Uses the Expected Hessian to find interacting features
166169

167-
For more information use: python GenNet.py interpret --help
170+
For more information use: `python GenNet.py interpret --help`
168171

169172

170173
### Jupyter notebook

0 commit comments

Comments
 (0)