TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Ray Tracing Technique for the Navigation on a Non-Convex Pareto Front

49 pointsby webdvaabout 5 years ago

2 comments

ingenieroarielabout 5 years ago
These kind of geometrical solutions are easier to grasp than other traditional solutions. If geometry is not your thing but programming is, I really recommend Introduction to Applied Linear Algebra – Vectors, Matrices, and Least Squares [0] by Stanford&#x27;s prof Boyd, he has written about fast methods using linear algebra that are guaranteed to converge if they meet certain criteria [1].<p>[0] <a href="http:&#x2F;&#x2F;vmls-book.stanford.edu&#x2F;" rel="nofollow">http:&#x2F;&#x2F;vmls-book.stanford.edu&#x2F;</a> [1] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1511.06324" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1511.06324</a>
评论 #22659049 未加载
cs702about 5 years ago
How does it compare <i>in practice</i> to modern forms of stochastic gradient descent with momentum (e.g., RAdam SGD) when applied to challenging, multi-million-variable non-convex optimization problems?