You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,10 @@ The Gennet framework is based on tensorflow, click [here](GenNet_utils/LocallyDi
23
23
24
24
## 2. Getting started
25
25
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!
27
30
28
31
### Prerequisites:
29
32
@@ -153,7 +156,7 @@ Or can be used in a Sunburt plot to get an overview of the whole network!
153
156
154
157
155
158
156
-
### Interpreting GenNet
159
+
### GenNet Interpretation module
157
160
158
161
GenNet offers a number of intepretation methods, to find important features and interacting features.
159
162
@@ -164,7 +167,7 @@ GenNet offers a number of intepretation methods, to find important features and
164
167
- DFIM: perturbs each input (or N inputs in the order of importance), and tracks which other features change importance to find interacting features
165
168
- PathExplain: Uses the Expected Hessian to find interacting features
166
169
167
-
For more information use: python GenNet.py interpret --help
170
+
For more information use: `python GenNet.py interpret --help`
0 commit comments