You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses the 2D U-Net architecture to make a machine learning model to segment a brain tumor in an MRI scan of brain. This project was done in Python and used various libraries and frameworks including Tensorflow (keras), numpy, pandas, and more. This program creates 4 different U-Net models, each with different depth (2, 3, 4, and 5). …