-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85c4625
commit f1d0718
Showing
4 changed files
with
24 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,23 @@ | ||
# FFNN-Verify | ||
一个全连接ReLU节点的前馈神经网络的形式化验证器 | ||
一个全连接ReLU节点的前馈神经网络的形式化验证器。使用了区间传播 + 混合整形线性规划两种方法进行神经网络验证。 | ||
|
||
- [FFNN-Verify](#ffnn-verify) | ||
- [1.1. dependence:](#11-dependence) | ||
- [1.2. example:](#12-example) | ||
|
||
--- | ||
|
||
dependence: | ||
## 1.1. dependence: | ||
- numpy | ||
- mip | ||
- gurobi | ||
- keras | ||
|
||
|
||
## 1.2. example: | ||
本项目以ACAS XU为例,检查了属性3在网络1_1到1_9下的验证结果。 | ||
|
||
``` | ||
python main.py --npath /Acas/acas_1_1.h5 --type rea --prop 3 | ||
``` | ||
|
||
如果要验证其他属性,请自行编写输出约束的反例。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters