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
:class:`ARDRegression` is very similar to `Bayesian Ridge Regression`_,
526
-
but can lead to sparser weights :math:`w`.
526
+
but can lead to sparser weights :math:`w` [1]_.
527
527
:class:`ARDRegression` poses a different prior over :math:`w`, by dropping the
528
528
assuption of the Gaussian being spherical.
529
529
@@ -552,7 +552,9 @@ hyperparameters :math:`\lambda_1` and :math:`\lambda_2`.
552
552
553
553
* :ref:`example_linear_model_plot_ard.py`
554
554
555
+
.. topic:: References:
555
556
557
+
.. [1] David Wipf and Srikantan Nagarajan: `A new view of automatic relevance determination. <http://books.nips.cc/papers/files/nips20/NIPS2007_0976.pdf>`_
0 commit comments