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.

Learning to Play the Chaos Game

149 pointsby hardmath123over 4 years ago

5 comments

dstickover 4 years ago
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_over 4 years ago
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 未加载
skulkover 4 years ago
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_stover 4 years ago
That&#x27;s both amazing and beautiful. Well done!
MrXORover 4 years ago
Nice!