| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
原始链接: https://news.ycombinator.com/item?id=43286161
这篇 Hacker News 讨论帖关注一篇 Google Research 关于可微分逻辑元胞自动机 (DLCA) 的论文。DLCA 允许对布尔电路设计进行反向传播优化,从而学习复杂的离散系统行为。 评论者认为这篇论文在模拟非层级组织、理解涌现行为以及创建节能分类器方面很有前景。一些人推测 DLCA 可以应用于各个领域,例如野火模拟、生物传感,甚至 ARC-AGI 挑战。将图像压缩成电路设计以及自我修复的潜力令人兴奋。 然而,一些人指出了过拟合的可能性,并对 DLCA 与 MLP 等其他模型相比的表达能力和可扩展性提出了质疑。也有人讨论如何将其变成一个更并行的过程。几个用户表达了对实际实现和代码可用性的兴趣,其中提到很快就会有一个 Colab 链接。一位用户还质疑了论文的风格,并想知道是否使用了大型语言模型来辅助撰写。
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
The constraints of boolean logic, gates and circuits seem to create an interesting grain to build the fitness landscape with. The resulting parameters can be directly transformed to hardware implementations or passed through additional phases of optimization and then compiled into trivial programs. This seems better than dealing with magic floating points in the billion parameter black boxes.
reply