Diving into Deep Convolutional Semantic Segmentation Networks and Deeplab_V3

Diving into Deep Convolutional Semantic Segmentation Networks and Deeplab_V3

  • March 12, 2018
Table of Contents

Diving into Deep Convolutional Semantic Segmentation Networks and Deeplab_V3

Deep Convolutional Neural Networks (DCNNs) have achieved remarkable success in various Computer Vision applications. Like others, the task of semantic segmentation is not an exception to this trend.

Source: freecodecamp.org

Share :
comments powered by Disqus

Related Posts

Reptile: A Scalable Meta-Learning Algorithm

Reptile: A Scalable Meta-Learning Algorithm

We’ve developed a simple meta-learning algorithm called Reptile which works by repeatedly sampling a task, performing stochastic gradient descent on it, and updating the initial parameters towards the final parameters learned on that task. This method performs as well as MAML, a broadly applicable meta-learning algorithm, while being simpler to implement and more computationally efficient.

Read More
Machine Learning Workflow on Diabetes Data : Part 02

Machine Learning Workflow on Diabetes Data : Part 02

In my last article of this series, we discussed about the machine learning workflow on the diabetes data set. And discussed about topics such as data exploration, data cleaning, feature engineering basics and model selection process. You can find the previous article below.

Read More