Sajad-Sharhani / Computational-Science-Thesis

0 stars 0 forks source link

Post-processing step on NN #4

Open AndreyShternshis opened 7 months ago

AndreyShternshis commented 7 months ago
AndreyShternshis commented 7 months ago
  1. The loss in this case is the sum of accuracy and penalties. I suggested penalty1 to be the norm of output_sensitive. Penalty two can be similarity between output_sensitive and output_permissible that can be calculated using cosine. https://en.wikipedia.org/wiki/Cosine_similarity
  2. You can consider combinations of these two penalties and you can suggest other penalties to distinguish the impacts of sensitive and permissible attributes. The performance of the method with different penalties is evaluated using fairness metrics (and we can track the accuracy)