Viewing a single comment thread. View all comments

Odd_Engineer20 t1_j2pfdud wrote

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

1

debrises t1_j3iubke wrote

If I understood your answer correctly, you might wanna use T-SNE

2

Odd_Engineer20 t1_j3iy8mp wrote

That would work! I ended up finding a way to make my algorithm multidimensional with little effect to my time complexity!😁 thanks though!!

2