Recent posts

EfficientNet 논문 리뷰

2 minute read

EfficientNet : Rethinking Model Scaling for Convolutional Neural Networks [paper] 저자 : Mingxing Tan, Quoc V. Le

Dask 사용 팁

less than 1 minute read

1. Multiprocessing을 디폴트로 import dask dask.config.set(pool=Pool(12)) dask.config.set(scheduler='processes')

Pandas를 이용한 데이터 분석(1)

10 minute read

Pandas란 무엇인가? pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming...