IBM Releases Open Source AI Security Tool

IBM Releases Open Source AI Security Tool

  • April 18, 2018
Table of Contents

IBM Releases Open Source AI Security Tool

IBM releases Adversarial Robustness Toolbox, an open source software library designed to help researchers and developers secure artificial intelligence (AI) systems

Source: securityweek.com

Tags :
Share :
comments powered by Disqus

Related Posts

This AI Will Turn Your Dog Into a Cat

This AI Will Turn Your Dog Into a Cat

As detailed in a paper published to arXiv, the neural net is actually a generative adversarial network (GAN), which is a way of training a machine learning algorithm without human supervision. In GANs, two neural nets are pitted against one another: One neural net generates new images and tries to trick the other neural net into thinking the images are real. If the other neural net is able to tell the generated images are false

Read More
Depthwise separable convolutions for machine learning

Depthwise separable convolutions for machine learning

Convolutions are an important tool in modern deep neural networks (DNNs). This post is going to discuss some common types of convolutions, specifically regular and depthwise separable convolutions. My focus will be on the implementation of these operation, showing from-scratch Numpy-based code to compute them and diagrams that explain how things work.

Read More