-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
23 changed files
with
45 additions
and
72 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,11 @@ | ||
# NeuralNetworkAnalysis.jl | ||
# ClosedLoopReachability.jl | ||
|
||
[](https://github.com/JuliaReach/NeuralNetworkAnalysis.jl/actions/workflows/ci.yml?query=branch%3Amaster) | ||
[](https://juliareach.github.io/NeuralNetworkAnalysis.jl/dev/) | ||
[](https://github.com/juliareach/NeuralNetworkAnalysis.jl/blob/master/LICENSE) | ||
[](https://codecov.io/github/JuliaReach/NeuralNetworkAnalysis.jl?branch=master) | ||
[](https://github.com/JuliaReach/ClosedLoopReachability.jl/actions/workflows/ci.yml?query=branch%3Amaster) | ||
[](https://juliareach.github.io/ClosedLoopReachability.jl/dev/) | ||
[](https://github.com/juliareach/ClosedLoopReachability.jl/blob/master/LICENSE) | ||
[](https://codecov.io/github/JuliaReach/ClosedLoopReachability.jl?branch=master) | ||
[](https://gitter.im/JuliaReach/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
|
||
Methods to verify neural network control systems using reachability analysis | ||
|
||
## Links | ||
|
||
- [Proceedings of ARCH-COMP20 Category Report: | ||
Artificial Intelligence and Neural Network Control Systems | ||
(AINNCS) for Continuous and Hybrid Systems Plants](https://easychair.org/publications/open/Jvwg) | ||
- https://github.com/verivital/nnv/tree/master/code/nnv/examples/Submission/ARCH_COMP2020 | ||
- [Repo with benchmark models (2020)](https://github.com/verivital/ARCH-COMP2020) | ||
- [Proceedings of ARCH-COMP 2019 AI-NNCS](https://easychair.org/publications/open/BFKs) | ||
- [Repo with benchmark models (2019)](https://github.com/verivital/ARCH-COMP19-AINNCS) | ||
|
||
## Related tools | ||
|
||
- see also the [wiki entry](https://github.com/JuliaReach/NeuralNetworkAnalysis.jl/wiki#related-tools) on related tools | ||
|
||
- [NeuralVerification.jl](https://github.com/sisl/NeuralVerification.jl) -- Methods to soundly verify deep neural networks | ||
|
||
- [ReachNNStar](https://github.com/JmfanBU/ReachNNStar) -- Reachability Analysis Tool of Neural Network Controlled Systems (NNCSs) | ||
|
||
- [NeuralOptimization.jl | ||
](https://github.com/castrong/NeuralOptimization.jl) -- A compilation of ReLU network optimization algorithms. | ||
|
||
- [sherlock](https://github.com/souradeep-111/sherlock) -- Sherlock is a tool for output range anaylsis of Deep Neural Networks with ReLU activation units. | ||
|
||
- [NeuralVerifier.jl](https://github.com/jaypmorgan/NeuralVerifier.jl) -- Formal Verification of Deep Neural Networks in Julia | ||
|
||
- [Adversarial.jl](https://github.com/jaypmorgan/Adversarial.jl) -- Adversarial attacks for Neural Networks written with FluxML | ||
|
||
This package implements methods to analyze closed-loop control systems using reachability analysis. | ||
|
||
Currently we support neural-network controllers. |
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module NeuralNetworkAnalysis | ||
module ClosedLoopReachability | ||
|
||
include("init.jl") | ||
include("activation.jl") | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using NeuralNetworkAnalysis | ||
using ClosedLoopReachability | ||
|
||
@taylorize function sys!(dx, x, p, t) | ||
dx[1] = x[2] | ||
|
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,4 +1,4 @@ | ||
using NeuralNetworkAnalysis | ||
using ClosedLoopReachability | ||
using Test | ||
|
||
@time @testset "Toy model (black-box network)" begin include("black_box_toy_model.jl") end |