SUMIN PARK
SUMIN PARK

Interested in Geometric Deep Neural Networks and Their Phyiscal Applications

Contact me

2024 © SUMIN PARK

  • ALL (180)
  • PAPERS
    Convolutional Neural Networks (6) Transformer (3) Optimization (2) Representation (1) Object Detection (5) Generative Models (1) Graph Neural Networks (10)
  • DL
    Deep Learning Specialization (6) cs231n (Stanford) (7) Signals & Systems (9)
  • ML
    CS229 (4) Optimization (9) Information Theory (1) Reinforcement Learning (1) Spectral Graph Theory (1)
  • PHYSICS
    Classical Mechanics (1) Special Relativity (1) Electromagnetism (1)
  • PYTHON
    Algorithms (22) Crawling (3)
  • MATH
    Vector Calculus (5) Linear Algebra (29) Multivariate Calculus (11) Tensor Calculus (1) Differential Equation (1) Differential Geometry (2) Matlab (2)
  • STATISTICS
    Various Topics (14) Statistics for Application (MIT 18.650) (4)
  • DATA-ENGINEERING
    Hadoop Ecosystem(5)
  • PSM
    CV (1)
  • SEARCH
  • TAGS

[Paper Review & Implementation] MobileNet V1, V2, V3 (2017 - 2019)

Outlines References MobileNet V1 Depthwise Separable Convolution Comparison of Computational Cost Trade-Off : Accuracy vs...

2023, Jun 12   —  19 minute read

[Paper Review & Implementation] Aggregated Residual Transformations for Deep Neural Networks (ResNeXt, 2017) & Depthwise Separable Convolution

Outlines References Split-Transform-Merge Strategy Equivalent Building Blocks for ResNeXt Basic Building Block (Bottleneck) Comparison with...

2023, Jun 04   —  12 minute read

[Paper Review & Implementation] Deep Residual Learning for Image Recognition (ResNet, 2015) + Interpretation of ResNet as Ensembles of Networks (2016)

Outlines References Issue of Interest : Degradation Skip Connection & Projection Connection ResNet Architecture Implementation...

2023, Jun 01   —  19 minute read

[Paper Review & Implementation] Rethinking the Inception Architecture for Computer Vision (GoogleNet/Inception Net v2-3, 2015)

Outlines References Inception v2-v3 Architecture Label Smoothing Implementation with PyTorch Model Summary Forward Pass References...

2023, May 24   —  19 minute read

[Paper Review & Implementation] Going deeper with convolutions (GoogleNet/Inception Net v1, 2014)

Outlines References Inception V1 Architecture Implementation with PyTorch Model Summary Forward Pass References Going deeper...

2023, May 23   —  14 minute read

[Paper Review & Implementation] Very Deep Convolutional Networks for Large-Scale Image Recognition (VGGNet, 2015)

Outlines References VGGnet Architecture Implementation with PyTorch Model Summary Parameters Forward Pass References VERY DEEP...

2023, May 22   —  8 minute read