Want to get started with deep learning? Prototyping a deep learning image classifier
Thomas Ellebæk, Ferring Pharmaceuticals, ML02 PhUSE EU Connect 2018, November 5th 2018
Prototyping a deep learning image classifier Thomas Ellebk, Ferring - - PowerPoint PPT Presentation
Want to get started with deep learning? Prototyping a deep learning image classifier Thomas Ellebk, Ferring Pharmaceuticals, ML02 PhUSE EU Connect 2018, November 5th 2018 Pattern detection add con Classification add con {Alligator,
Thomas Ellebæk, Ferring Pharmaceuticals, ML02 PhUSE EU Connect 2018, November 5th 2018
add con
add con
{Alligator, Beaver, Cat, Dog, …, Zebra}
add con
{Alligator, Beaver, Cat, Dog, …, Zebra} 0.01 0.00 0.87 0.07 … 0.00
add con
Teradata report based on survey conducted July 2017:
”80% report that some form of AI is already in production in their organization”
(EB9867_State_of_Artificial_Intelligence_for_the_Enterprises.pdf)
add con
Teradata report based on survey conducted July 2017:
”80% report that some form of AI is already in production in their organization”
(EB9867_State_of_Artificial_Intelligence_for_the_Enterprises.pdf) www.slideshare.net/AIFrontiers/jeff-dean-trends-and-developments-in-deep-learning-research/8
add con
ImageNet results (top-5)
Error rate AlexNet 16.4
add con
add con
Shoe size Hair length Male Female
add con
Neuron output: Activation function:
(rectified linear unit – ReLU)
Shoe size and hair length Gender
add con
Neuron output: Activation function:
(rectified linear unit – ReLU)
Shoe size and hair length Gender
add con
Neuron output: Activation function:
(rectified linear unit – ReLU)
Shoe size and hair length Gender
add con
Neuron output: Activation function:
(rectified linear unit – ReLU)
Loss function:
(categorical cross entropy)
Shoe size and hair length Gender
add con
https://se.mathworks.com/discovery/convolutional-neural-network.html
add con
2D convolution
a b c d e f g h i j k l m n
Input Kernel
… … … … … … … … e
add con
2D convolution 2D cross-correlation
a b c d e f g h i j k l m n
Input Kernel
… … … … … … … … e … … … … … … … … e
add con
Input (2,2) max pooling
add con
add con
add con
1 2 3 4 >=5 1 79 2 96 3 56 4 157 >=5 52 Predicted labels Actual labels
Validation accuracy: 35.7%
add con
3 convolutional layers and 2 dense fully connected layers
add con
3 convolutional layers and 2 dense fully connected layers
add con
2 correct predicted examples 5 wrongly predicted examples Test accuracy: 55.9% >> 35.7%
add con
add con
https://machinelearningmastery.com/
add con
https://machinelearningmastery.com/
add con
https://machinelearningmastery.com/