How to analyze and classify an image based on the training set

Hello,

I’m new to Pyton and Tensforlow (just started learning) and I have few questions. My aim is to train the algoritm with sample images (e.g, ischemic areas in MRI imaging, as well as normal ones) and classify the new dataset with this trained algoritm.

Which modules do ı need in Tensorflow, and I’m not realy sure where to start.

Hi @Fatih_Ikiz

Welcome to the TensorFlow Forum!

Please refer to this Keras doc on 3D image classification from CT scans for the same example which might be helpful for you in this. Thank you.