Does anyone have recommendations for how to build up a portfolio in ML/AI to apply for jobs? I have a masters degree in the field (computer vision, medical imaging, etc.), but since graduating, I've mostly been working on software dev. Now I want to get back into what I studied, and while I have awareness of the theory, I don't have quite as much practice.
I know there's popular environments like PyTorch, but my main dilemma is figuring out a "starting point" to work on. For personal reasons, I'd prefer to avoid just working on models that have to be trained on large external datasets. I thought of making some kind of small utility that can learn from and emulate a local simulation, inspired by neural networks that were applied to particle and cloth simulations that I've seen some years ago ( https://www.youtube.com/watch?v=RXDaJTurAFU https://www.youtube.com/watch?v=iOWamCtnwTc )
Young Jin Oh, Tae Min Lee, In-Kwon Lee
Hierarchical Cloth Simulation using Deep Neural Networks
Computer Graphics International (CGI) 2018
The paper "Accelerating Eulerian Fluid Simulation With Convolutional Networks" and its source code is available here:
http://cims.nyu.edu/~schlacht/CNNFluids.htm
https://users.cg.tuwien.ac.at/zsolnai/accelerating-eulerian-fluid-simulation-convolutional-networks/
https://github.com/google/FluidNet
The mentioned previous work has used an SPH-base...