Deep Learning Data Sources
Convolutional neural nets are the next thing in the deep learning world. They are the reason why deep learning is so popular in the field of computer vision. They are the reason why we can do so many things with images.
Things to look for while building deep learning models
- Gather the dataset.
- Clean the dataset.
- Split the dataset into train, test and validation.
- Build the model.
- Train the model.
- Evaluate the model.
- Deploy the model.
- Monitor the model.
- Improve the model.
- Repeat the process. Process of building a CNN
Getting started with the convolutional tasks
- Math for convolution - Link
- Pytorch to implement a basic CNN - Link
- Hyperparameters
- Optimizers - Math 5.x series
- Regularization - Math 8.x, 9.x series
- Augmentations - Augmentations
- Model Experimentations
- Model Interpretability - Link
- Deploy the model - Link
- Monitor the model - Link
Image Processing Blogs
Deep Learning Talks
Enjoy Reading This Article?
Here are some more articles you might like to read next: