Explore >> Select a destination


You are here

gregorygundersen.com
| | tiao.io
3.8 parsecs away

Travel
| | One weird trick to make exact inference in Bayesian logistic regression tractable.
| | finnstats.com
11.4 parsecs away

Travel
| | Nonlinear Regression Analysis in R. We learned about R logistic regression and its applications, as well as MLE line estimation and NLRM.
| | fa.bianp.net
10.9 parsecs away

Travel
| | MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX", "output/HTML-CSS"], tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ], processEscapes: true }, TeX: { equationNumbers: { autoNumber: "AMS" }, extensions: ["AMSmath.js", "AMSsymbols.js"] }, "HTML-CSS": { fonts: ["TeX"] } }); In this post I compar several implementations of Logistic Regression. The task was to implement a Logistic Regression model using standard optimization ...
| | christopher-beckham.github.io
81.6 parsecs away

Travel
| I wrote a self-contained implementation of NVIDIA's EDM diffusion model in a Jupyter notebook, as well as its associated sampling algorithms. I also discuss the rather confusing names used for real-world implementations of those algorithms.