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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

An API for hosted deep learning models

111 点作者 treblig将近 9 年前

7 条评论

vonnik将近 9 年前
The history of machine learning startups is littered with companies that thought a hosted web service was a good idea. The problem with this model is that big data, by definition, is costly to move. So if a managed service is not generating and storing the data you need to process with machine learning or deep learning (as you might conceivably with AWS), then you probably don&#x27;t want to move your data to those algorithms or models. All you&#x27;ll get are small-data users. The models and algos need to go to the data. That&#x27;s the most efficient approach, and it means you have to go on prem... Fwiw, that&#x27;s what we&#x27;re trying to do with Skymind and Deeplearning4j.<p><a href="https:&#x2F;&#x2F;skymind.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;skymind.io&#x2F;</a> <a href="http:&#x2F;&#x2F;deeplearning4j.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;deeplearning4j.org&#x2F;</a>
评论 #12103042 未加载
评论 #12103160 未加载
rjdagost将近 9 年前
As an algorithm developer and manager I have thought of business ideas similar to what Algorithmia is pursuing. There are a few reasons why I think “algorithms as a service” will not work so well. In most products &#x2F; services that rely on non-trivial algorithms, the core algorithms are often the “secret sauce” of the business. They are what gives you your edge over your competition. And you need to fully understand and control your secret sauce. You need to know where the core algorithms work well and where they don’t work so well. With an outsourced service, your core algorithms are basically a black box outside your control. Another problem: for most real world algorithms it is pretty rare to be able to take an off the shelf algorithm and have it “just work” well enough for your problem. Often there is a bit of parameter tuning and domain specific knowledge that must be incorporated to get the best results (this is how people like myself get a lot of consulting work). If a generic algorithm does work quite well for your problem, your competitors probably already know about it and you have no real edge over them. A third problem, and this is really the main one: one of the main benefits of developing an advanced algorithm is that once you have it, you “own” it and can deploy it as you see fit. You amortize your costs upfront and are able to use this sunk development cost over and over again without extra cost. But with a service like Algorithmia, you are never able to take full advantage of the tremendous leverage that algorithms can give you. The more you use the algorithms, the more you pay. And if you start paying a lot to use an algorithm you’re going to at some point find it to be better to develop your own implementation and stop paying someone else for the service.
评论 #12105358 未加载
minimaxir将近 9 年前
&gt; &quot;Using GPUs inside of containers is a challenge. There are driver issues, system dependencies, and configuration challenges. It’s a new space that’s not well-explored, yet. There’s not a lot of people out there trying to run multiple GPU jobs inside a Docker container.”<p>Er, Nvidia itself has an official Docker application which allows containers to interface with the host GPU, optimized for the deep learning use case: <a href="https:&#x2F;&#x2F;github.com&#x2F;NVIDIA&#x2F;nvidia-docker" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;NVIDIA&#x2F;nvidia-docker</a><p>Training models is one thing that can commoditized, like with this API, but <i>building</i> models and selecting features without breaking the rules of statistics is another story and is the true bottleneck for deep learning. That can&#x27;t be automated as easily.
评论 #12102949 未加载
评论 #12102954 未加载
评论 #12103737 未加载
jc4p将近 9 年前
I&#x27;m not a big fan of taking the openness in machine learning and making it a web based product, for me the &quot;whoa&quot; moment from the new approachable machine learning frameworks is that I can train a Tensorflow network on my computer then embedded it in an Android&#x2F;iOS app that&#x27;ll work offline.<p>Also, much more minor grievance but I really dislike websites that don&#x27;t work on my 15&quot; laptop, what&#x27;s going on here? <a href="http:&#x2F;&#x2F;i.imgur.com&#x2F;q13lCLK.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;q13lCLK.png</a>
评论 #12103316 未加载
sbierwagen将近 9 年前
How does this compare in price to AWS GPU instances?
评论 #12103127 未加载
评论 #12104368 未加载
dk8996将近 9 年前
Cool idea. I spent sometime playing around with it. Found that some of the Algos are a bit buggy and not working.
erikb将近 9 年前
Does anybody know if these &quot;free APIs&quot; are actually used to get &quot;free training&quot; for the API owner&#x27;s models? I mean, is it free as in free beer or as in facebook?
评论 #12103456 未加载