adversarial attacks on a simple MNIST neural network
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
need adjustment with adversarial hyperparameters or image loading/savng
c47777aView on GitHubstart testing the gradient descent optimization for payload
70bedc6View on GitHub91% accurate neural network,big progress in payload generation
f7e8dc3View on GitHubthe neural network is now 89% accurate. starting work on payload optimization
a3a6e4dView on GitHubimplemented a simple sigmoid neural network so I can adversarial-hack it later. currently the neural network does not train correctly (the cost keeps increasing). it might be due to the hyperparameters, as it trains correctly on the fake dataset.
5090555View on GitHub