Richard Gao
Richard Gao
chiming in here: the knee parameter is technically a "well-defined" quantity that just falls out of the "generalized Lorentzian". Like, if you plug that number back into the equation, you...
actually to be more precise: the correspondence I meant for exp=2 refers to the fact that the PSD of an exponential decay with a time constant of T is: `PSD(...
and interestingly, if you try to set the codomain based on the suggested solution above (option 1), via `dist.transforms[-1].codomain = interval(0, 1)` it throws an error, perhaps appropriately: `AttributeError: can't...
Names look good to me, with a minor preference for `SpecParam` and `SpecParamGroup` (I don't know if you've decided on this already)
just following up @voytek's comment: I agree that restricting defaults to neuro-specific settings might be less optimal now that there are users from a broad range of fields. At the...
rough work plan for the "basic" components: - in `neural_nets`, something like a `VectorFieldEstimator` super class that is the generic class for specific subclasses, including `ScoreEstimator` and `FlowMatchEstimator`, corresponding to...
I don't know how to link the branch to the issue here but it's in `score_estimator`