Oct. 9, 2019

Multi-Class Classification Using DLP With Keras As Backend

We will walk you through the process of developing and evaluating a deep learning (DL) model for multi-class classification problems using DLP with Keras as the backend. If you are looking to develop a DL model for such problems with Caffe as the backend, check out previous tutorials.

tutorial-4


Sep. 1, 2018

Building Your Own Object Detector Model Using FasterRCNN In DLP

In this tutorial, we will introduce you to object detection in DLP using a popular object detection algorithm known as FasterRCNN. We will use person/basketball detection as an example to illustrate how to create a detection model using FasterRCNN in DLP.

tutorial-3

Mar. 23, 2018

Using DLP To Train A Semantic Segmentation Network On MRI Images

In this tutorial we will see how DLP may be used to train a semantic segmentation network for medical imaging. By the end of this tutorial, you will be able to take a single MRI image and produce a labelled output by outlining the location of the left ventricle.

tutorial-2

Jan. 31, 2018

Train a convolutional neural network (CNN) classifier using DLP

In this hands-on tutorial, we are going to guide you on how to train a convolutional neural network (CNN) classifier on fashion-mnist, using DLP, and without writing a single line of code.

tutorial-1