Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun committed Oct 17, 2024
1 parent 8dafe68 commit f106df1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/docIRM.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Trainer IRM (Invariant Risk Minimization)
# Trainer IRM
## Invariant Risk Minimization

Decompose a classification task into feature extraction $\Phi(\cdot)$ and classificaiton layer $w(\cdot)$, then the task loss is

Expand Down
3 changes: 2 additions & 1 deletion docs/docMA.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Simple Moving Average
# Trainer SMV
## Simple Moving Average
For each epoch, convex combine the weights for each layey from Paper: Ensemble of Averages: Improving Model Selection and
Boosting Performance in Domain Generalization, Devansh Arpit, Huan Wang, Yingbo Zhou, Caiming Xiong, Salesforce Research, USA

Expand Down
2 changes: 1 addition & 1 deletion docs/doc_coral.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deep CORAL
# Trainer CORAL
## Deep CORAL: Correlation Alignment for Deep Domain Adaptation

nonlinear transformation that aligns correlations of
Expand Down
2 changes: 1 addition & 1 deletion docs/doc_irl.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Causal IRL
# Trainer Causal IRL
## Invariant Causal Mechanisms through Distribution Matching

Source: https://arxiv.org/pdf/2206.11646
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Welcome to domainlab's documentation!
docMA
doc_coral
doc_irl
doc_miro


Indices and tables
Expand Down

0 comments on commit f106df1

Please sign in to comment.