Odd_Engineer20
Odd_Engineer20 t1_j2pfdud wrote
Reply to [D] Simple Questions Thread by AutoModerator
So I’m working on creating a new ML algorithm(I know stupid) but it’s for fun. But I’m in the testing phase and one thing I don’t have figured out is turning a picture into a (x, y) coordinate? I’m trying to do this with the mnist data set but I’m not sure how to go about it
Odd_Engineer20 t1_j3iy8mp wrote
Reply to comment by debrises in [D] Simple Questions Thread by AutoModerator
That would work! I ended up finding a way to make my algorithm multidimensional with little effect to my time complexity!😁 thanks though!!