Live data from Hacker News

Lobe – Deep Learning Made Simple

lobe.ai

31–40 of 74 posts

Re: Lobe – Deep Learning Made Simple

#33

Looks really impressive! Acumos plan to do something similar? https://marketplace.acumos.org/#/home

Thanks! Acumos has a similar vision of making it easy to build, share, and deploy AI. We are also heavily focused on the iteration and feedback loop time when developing AI applications, and importantly on helping users understand what is going on with the model. That way you can know the limits of the system in production, or know how/where to improve the data and help reduce bias.

Re: Lobe – Deep Learning Made Simple

#35
Very cool, any plans to bring it to desktop as well? Seems like this could be a very useful tool for people getting into deep learning, but may not necessarily be targeting mobile. (From the landing page, it seems mobile-only.)

Re: Lobe – Deep Learning Made Simple

#36
post #22

I have a couple of questions - Do you have a team implementing most of the new state-of-the-art model architectures (given how fast new ones keep getting published)? If so, I'm assuming you keep associating some types of model architectures to the type of data being input? I'm just curious how you'd pick a particular architecture. On the other hand, AutoML comes to mind, but IMO, the biggest hurdle of AutoML, and its…

Thanks! One of the benefits of Lobe is that users who build models from scratch can publish and share to use in other documents, like a community model zoo. We do this for the current architectures internally, but the goal is for the community to help keep up with the firehose state-of-the-art in ML. Something really interesting we have discussed for a future feature is being able to train a model using the data of w…

Oh gotcha! Didn't consider that you'd allow users to write their own models too.

Coming to community model zoo, would it be free access to any model, and pay for the training and disk usage (floydhub like)? Or you'd go the quantopian route?

Re: Lobe – Deep Learning Made Simple

#37
post #35

Very cool, any plans to bring it to desktop as well? Seems like this could be a very useful tool for people getting into deep learning, but may not necessarily be targeting mobile. (From the landing page, it seems mobile-only.)

Yes definitely, we support desktop currently with the Tensorflow SavedModel download if you need the model locally, or using the REST API for an application with online connectivity.

Re: Lobe – Deep Learning Made Simple

#38
post #35

Very cool, any plans to bring it to desktop as well? Seems like this could be a very useful tool for people getting into deep learning, but may not necessarily be targeting mobile. (From the landing page, it seems mobile-only.)

We are also exploring exporting to other formats to run in different environments locally, or even code generation.

Re: Lobe – Deep Learning Made Simple

#39
post #36

Earlier quoted context omitted.

Thanks! One of the benefits of Lobe is that users who build models from scratch can publish and share to use in other documents, like a community model zoo. We do this for the current architectures internally, but the goal is for the community to help keep up with the firehose state-of-the-art in ML. Something really interesting we have discussed for a future feature is being able to train a model using the data of w…

Oh gotcha! Didn't consider that you'd allow users to write their own models too. Coming to community model zoo, would it be free access to any model, and pay for the training and disk usage (floydhub like)? Or you'd go the quantopian route?

We are focusing on free to access any model explicitly shared by the user and pay for training/deploy resources as a service, but might consider mixing in a paid route for users to monetize their unique trained models.

Re: Lobe – Deep Learning Made Simple

#40
This reminds me of Unreal's blueprints. You could get a surprising amount of work done just via blueprints and not touch C++ code.

You'd have to balance the input and output connection's granularity - too many would put off users, too few would make users feel restricted. If you manage to find a sweet spot, or let the user pick the level of expertise, and reveal them accordingly, it would be perfect.

I really like how good it looks, and can't wait to use it myself!

Post reply on HN