Applied Deep Learning — Coursera Guided Projects

A suite of nine applied Coursera project certificates completed across PyTorch and TensorFlow, spanning core deep-learning primitives (CNNs, generative models, metric learning) and applied problem domains (medical imaging, NLP, interpretability, class-imbalance).

Projects completed

#ProjectFrameworkVerify · PDF
1Deep Learning with PyTorch: Siamese NetworkPyTorchverify · pdf
2Deep Learning with PyTorch: Generative Adversarial NetworksPyTorchverify · pdf
3Deep Learning with PyTorch: Image SegmentationPyTorchverify · pdf
4Detecting COVID-19 with Chest X-Ray using PyTorchPyTorchverify · pdf
5Object Localization with TensorFlowTensorFlowverify · pdf
6Visualizing Filters of a CNN using TensorFlowTensorFlowverify · pdf
7Tweet Emotion Recognition with TensorFlowTensorFlowverify · pdf
8Data Balancing with Generative AI: Credit Card Fraud DetectionPyTorchverify · pdf
9Breast Cancer Prediction Using Machine Learningscikit-learnverify · pdf

What the set covers

  • Core architectures — CNNs for classification, segmentation, and localization; GANs and generative models; Siamese networks for metric learning.
  • Interpretability — filter visualization to unpack what convolutional layers learn at each depth.
  • Applied medical imaging — COVID chest X-ray classification and breast cancer prediction.
  • Applied NLP — emotion recognition from short-form text.
  • Working with imbalance — generative approaches to handling skewed medical and financial datasets.

Each project was end-to-end: data loading, model construction, training, evaluation. Framework coverage across PyTorch and TensorFlow is intentional — both matter depending on whose code you’re reading.