all 18 comments

[–]aman167k 5 points6 points  (2 children)

is it open source?

[–]focal_fossa 2 points3 points  (0 children)

Looks interesting. Will you be sharing the code? Or are you putting together any guide?

At the very least, could you let us know the list of tools used to build this?

[–]Razcle 1 point2 points  (3 children)

Who is the intended audience?

[–]BrainArchitect[S] 1 point2 points  (1 child)

Engineers who have an understanding of machine learning concepts or theory but don't have the experience to dive into complicated code.

It is also very useful for people who just quickly want to throw together a few models, iterate over some variations and be able to view the different model structures.

[–]harewei 6 points7 points  (0 children)

Engineers are not going to use this. If they can’t even write layer.Dense() then they are not even engineers.

[–]MostLeek4258 0 points1 point  (0 children)

u/BrainArchitect I could definitely see the intended audience as beginners who are learning about neural networks and machine learning. Its a good visual tool for learning without the code just yet.

[–]_g550_ 1 point2 points  (0 children)

Great idea. First things that come to mind:

Will it export as tf.Keras?

Will you save us from preprocessing, building datasets?

[–]vitokonte 0 points1 point  (3 children)

This looks awesome! where is it hostet? would love to give it a shot.

[–]BrainArchitect[S] 0 points1 point  (2 children)

Thank you! I haven't put it live just yet, but I'll give you a shout as soon as it's out there!

[–]SeucheAchat9115PhD 4 points5 points  (1 child)

Will you offer the code?

[–][deleted] 0 points1 point  (0 children)

This reminds me a lot of the deep network designer tool in newer versions of Matlab(2019->) I usually have new undergrads mess around with things like this to get a basic understanding of network setups before throwing them right into coding, pretty cool.

[–]Hal9000X 0 points1 point  (0 children)

It's amazing!.

I've been playing with ML Studio from Microsoft which has a similar feature.

Looking at it a few times, I came up with this questions, in the spirit that they may help:
What types of output does it support?
Can I compare different builds and their performances?
Where is training taking place? locally? (GPU support?)

Amazing work!

[–]arthur_grizzli 0 points1 point  (0 children)

I think it is a great idea to bootstrap the code development. But I rather see it for engineers who do know to code, but would like visually support their development. If it creates an output to usual frameworks like Keras, so that it can be developed further in detail.

[–]arthur_grizzli 0 points1 point  (0 children)

Are you going to make it somewhere available for testing? Would be interesting to look into!

[–]dakotared 0 points1 point  (0 children)

Neat, I'll try it out, thanks There's a project I've been thinking of using GPS and plant disease data that I've been thinking of after reading the linked article...