Deep Learning
- neovijayk
- Jul 6, 2020
- 2 min read

Dig: Apply Deep Learning models to gain insights from the Data
Introduction
Good sources, courses to start with Deep Learning (comming soon)
Introduction to Neural Network, Perceptrons, Deep Learning, When to use Deep Learning?
Important points to remember in during developing a deep learning project.
Revisit to Vectorization, Broadcasting and Assertion statement
Dropout Regularization (Coming soon)
Useful Packages
Google APIs for image and text analysis
Keras and Tenserflow Examples
OpenCV
Abour OpenCV? Image processing? Exploring some of the Image processing Modules in the OpenCV. (Coming soon)
Video processing example using OpenCV (Coming soon)
In live video detect face/object using OpenCV (Coming soon)
Optical Character recognition-LSTM (RNN)
OCR example using Tesseract 3.0 and 4.0. (For FAQ refer this Link)
OCR using Google Vision API (coming soon)

AI cheat sheet for RNN, LSTM and GRU
Convolutional Neural Network-Image Processing
Introduction to CNN? Where we can use the CNN?
Residual neural Network (ResNet)
Implementation of ResNet using Keras. (coming soon)
What is the problems with ResNet?
Detection of Age and Gender In live video using Wide Residual Networks in Keras. (coming soon)

AI cheat sheet for Deep Residual Network (DRN)
Auto-encoder
End to End Auto encoder for anomaly detection (coming soon)
Problem with Auto encoders? what is Adversarial Auto Encoder?
End to End Adversarial auto encoder for anomaly detection (coming soon)

AI cheat sheet for AE, VAE, DAE and SAE
Medical Images (.dcm files)
Read x-ray in .dcm format and explore pydicom features (Coming soon)
Simple U-net model for segmentation
Auto-encoder and Adversarial Auto-encoder for anomaly detection (Coming soon)
Interesting Deep Learning techniques
What is Generative adversarial network (GAN)? What is Generative and Indiscriminate networks? (coming soon)
You only look once (YOLO) algorithm for faster object detection. (coming soon)
Some useful articles on other websites:
Create a new notebook instance/AI Platform Notebooks (JupyterLab) instance (Deep Learning virtual machine instance) on Google Cloud. Link
Comments