ljleb commited on
Commit
e0b98ed
·
verified ·
1 Parent(s): cb9c760

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ Naively applying the formulas from the paper gave poor results when trying to ap
5
 
6
  ## The Approach
7
 
8
- The goal is to estimate which parameters of each model is very important and which parameters are less important. The way I did this was by first computing gradients with respect to this objective:
9
 
10
  $$
11
  L = E_{x \sim p(x), t \propto \frac{1}{snr_t}} \big[\frac{L_0(x, t)}{C(x, t)}\big]
 
5
 
6
  ## The Approach
7
 
8
+ The goal is to estimate which parameters of each model are very important and which parameters are less important. The way I did this was by first computing gradients with respect to this objective:
9
 
10
  $$
11
  L = E_{x \sim p(x), t \propto \frac{1}{snr_t}} \big[\frac{L_0(x, t)}{C(x, t)}\big]