In this Simple Computer Vision guided project in TensorFlow using Python we will build a deep learning model to classify whether a dessert is an Apple Pie, French Toast, Donuts, or Cheesecake. In the near future, a company is building a machine to automate serving food to customers. The problem is that the Ai needs to be able to tell what food serving it is serving to customers.
Follow along in the Simple Python Guided Project Multiclass Computer Vision and classify which dessert is in the images. In the deep learning project, we will use the Sequential model in TensorFlow. To our Sequential model, we will add a set of two Convolutional layers. Convolutional layers tend to work well as pairs. Each convolution is followed with max-pooling layers and drop-out layers. We use max pooling because it was the same effect as sharpening images in a simple photo editor. These are following my dropout layers to prevent overfitting.
The convolutional section of our neural network is followed by a dense fully connected layer and another dropout layer to prevent overfitting. Our deep learning computer vision model with have a dense layer as its output layer with 4 neurons and the softmax activation function which is the required format for multi-classification problems in TensorFlow.
check out more data learning videos
https://www.datasimple.education/data...
One on one time with Data Science Teacher Brandyn
https://www.datasimple.education/one-...
data science teacher brandyn on facebook
/ datascienceteacherbrandyn
data science teacher brandyn on linkedin
/ admin
Showcase your DataArt linkedin
/ 1038628576726134
Showcase your DataArt facebook
/ 12736236
Python data analysis group, share your analysis
/ 1531938470572261
Machine learning in sklearn group
/ 575574217682061
Join the deep learning with tensorflow for more info
/ 369278408349330