C 언어 코드 snippet

목차 매크로 모음 변수명 출력 숫자 → 문자열 문자열 → 숫자 정수 → 바이너리 문자열...

14 minute read

Depthwise separable convolution 연산

출처: https://youtu.be/T7o3xvJLuHk 이번 글에서는 convolution 연산 방법 중 하나인 depthwise separable convolution에 내용에 다루어 보도록...

4 minute read

Trie

이번 글에서는 문자열 알고리즘의 하나인 trie에 대하여 알아보도록 하겠습니다. trie 관련 알고리즘을 익혔으면 링크에서 trie...

5 minute read

Regression

mathematics for machine learning 글 목록 mathematics for machine learning 글 목록

1 minute read

Taylor series 와 linearisation

mathematics for machine learning 글 목록 이번 글에서 다룰 테일러 급수는 임의의 함수를 다항식 급수로...

17 minute read

multivariate chain rule과 applications

mathematics for machine learning 글 목록 이 글은 Coursera의 Mathematics for Machine Learning: Multivariate Calculus...

22 minute read