Comments

You must log in or register to comment.

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.

4

bigfoot1144 t1_ja3xywq wrote

Why are you doing it in R? Not saying you shouldn't but it's much harder than in python. If you're doing it as a learning exercise that is fair enough.

1

jazzzzzzzzzzzzzzzy t1_ja3yg3d wrote

Why R? It seems you want to make things hard for yourself. Just use PyTorch.

1

Schlonksi t1_ja4v96x wrote

>im doing a convolutional Neural Newtork in R code

Why on earth would you do that? Why are you even implementing your own new if you're just using a vanilla CNN?

1

I_will_delete_myself t1_ja6e9do wrote

Dude this is like saying you are trying to build a ship with a rubber duckey. Use the right tools.

1