Deepgram is open sourcing Kur ( http://kur.deepgram.com )! Kur is the worlds first descriptive Deep Learning software. Think of a model, describe it in a simple YAML or JSON file, and train to get state-of-the-art results. There's no need to code. Why we built Kur: Prototyping DNNs is a slow process. Most people doing deep learning want to iterate and try out different model architectures and learn from others. It's…
Thanks for releasing this for us, Scott! It will definitely help me test different models for my ethereum auto trading bot!
Show HN: Kur by Deepgram (YC S16) – Deep Learning Made Easy
21–28 of 28 posts
Re: Show HN: Kur by Deepgram (YC S16) – Deep Learning Made Easy
#22Re: Show HN: Kur by Deepgram (YC S16) – Deep Learning Made Easy
#23Great idea! However installation instructions are a little misleading. It says I only need Python 3, while in reality I need a whole bunch of things to be installed already. Is there a list of all requirements? Also, does it work on Windows? "DL for dummies" code should run on Windows :)
Re: Show HN: Kur by Deepgram (YC S16) – Deep Learning Made Easy
#24Great idea! However installation instructions are a little misleading. It says I only need Python 3, while in reality I need a whole bunch of things to be installed already. Is there a list of all requirements? Also, does it work on Windows? "DL for dummies" code should run on Windows :)
The "whole bunch of things" is just the standard system-wide install for working with any Python package: python, pip (which comes with python), and virtualenv. Though I also recommend virtualenvwrapper for setup simplicity.
The install instructions are pretty much structured as: quick,
pip install kur
cleaner and quick, install with vituralenv in a quick script
best practice but more setup, install a whole environment and include virtualenvwrapperRe: Show HN: Kur by Deepgram (YC S16) – Deep Learning Made Easy
#25Re: Show HN: Kur by Deepgram (YC S16) – Deep Learning Made Easy
#26Re: Show HN: Kur by Deepgram (YC S16) – Deep Learning Made Easy
#27Earlier quoted context omitted.
For sure. Install Kur and follow the examples. There's no voodoo, just pure clean DL fun.
I wasn't talking necessarily about Kur, but altcoin trading neural nets. Something I'll have to look into, I guess.