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

[Crawling] Crawling Twitter Feeds with Selenium (with Date Interval)

Crawling Code from selenium import webdriver as wd from selenium.webdriver.common.keys import Keys from bs4 import...

2021, Dec 27   —  6 minute read

[Crawling] 특정한 날짜 간격으로 Naver VIEW (Blog, Cafe) 크롤링하기

Crawling Code from selenium import webdriver as wd from selenium.webdriver.common.keys import Keys from bs4 import...

2021, Dec 04   —  4 minute read

[Crawling] 인스타그램(Instagram) 크롤링하기

Crawling Code from selenium import webdriver as wd # python interpreter 설정 주의 from selenium.webdriver.common.keys...

2021, Dec 04   —  3 minute read