Open JanBiermann opened 2 years ago
1,) Let me check the code. But preliminary answer: yes, it samples the locations randomly from the graph's edges. I think I sample the starting coordinates of the red squares using numpy's randint function.
2.) You're correct that it isn't an image classifier. I think it's too simple to meet any category criteria... so maybe we just leave it at "simple algorithm". Intrinsically understandable or back-of-the envelope are also terms that come to my mind here
1.) In the current version it says "The algorithm randomly samples...."? Is it fair to say that it samples randomly? I forgot how this works, I think I need a reminder.
2.) Is there a simple way of how we can classify our algorithm? I was tempted to write "Our algorithm is a simple imagine recognition algorithm", but that's not correct, is it? Any other suggestions?
Thanks :)