/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

justindomke.wordpress.com
| | blog.research.google
2.3 parsecs away

Travel
| | [AI summary] Google Research presents a lightweight algorithm called Stochastic Re-weighted Gradient Descent (RGD) that improves deep learning model performance by automatically weighting data points based on their difficulty within a distributionally robust optimization framework.
| | tomaugspurger.net
5.4 parsecs away

Travel
| | This work is supported by Anaconda Inc. This post describes a recent improvement made to TPOT. TPOT is an automated machine learning library for Python. It does some feature engineering and hyper-parameter optimization for you. TPOT uses genetic algorithms to evaluate which models are performing well and how to choose new models to try out in the next generation. Parallelizing TPOT In TPOT-730, we made some modifications to TPOT to support distributed training. As a TPOT user, the only changes you need to make to your code are
| | fa.bianp.net
1.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" }, 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 ...
| | llm-guard.com
19.7 parsecs away

Travel
| LLM Guard is a comprehensive tool designed to fortify the security of Large Language Models (LLMs).