Data Analysis
Survival Analysis
- Survival Analysis. 카플란-마이어 추정 (Kaplan-Meier Estimation)
- Survival Analysis. 로그순위법 (Log-Rank Test)
- Survival Analysis. Cox 비례위험모형 (Cox Proportional Hazard Model)
Machine Learning
Machine Learning Basic
- ML-Basic. Part 1. Overview
- ML-Basic. Part 2. Hypothesis Set
- ML-Basic. Part 3. Probability
- ML-Basic. Part 4. Distributions & Loss Function
- ML-Basic. Part 5. Optimization Methods
- ML-Basic. Part 5-1. Gradient-based Optimization
- ML-Basic. Part 6. Backpropagation
Natural Language Processing
Machine Learning for Natural Language Processing
- ML4NLP. Part 1. Text Classification & Sentence Representation 1
- ML4NLP. Part 1. Text Classification & Sentence Representation 2
Tensorflow
Tensorflow Basic
Python
Python Basic
- Python. Iterator
- Python. Generator
- Python. Lambda Expression
- Python. Asterisk(*) Operator
- Python. List Comprehension
- Python. 정적 메소드 (@staticmethod & @classmethod)
- Python. 매직 메소드 (Magic Method)
- Python. 프로퍼티 (@property)
- Python. 정규 표현식 (Regular Expression) - 1
Python Libraries
- collections.Counter()
- functools.reduce()
- itertools.cycle()
- itertools.dropwhile()
- itertools.takewhile()
- itertools.permutations()
- itertools.combinations()
- itertools.product()
- itertools.accumulate()
- itertools.chain()