Submitted by Tureep t3_10k2cnt in deeplearning
Starting a group project in college about "Brain tumor segmentation using deep learning" and searching for a summer internship in the subject. I usually approach a new area by looking at youtube videos, looking at some slides from teachers, and perhaps testing simpler code examples. We were now told to research the field for two weeks prior to starting and hence I'm searching for recommendations to effectively learn to be able to contribute to the project.
Looking for any tips like websites (just found Kaggle for an example), threads, code, channels, methods, topics to focus/prioritize, frameworks to prefer/avoid, articles, books etc.
Skills: Intermediate Python/c++, 3rd year MSc, little-to-no knowledge about machine learning.
Resources: Slides, An "expert" (PhD from college), eight group members, RTX 3060 Ti (and Azure hours later).
maxwell-alive t1_j5o1j25 wrote
This is a good series for understanding the fundamental ideas of deep learning: https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi
Other than that, I would recommend installing PyTorch and running/modifying some projects from GitHub. I personally learn the most from looking at other people's code.