Submitted by Electronic-Clerk868 t3_11ceole in deeplearning
Hi, im doing a convolutional Neural Newtork in R code for Parkinson Disease/Control by using MRI.
Someone know whats the better architecture for this type of model?
Thanks & best regards.
trajo123 t1_ja3lwj9 wrote
The architecture depends on what task you want to solve: classification, semantic segmentation, detection/localization?
On another note, by choosing to do deep learning on image-like data such as MRI in R you are making your job more difficult from the get-go as there are many more tool and documentation resources available for Python.