Ever felt like building Neural Network models for regression tasks is too complicated? You just want to perform some simple predictions - say forecast house prices given their size, year of construction, energy efficiency and so on - and you have to go through a bunch of very painful and time-consuming steps: installing the Tensorflow environment, importing and parsing the data, coding the model... Wouldn't it be easier if there was a tool that did all that for you?
That's where Domeis comes in
Domeis is a Postman-like tool that allows developers to easily and quickly build, train and test Neural Network models for regression tasks through an intuitive JSON editor-based interface. You can just define your model in the JSON editor, then click on the "train" button to train it and the "test" button to test it. No need to install any library or environment, nor to write any code. You can do everything directly on Domeis interface.
We found Domeis to be a very cool tool to very quickly put together and compare Neural Network models, without having to code your way through it.
Take a look at it and let me know what you think!


Top comments (0)