I would like to ask you about recommendation of tutorial for image recognition.
In my case the images are graphs (scatter plot), where I have dataset for signal and background events, i.e. 2 segmentation classification.
Hi @Sjuzn, Please refer to this gist to perform image recognition using tensorflow. As you have 2 classes please change the neurons in the last dense layer to 2. Thank You.
is it problem for scatter plots that in case of CNN they need to be converted into images and these images have resolution e.g. 256x256. A lot of information from the scatter plots will diisappear, right?
How can be this problem solved?
My scatter plots can be converted to png (1812x961 pixels).
Originally, scatter plots are on canvases coming from the ROOT CERN software.
However, if my images 1812x961 are “downgraded” to 256x256 pixels in CNN, then it is not possible for CNN to “see” points in scatter plot, right?