CS
-
Google Kick Start 2019 Round D - X or What?CS/Kick Start 2019. 8. 3. 01:42
https://codingcompetitions.withgoogle.com/kickstart/round/0000000000051061/0000000000161426 Kick Start - Google’s Coding Competitions Hone your coding skills with algorithmic puzzles meant for students and those new to coding competitions. Participate in one round or join them all. codingcompetitions.withgoogle.com 자연수 i를 이진수로 표현했을때 1의 갯수를 n(i)라고 표시해보자. 두개의 숫자를 xor하는 경우를 생각해보면 홀짝의 경우에 따라 4가지의 경우..
-
S-H-ESD를 node로 포팅CS 2019. 3. 14. 22:38
회사에서 사용하는 다차원분석툴에 abnormal detection을 넣어보면 어떨까 생각을 했다. 여러 서비스들을 한번에 보는 툴이기 때문에 각 서비스별로 패턴이 다르고 다차원분석을 해야하기 때문에 deep learning을 통한 abnormal detection을 하기엔 여러가지 문제점이 있었다. abnormal detection을 찾아보던중 twitter에서 만든 s-h-esd가 눈에 들어왔다. https://h3imdallr.github.io/2017-06-20/anomaly_detection/ 이상탐지 Anomaly Detection 시계열 이상탐지 중심으로 time series anomaly detection h3imdallr.github.io 사내에서 사용하는 다차원분석툴은 node로 만들어져..