TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Learning to Play the Chaos Game

149 点作者 hardmath123超过 4 年前

5 条评论

dstick超过 4 年前
Upvoted for the pure passion that just oozes through the sentences. Didn’t understand half of it but that did not detract from the reading fun! :)
评论 #25542474 未加载
评论 #25544429 未加载
skinner_超过 4 年前
This is so great! Frankly, I believe that this kind of low-parameter-count high complexity optimization task is the least suitable kind of task for SGD. Bad local optima everywhere. But I didn&#x27;t let this opinion of mine spoil the fun:<p>I changed Chamfer distance to unbiased Sinkhorn divergence (via GeomLoss), bumped arity to 4, moved randomness out of the training loop (with the goal of making training more stable), and added a LR scheduler.<p>Here&#x27;s my notebook: <a href="https:&#x2F;&#x2F;colab.research.google.com&#x2F;drive&#x2F;154ffvEWpD7tTW_AIqTDWq6kkeGgmhf7P" rel="nofollow">https:&#x2F;&#x2F;colab.research.google.com&#x2F;drive&#x2F;154ffvEWpD7tTW_AIqTD...</a><p>This tree parameter set is quite nice and interpretable: <a href="https:&#x2F;&#x2F;users.renyi.hu&#x2F;~daniel&#x2F;tmp&#x2F;ifs-christmas-tree-arity-4.gif" rel="nofollow">https:&#x2F;&#x2F;users.renyi.hu&#x2F;~daniel&#x2F;tmp&#x2F;ifs-christmas-tree-arity-...</a>
评论 #25552514 未加载
skulk超过 4 年前
Hey, I remember you from the Scratch forums back in the early &#x27;10s. It&#x27;s great to see that you&#x27;re still producing excellent content!
chris_st超过 4 年前
That&#x27;s both amazing and beautiful. Well done!
MrXOR超过 4 年前
Nice!