|
|
|
|
|
by BlueTemplar
1987 days ago
|
|
I have barely any biology/medecine nor Machine Learning knowledge (though some physics, maths, programming), yet I might have to do an internship in the field of ML applied to leukocyte classification, where would you recommend to start ? |
|
The former would be quite difficult without much background in ML/Computer Vision (you would have to spend some time self-teaching basics of ML/Deep Learning and the pre-reqs for those — Basic Linear Algebra and Probability).
The latter is doable. I would recommend a very hands on approach. Pick some computer vision object classification tutorials and code them up (using a high level library). Make a mind map of the concepts and look them up as and when you’re unclear about a concept. Then move on to replicating some well cited, peer reviewed papers. Often papers will have their code on GitHub. Try and relocate their results on their dataset. After this you would have the basic working knowledge to modify the algorithm slightly for your specific use case.