Skip to content

Verification of Neural network with Relu activation

Notifications You must be signed in to change notification settings

rcpsl/ReluVerify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

ReluVerify

This Repo containts code for Formal Verification of Neural network controlled robot. We consider linear robot dynamics, and assume ReLU neural networks. The workspace is defined in Obstacles.json

-We use linear dynamics for the plant x+ = Ax + Bu, u = NN(x)

-A sample model is found in model.h5 which is a keras model.

-The workspace regions are defined in regions folder

-The sepecification is that the Robot doesn't hit an obstacle. and If the specificaiton is violated, what are the safe regions?

-Formal specification can be found in the paper

-A sample code for computing lidar image can be found in ReluVerify.py

About

Verification of Neural network with Relu activation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published