How to play Quidditch using the TensorFlow Object Detection API

How to play Quidditch using the TensorFlow Object Detection API

  • March 3, 2018
Table of Contents

How to play Quidditch using the TensorFlow Object Detection API

Image classification using convolutional neural networks (CNNs) is fairly easy today, especially with the advent of powerful front-end wrappers such as Keras with a TensorFlow back-end. But what if you want to identify more than one object in an image?

Source: freecodecamp.org

Share :
comments powered by Disqus

Related Posts

Machine Learning Workflow on Diabetes Data : Part 01

Machine Learning Workflow on Diabetes Data : Part 01

This article will portray how data related to diabetes can be leveraged to predict if a person has diabetes or not. More specifically, this article will focus on how machine learning can be utilized to predict diseases such as diabetes. By the end of this article series you will be able to understand concepts like data exploration, data cleansing, feature selection, model selection, model evaluation and apply them in a practical way.

Read More
Mobile Real-time Video Segmentation

Mobile Real-time Video Segmentation

We use big convolution kernels with large strides of four and above to detect object features on the high-resolution RGB input frame. Convolutions for layers with a small number of channels (as it is the case for the RGB input) are comparably cheap, so using big kernels here has almost no effect on the computational costs.

Read More
Machines Stomp Lawyers in Legalese Smackdown

Machines Stomp Lawyers in Legalese Smackdown

Cue the sad tuba and attorney jokes: Machines just landed the hurt on lawyers. LawGeex, an Israel-based startup focused on automating contract reviews, released a study showing its AI software pummels lawyers in document review accuracy. The AI service outperformed 20 corporate lawyers at identifying legal risks in nondisclosure agreement contracts.

Read More