Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,6 @@ with gr.Blocks(css=custom_css) as interface:
|
|
179 |
)
|
180 |
|
181 |
gr.Markdown("""
|
182 |
-
## <span id="neural-vista-title">Concept Discovery</span>
|
183 |
Concept Discovery involves identifying interpretable high-level features or concepts within a deep learning model's representation. It aims to understand what a model has learned and how these learned features relate to meaningful attributes in the data.
|
184 |
|
185 |
Deep Feature Factorization (DFF) is a technique that decomposes the deep features learned by a model into disentangled and interpretable components. It typically involves matrix factorization methods applied to activation maps, enabling the identification of semantically meaningful concepts captured by the model.
|
|
|
179 |
)
|
180 |
|
181 |
gr.Markdown("""
|
|
|
182 |
Concept Discovery involves identifying interpretable high-level features or concepts within a deep learning model's representation. It aims to understand what a model has learned and how these learned features relate to meaningful attributes in the data.
|
183 |
|
184 |
Deep Feature Factorization (DFF) is a technique that decomposes the deep features learned by a model into disentangled and interpretable components. It typically involves matrix factorization methods applied to activation maps, enabling the identification of semantically meaningful concepts captured by the model.
|