Bring Deep Learning Algorithms To Your Security Cameras

Bring Deep Learning Algorithms To Your Security Cameras

  • March 22, 2018
Table of Contents

Bring Deep Learning Algorithms To Your Security Cameras

AI is quickly revolutionizing the security camera industry. Several manufacturers sell cameras which use deep learning to detect cars, people, and other events. These smart cameras are generally expensive though, compared to their “dumb” counterparts.

[Martin] was able to bring these detection features to a standard camera with a Raspberry Pi, and a bit of ingenuity.

Source: hackaday.com

Tags :
Share :
comments powered by Disqus

Related Posts

GPU-accelerated Neural Networks in JavaScript

GPU-accelerated Neural Networks in JavaScript

While its feature set is geared towards neural networks, deeplearn.js can be described as a general-purpose machine learning framework. Propel is a library for scientific computing that offers automatic differentiation. Gpu.js provides a convenient way to run JavaScript functions on the GPU.

Read More
Understanding Deep Learning through Neuron Deletion

Understanding Deep Learning through Neuron Deletion

Deep neural networks are composed of many individual neurons, which combine in complex and counterintuitive ways to solve challenging tasks, ranging from machine translation to Go. This complexity grants neural networks their power but also earns them their reputation as confusing and opaque black boxes. Understanding how deep neural networks function is critical for explaining their decisions and enabling us to build more powerful systems.

Read More