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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Deep belief image recognition on Raspberry Pi

80 点作者 liquidmetal超过 9 年前

4 条评论

bigiain超过 9 年前
Apart from a recent (26 day old) update to the javascript, this looks like it got abandoned back when Google acquired Jetpac (who's website now seems defunct). Anyone know what the status of this is? I guess there must've been some more-recent-than_aug-2014 updates, since it mentions RaspberryPi2s...
评论 #10966533 未加载
评论 #10965922 未加载
dharma1超过 9 年前
you could also try this:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;teradeep&#x2F;demo-apps&#x2F;tree&#x2F;master&#x2F;generic-embedded" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;teradeep&#x2F;demo-apps&#x2F;tree&#x2F;master&#x2F;generic-em...</a><p>or this:<p><a href="http:&#x2F;&#x2F;mxnet.readthedocs.org&#x2F;en&#x2F;latest&#x2F;tutorial&#x2F;smart_device.html" rel="nofollow">http:&#x2F;&#x2F;mxnet.readthedocs.org&#x2F;en&#x2F;latest&#x2F;tutorial&#x2F;smart_device...</a><p>Not really RPi related - but I think it&#x27;s only a matter of time until we have mobile GPU optimised BLAS libraries working with Mali, Adreno etc. At that point machine learning will become more feasible on current mobile devices
buserror超过 9 年前
Had had a good play with that lib earlier on debian, it&#x27;s pretty cool! Very lightweight (considering) and I tossed it a few pictures of stuff, and it&#x27;s quite impressive. I particularly liked my eBay shopping history. Didn&#x27;t like my landscape photos so much, but it&#x27;s likely to be that it hasn&#x27;t been trained on any...<p>What would be fantastic is a way to recover some sort of rough coordinates of what the classification have found.
评论 #10967019 未加载
es0m超过 9 年前
This lib is so small and self-contained that it was straightforward to port it to Windows (Visual Studio): <a href="https:&#x2F;&#x2F;github.com&#x2F;jetpacapp&#x2F;DeepBeliefSDK&#x2F;pull&#x2F;62" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jetpacapp&#x2F;DeepBeliefSDK&#x2F;pull&#x2F;62</a><p>I had trouble getting Caffe and Torch to run natively (i.e. MS toolchain), anyone knows of a good Windows port for these that one can link to?