ML is one tough nut to crack. As someone who’s come here after working in Software Engineering, I had to throw the bag out of the window.
I’ve been trying to figure out what’s the secret to get good at ML. In software eng, it’s all about building things. So that would lead to project where you’re trying to build things small or from scratch.
The equivalent for ML is Experiments!
Easiest way is Micro-Experimenting:
I read the following paper: ‣, which built a framework for 3D models.
Looked pretty cool, what if I could I could use Mixture of Features with multiple models here? (https://arxiv.org/abs/2401.06209)
This led me to take the existing code, try and mix features and see a better performance.
Of course, there’s no where to go from here, but now, I feel more confident of my understanding of 3D models.
Enjoyed my writing? Pls tell me >> [email protected]