You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
Please add an example for LogLikelihoodLoss Class.
TODO (optional): Want to convert from using a LogisticGradientDescent solver (computing error via "Run(double[][] sample, double[] expected)" to using the LogLikelihoodLoss class. It is unclear to me how the Loss classes should be used, since they are not initialized with a reference to dimensionality or a model and the methods seem to only accept expected