16 lines
583 B
Markdown
16 lines
583 B
Markdown
+++
|
|
title = 'VeRAPAk'
|
|
subtitle = 'Deep Neural Network Verifier'
|
|
links = [ { title = "Source Code", url = "https://github.com/formal-verification-research/VERAPAK", icon = 'fa-solid fa-code' },
|
|
]
|
|
applications = ["Neural Net Verifier"]
|
|
developers = []
|
|
licenses = ["MIT"]
|
|
inputs = []
|
|
interfaces = ["CLI"]
|
|
maintenance = ["Actively Maintained"]
|
|
draft = false
|
|
date = 2025-08-22
|
|
+++
|
|
|
|
VeRAPAk is an algorithmic framework for optimizing formal verification techniques for deep neural networks when it is used for verifying the local adversarial robustness property of classification problems. |