Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbiCarle authored Feb 8, 2022
0 parents commit fb093c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ZeroFPR_SVDD
Safety regions research is a well-known task for ML and the main focus is to avoid false positives, i.e., including in the safe region unsafe points. In this repository, two methods for the research of zero FPR regions are proposed: the first one is based simply on the reduction of the SVDD radius until only safe points are enclosed in the SVDD shape; the second one instead performs successive iterations of the SVDD on the safe region until there are no more negative points.

0 comments on commit fb093c7

Please sign in to comment.