How Lyft, Mastercard, and Drone Companies Are Experimenting With Artificial Intelligence

How Lyft, Mastercard, and Drone Companies Are Experimenting With Artificial Intelligence

  • April 13, 2018
Table of Contents

How Lyft, Mastercard, and Drone Companies Are Experimenting With Artificial Intelligence

Several businesses like Mastercard and fast-growing drone companies are exploring ways that AI technologies like machine learning can better verify people’s identities and process insurance claims.

Source: fortune.com

Share :
comments powered by Disqus

Related Posts

DeepMarks: A Digital Fingerprinting Framework for Deep Neural Networks

DeepMarks: A Digital Fingerprinting Framework for Deep Neural Networks

DeepMarks introduces the first fingerprinting methodology that enables the model owner to embed unique fingerprints within the parameters (weights) of her model and later identify undesired usages of her distributed models. The proposed framework embeds the fingerprints in the Probability Density Function (pdf) of trainable weights by leveraging the extra capacity available in contemporary DL models. DeepMarks is robust against fingerprints collusion as well as network transformation attacks, including model compression and model fine-tuning.

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