Efficienct analysis => Algorithm analysis Correctness analysis => Using a mathmatical proof ( 실제로 타당한가 여부 조사) ※Incorrect : loop, wrong answer. Big O => g(n) ≤ c x f(n) => c : some positive real constant => n : some non-negative integer => g(n) ∈ O(f(n)) ex) 3lgn, 4n^2, 5n+7 ∈ O(n^2) Omega Ω => g(n) ≥ c x f(n) => c : some positive real constant => n : some non-negative integer => g(n) ∈ Ω(f(n)) e..
Algorithm : Step by step procedure Problem : Question to seek answer Parameter : Variables which are not assigned specific values Instance : Parameter which are assigned specific value Solution : Answer to the problem Pseudocode : A language for algorithm, more free than Programming language Keytype : Key가 되는 핵심 값들의 Datatype Sequential Search - 순차탐색, 앞에서부터 차례대로 찾아본다. Θ(n) Exchange sort - Pivot이 ..
- Total
- Today
- Yesterday
- #ab
- 통계적 가설 검정
- Linux
- Preprocessing
- ausg
- AWS
- Reinforcement Learniing
- OS
- #ausg
- rl
- #handsonlab
- Memory segmetation
- #AWS
- Reinforcement Learning
- 강화학습
- Markov Decision Process
- System
- commands
- branch
- Gradient descent algorithm
- Algorithm
- MDP
- Android
- Android Studio
- gitgnore
- git
- p-value
- sequelize
- Confustion Matrix
- MySQL
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |