top of page

Deep Learning

  • neovijayk
  • Jul 6, 2020
  • 2 min read

Dig: Apply Deep Learning models to gain insights from the Data


Introduction

Useful Packages

Google APIs for image and text analysis

Keras and Tenserflow Examples

OpenCV

  1. Abour OpenCV? Image processing? Exploring some of the Image processing Modules in the OpenCV. (Coming soon)

  2. Video processing example using OpenCV (Coming soon)

  3. In live video detect face/object using OpenCV (Coming soon)

  4. End-to-end image tilt angle detection and correction using Canny edges and hough lines detection techniques.

Optical Character recognition-LSTM (RNN)

AI cheat sheet for RNN, LSTM and GRU


Convolutional Neural Network-Image Processing

  1. Introduction to CNN? Where we can use the CNN?

Residual neural Network (ResNet)

  1. Whats is vanishing gradient problem? What is ResNet how it solves this problem using skip connection?

  2. Implementation of ResNet using Keras. (coming soon)

  3. What is the problems with ResNet?

  4. 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

  1. End to End Auto encoder for anomaly detection (coming soon)

  2. Problem with Auto encoders? what is Adversarial Auto Encoder?

  3. End to End Adversarial auto encoder for anomaly detection (coming soon)

AI cheat sheet for AE, VAE, DAE and SAE


Medical Images (.dcm files)

  1. Read x-ray in .dcm format and explore pydicom features (Coming soon)

  2. Simple U-net model for segmentation

  3. U-Net: Convolutional Networks for Biomedical Image Segmentation Paper by Olaf Ronneberger, Philipp Fischer, and Thomas Brox

  4. End to end detection and segmentation of the nuclei in divergent images using simple U-net model in Keras Python

  5. Auto-encoder and Adversarial Auto-encoder for anomaly detection (Coming soon)

Interesting Deep Learning techniques

  1. What is Generative adversarial network (GAN)? What is Generative and Indiscriminate networks? (coming soon)

  2. You only look once (YOLO) algorithm for faster object detection. (coming soon)

Some useful articles on other websites:

  1. Create a new notebook instance/AI Platform Notebooks (JupyterLab) instance (Deep Learning virtual machine instance) on Google Cloud. Link


Comments


Subscribe to BrainStorm newsletter

For notifications on latest posts/blogs

Thanks for submitting!

  • Twitter
  • Facebook
  • Linkedin

© 2023 by my-learnings.   Copy rights Vijay@my-learnings.com

bottom of page