i've been researching about ways to make the most out of data for training models because i figured this is quite important especially for niche tasks where you have to collect your own data which is often limited. when searching about this topic, there actually isn't much dedicated to it since most researchers just deal with plentiful data.
so im hoping anyone here might know some good tricks or have read something somewhere about how to effectively train models using low data.
so far i know that in general:
- you need to use less parameters
- more regularization, especially dropout (dropping layers, not elements)
- when it comes to images you can augment the image in many different ways