|
You are here |
qchu.wordpress.com | ||
| | | | |
dustintran.com
|
|
| | | | | The elastic net [3] provides a regularized objective function that meets a compromise between the two extremes of Lasso [2] and ridge regression. It takes in... | |
| | | | |
xcorr.net
|
|
| | | | | Earlier, I discussed how I had no luck using second-order optimization methods on a convolutional neural net fitting problem, and some of the reasons why stochastic gradient descent works well on this class of problems. Stochastic gradient descent is not a plug-and-play optimization algorithm; it requires messing around with the step size hyperparameter, forcing you... | |
| | | | |
fa.bianp.net
|
|
| | | | | MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX", "output/HTML-CSS"], tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ], processEscapes: true }, TeX: { equationNumbers: { autoNumber: "AMS" }, Macros: { RR: "{\\mathbb{R}}", argmin: "{\\mathop{\\mathrm{arg\\,min}}}", bold: ["{\\bf #1}",1] } }, "HTML-CSS": { availableFonts: ["TeX"] } }); TL;DR: I describe a method for hyperparameter optimization by gradient descent. Most machine ... | |
| | | | |
swethatanamala.github.io
|
|
| | | The authors developed a straightforward application of the Long Short-Term Memory (LSTM) architecture which can solve English to French translation. | ||