Hello. I am trying to do a program that will classify the skin cancer into melanoma and non-melanoma
Right now, I'm in the extraction process. I already extracted the geometrical features of the lesion like the area, perimeter, minor and major axis length, circularity index and irregularity index. Can you please help me on what will i do next? like how to perform the abcd rule or something. Thanks
Why are you asking on this forum? I doubt anyone here has the domain knowledge to tell you what to do. What is the use case for this program? If this is a toy project, I suggest you study machine learning and classification? Check out Iris classification for an example. Here: https://en.wikipedia.org/wiki/Iris_fl... and here: https://www.tensorflow.org/get_starte... If this is a real project, I'd rather not offer any suggestions.