incrapnito
incrapnito t1_jdqamby wrote
I think you are looking for federated learning which is complete research field on its own. It digs into combining weights of two neural networks such that both tasks can still be accomplished. Existing approaches should apply to transformers too.
incrapnito t1_jca4u2d wrote
Reply to newby here. looking for help on a MLP for speech recognition. any tips or pointers would be appreciated by alexilas
Use scikit learn mlp classifier if you have to use mlp.
incrapnito t1_jca42rj wrote
Reply to Which topic in deep learning do you think will become relevant or popular in the future? by gokulPRO
Transfer learning. With the availability of these large models, it will be in demand to adapt them to smaller/use case specific datasets.
incrapnito t1_jca3u68 wrote
Reply to image to image by Marius1235
Another approach can be cyclegan or pix2pix, both are gan based model. Pix2pix works on paired data and cyclegan works can use unpaired data.
incrapnito t1_je9vtgb wrote
Reply to Data specific Label Smoothing – Label Smoothing only on specific data by HenrAInet
Not sure what you mean by specific data. Here is a good read - When Does Label Smoothing Help? (https://arxiv.org/pdf/1906.02629.pdf)