Category Archive Deep Learning

Image Classification with Variable Input Resolution in Keras

Convolutional neural networks (CNN) are a type of neural network designed for image classification.

Read the rest of the article at Mindboard’s Medium channel.

Deploying deep learning models on AWS lambda

AWS Lambda is a serverless computing service provided by Amazon Web Services. The definition of serverless architecture is — it is a stateless compute container designed for event-driven solutions just like microservice architecture where monolithic applications are broken into simple smaller services which are easy to code, manage and scale.

Read the rest of the article at Mindboard’s Medium channel.

A deep learning solution to detect and mask human faces in videos

The objective of the project is to develop a smart deep-learning based solution, which possesses the capability to detect human faces in images / videos and mask them. The solution discussed in this article comprises of a set of open source tools and combining them together to form a pipeline, which processes a given video and outputs another video with faces masked in them.

Read the rest of the article at Mindboard’s Medium channel.