Training GANs require large amount of data. If tried with small datasets, the discriminator often times overfit producing meaningless feedback to the generator. One solution to training GANs with smaller dta could be using adaptive data augmentation.
Including domain knowledge can increase explainability without compromising on model performance. This paper mainly discusses a preprocessing technique to incorporate domain knowledge in a way they become very useful for explaining model's predictions.
Incorporating domain knowledge to neural networks is a creative and case specific approach. This paper modifies the loss function of a fully-connected network with domain knowledge from kinetics which helped the model make precise prediction in its regression task.
Optimizes change in consumed nutrients while driving users to their desired diet.
LIME is a great tool for explaining the predictions made by a model. LIME can explain any model regardless of their type, it works by building a linear model on vicinity of the sample intended to be explained.
Decision boundaries are imposible to be visualized in hogh dimensional feature sets. Instead of visualizing them, we can characterize them and make them useful.
Neural networks have a bad reputations as they are treated like black boxes and lack interpretations on the results they make. Grad-CAM can slightly interprete what is driving the model to make a decision.
Enhancement of accuracy for wrist-worn sensor based lying posture classification via transfer learning
Optimization Algorithms to begin with Sparse Coding.
Exploring traditional GAN and semi-supervised GAN and identify key dissimilarities