BhumikaMak commited on
Commit
2d37f85
·
verified ·
1 Parent(s): d36c505

text update

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -179,11 +179,12 @@ with gr.Blocks(css=custom_css) as interface:
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.
185
 
186
- ## Together, these methods enhance model interpretability and provide insights into the decision-making process of neural networks.
187
 
188
  """)
189
  with gr.Row(elem_classes="custom-row"):
 
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.
186
 
187
+ Together, these methods enhance model interpretability and provide insights into the decision-making process of neural networks.
188
 
189
  """)
190
  with gr.Row(elem_classes="custom-row"):