Icon

Workflows

This directory contains 3 workflows.

IconImage_​Classification_​with_​CNN 

This workflow trains a Convolution Neural Network (CNN) to classify the images of the MNIST Fashion Dataset into ten different classes.

IconIris_​Classification_​with_​ANN 

Exercise of the L4-DL Introduction to Deep Learning Course. The goal is to train a multilayer Perceptron with 4-8-3 layers, using BackPropagation, to […]

IconSentiment_​Analysis_​using_​RNN 

This workflow uses a Kaggle Dataset, including 14K customer tweets towards six US airlines: https://www.kaggle.com/crowdflower/twitter-airline-sentiment. […]