분류 전체보기 (101) 썸네일형 리스트형 Maximum A Posteriori (MAP) $$\hat{m}=\arg\max_i{P_{m|\overrightarrow{R}}}(i|\overrightarrow{r})=\arg\max_i P_{\overrightarrow{R}|m}(\overrightarrow{r}|i)P_m(i)=\arg\max_i P_{\overrightarrow{R}|m}(\overrightarrow{r}|i)$$ 마지막은 상수라고 가정하면 제거가능 ex) \(\frac{1}{M}\) N neurons 라는 말은? N개의 neuron이라는 말은 무슨 말일까? A “small” network was used to evaluate the influence of different components of the augmentation procedure on classification performance. It consists of two convolutional layers with 64 filters each followed by a fully connected layer with 128 neurons. This last layer is succeeded by a softmax layer, which serves as the network output. 위에서 128 neurons 라는 말은 무엇일까? 뉴런이라는건 .. 통계기초 정리 ProbabilityX가 RV, A가 집합이라면\[P(X=x)=P(\{\omega:X(\omega)=x\})=P(A)\] \[A=\{\omega:X(\omega)=x\}\]\[\omega \in \Omega\]\[A \in \mathcal{F} \]보다시피 \(P\)안에는 집합이 들어간다. 추가로, \(A\)가 집합이고 \(X\)는 RV일때\[P(A|X)=P(A|\sigma(X))\]이다. \(X\)만 쓰는 것은 축약된 표현이다. Law of Total Probability\[P(A)=\sum_{n}P(A\cap B_n)\]\[=\sum_{n}P(A|B_n)P(B_n)\]Law of Total Expectation\[E(A)=\sum_n E(A|B_n)P(B_n)\]Conditional Entropy (.. Eigenvalue, trace, determinant and rank of a matrix 간의 관계들 Trace \(tr(A) = \sum_{i=0}^{n}\lambda_i\) Determinant \(det(A) = \prod_{i=0}^n\lambda_i\) Proof(맞는진 모름): \[det(A-\lambda I) = (-1)^n(\lambda-\lambda_1)...(\lambda-\lambda_n) = (\lambda_1 - \lambda)...(\lambda_n-\lambda)\] \[det(A-\lambda I)|_{\lambda=0}=det(A)=\lambda_1...\lambda_n\] Rank \(rank(A) = number\ of\ nonzero\ eigenvalues.\) \(\lambda\)가 eigenvalue of \(A\) 이면 \(f(\lambda)\)도 \(f(A)\).. [Linux] Fedora 패키지 업데이트 방법 flatpak update sudo dnf update sudo dnf update --refresh GNOME이나 KDE의 Discover에서 패키지를 업데이트 하는 것과 같게 CLI에서 업데이트하는 것은 위 세 명령어와 동일하다. 세 명령어를 모두 실행해야 한다. dnf upgrade는 dnf update의 alias이다. 또한 DE에서 업데이트 할 경우 페도라 버전 업데이트도 되는데 이를 CLI로 업데이트 하려면 아래와 같이 하면 된다. sudo dnf upgrade --refresh sudo dnf install dnf-plugin-system-upgrade sudo dnf system-upgrade download --releasever=$nextversion sudo dnf system-upg.. [Linux] Autostart 모두 정리 Autostart를 일으키는 요소들 Systemd 서비스 Systemd 유저 서비스 (systemctl --user로 보이는 것들) Cron Xorg xinitrc xprofile XDG startup /etc/xdg/autostart ~/.config/autostart Desktop environment startup [Linux] 도커 사용 중 No space left on device 해결법 docker system prune docker volume prune 위 명령을 해주면 된다. [Linux] 한글 입력하기 Fcitx5 설치하기 sudo dnf install fcitx5 sudo dnf install fcitx5-hangul 위만 해도 보통의 DE에서는 괜찮다. 하지만 별도의 input method를 다루는 어플리케이션이 없는 DE의 경우 fcitx5-configtoool을 실행할 경우 frontend를 찾을 수 없다는 식의 오류가 뜬다. 이땐 fcitx5-configtool을 설치하면 된다. sudo dnf install fcitx5-configtool 이전 1 ··· 5 6 7 8 9 10 11 ··· 13 다음