Explore >> Select a destination


You are here

antoinevastel.com
| | fa.bianp.net
5.0 parsecs away

Travel
| | A naive implementation of the logistic regression loss can results in numerical indeterminacy even for moderate values. This post takes a closer look into the source of these instabilities and discusses more robust Python implementations. hljs.initHighlightingOnLoad(); MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX", "output/HTML-CSS"], tex2jax: { inlineMath ...
| | yoursite.com
5.8 parsecs away

Travel
| | ??????NumPy??????????????Jay Mody????????????????????????????????????NumPy????????????? ?????Computing Distance Matrices with NumPy ?????? (????????)
| | blog.georgeshakan.com
4.1 parsecs away

Travel
| | Principal Component Analysis (PCA) is a popular technique in machine learning for dimension reduction. It can be derived from Singular Value Decomposition (SVD) which we will discuss in this post. We will cover the math, an example in python, and finally some intuition. The Math SVD asserts that any $latex m \times d$ matrix $latex...
| | distill.pub
24.2 parsecs away

Travel
| How to tune hyperparameters for your machine learning model using Bayesian optimization.