"With artificial intelligence we are invoking the devil" - Elon Musk
Object Detection with COCO-SSD
Object detection model that aims to localize and identify multiple objects in a single image.

Basic Classification: Predict a fashion image
Neural network model to classify images of clothing such as sneakers and t-shirts.
Degrees Celsius to Fahrenheit
A simple neural network that converts from Celsius to Fahrenheit consists of a single layer of neurons, with a single input neuron and a single output neuron. The input neuron will receive a value in Celsius, which will be multiplied by a weight to convert it to Fahrenheit. The output neuron will return the result of the conversion.