Milan Lajtoš
Milan Lajtoš
1. Definitely notation should not be |mu| 2. If it would be /mu/ it would be awesome - regex evocation, visually not palindromatic (because glyph / is asymetric) 3. group:/ReLU/...
These are good suggestions. I look into this as soon as I have some free time. I would like to address these issues: - Parameter names with low line and...
0. Ø (empty atom =^? identity) 1. a (a:[I,O], pass by, identity) 1.5 a b (||, double pass by, double identity) 2. a -> b (a:I, b:O, identity) 3. a...
So in the end, this: ``` { [In,Parameter] -> Transformation -> Out} ``` becomes: ``` { [in, Parameter] -> Transformation } ``` ("In" becomes type-less node and "Out" becomes literaly...
> therefore "Transformation" becomes implicitly output/sink node There are two way out of this: 1. Use I/O (source/sink) flag for every node 2. Implicitly insert Input/Output nodes where appropriate Both...
[GoogLeNet](https://github.com/mlajtos/moniel/blob/master/examples/GoogLeNet) looks okay, I guess. But you are right – the graph in the visualization is not hiding anything, i.e. composite nodes (metanodes) are shown expanded. That's why it looks...
> maybe just different colors for InceptionModule, Stem, Classifier and AuxiliaryClassifier? In fact they are different colors. Color is dynamically assigned by module name, so all Inception Modules have the...
> Having some export of network from a framework to Moniel would be great, sure! I think that for Keras it would be particularly simple, due its JSON exports and...
I found an ancient mockups and they are probably relevant, so posting them here. (No technical progress on this issue whatsoever. :D)  
And also some old [simple motion design](https://youtu.be/VfBJJH8uixE).