Raft consensus algorithm
September 01, 2018
2 min read
Consensus란 분산 시스템에서 노드 간의 상태를 공유하는 알고리즘을 말합니다. 가장 유명한 알고리즘으로 Paxos…
AWS에 Hadoop MR 어플리케이션 환경 구축하기
June 13, 2018
4 min read
…
포트폴리오의 기대수익률과 변동성 계산
April 25, 2018
5 min read
…
Structuring Your TensorFlow Models
April 20, 2018
4 min read
이 글은 저자의 허락을 받아 번역한 글 입니다. 원문 링크 TensorFlow…
Data Science inconvenient truth
April 01, 2018
1 min read
데이터과학의 불편한 진실 Data is never clean (데이터는 절대 깨끗하지 않다) You will spend most of your…
Deep Learning Programming Style: Symbolic, Imperative
January 05, 2018
5 min read
TensorFlow 1.5 버전부터 Eager Execution…