You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement data augmentation methods when training a convolutional neural networks (CNN) on images
Design a CNN pipeline for multi-class image classification task with 6 layers, which is only consisted of convolutional layers and fully-connected layers
User rectified linear unit (ReLU) as the activation function and cross entropy loss as the loss function
Evaluate the classification performance
About
Practices of image deblurring, image inpainting, and image classification.