Skip to content

Commit f106df1

Browse files
committed
update doc
1 parent 8dafe68 commit f106df1

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

docs/docIRM.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Trainer IRM (Invariant Risk Minimization)
1+
# Trainer IRM
2+
## Invariant Risk Minimization
23

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

docs/docMA.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Simple Moving Average
1+
# Trainer SMV
2+
## Simple Moving Average
23
For each epoch, convex combine the weights for each layey from Paper: Ensemble of Averages: Improving Model Selection and
34
Boosting Performance in Domain Generalization, Devansh Arpit, Huan Wang, Yingbo Zhou, Caiming Xiong, Salesforce Research, USA
45

docs/doc_coral.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deep CORAL
1+
# Trainer CORAL
22
## Deep CORAL: Correlation Alignment for Deep Domain Adaptation
33

44
nonlinear transformation that aligns correlations of

docs/doc_irl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Causal IRL
1+
# Trainer Causal IRL
22
## Invariant Causal Mechanisms through Distribution Matching
33

44
Source: https://arxiv.org/pdf/2206.11646

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Welcome to domainlab's documentation!
2424
docMA
2525
doc_coral
2626
doc_irl
27+
doc_miro
2728

2829

2930
Indices and tables

0 commit comments

Comments
 (0)