Gerhard Dorn
Gerhard Dorn
I could contribute on the tutorial side. I am fan of interactive Pluto notebooks, so you could directly play around with some neural networks. I think for a cool tutorial...
regarding disabled cells, it's now way easier to find the reason why a cell is disabled, you can simple jump to that cell. What I have in mind for a...
a suggestion for a ringequal function: ``` julia function ≗(p1::Polytope,p2::Polytope) if Set(vertices(p1)) == Set(vertices(p2)) ix = findfirst(vertices(p1)[1] .== vertices(p2)) if circshift(vertices(p1), ix-1) == vertices(p2) return true end end false end...
yes, you are right. So after current PR I can add a function ``ringequal`` (or circledequal? there is also ``circshift`` in julia) for Polygons and Chains. A possible symbol could...
Very cool, thank you :) I will have a look in the train to Eindhoven ;) Will you be there as well?