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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Analog-Cartpole: A hybrid analog/digital reinforcement learning experiment

28 点作者 ghosthamlet大约 5 年前

3 条评论

rough-sea大约 5 年前
Neural networks are largely operating on 32 or 64 bit floating point numbers. Many millions of them. If you think how this works at the hardware level there are many little cores in a GPU for operating on matrices of these numbers. To feed a 32 bit float into one of these, it requires 32 wires - deep in the silicon.<p>Also note that neural networks are inherently noisy. We often insert a bit of noise into various parts of the computation graph.<p>In analog circuity only a single wire (or maybe two if you’re using a differential pair) would be needed to represent a noisy float.<p>If we had some sort of IC that could dynamically configure large analog computations, it may allow NN compute-graph computations to be improved by orders of magnitude. 1 wire instead of 32. Real noise instead of artificial.<p>Have people ever tried to something like an analog FPGA?
评论 #22605310 未加载
yters大约 5 年前
I don&#x27;t get the interest in analog. Whatever the secret sauce that makes Real Intelligence (TM), analog is not it.
ganzuul大约 5 年前
This might be useful for reducing the &quot;reality gap&quot; in robot simulation.