https://velog.io/@weekbelt/%EB%8F%84%EC%BB%A4%EB%8D%B0%EB%AA%ACDocker-Daemon

 

도커데몬(Docker Daemon)

Docker가 실제로 어디 있는지 알아보겠습니다.docker 명령어는 /usr/bin/docker에 있는 파일을 통해 사용되고 있습니다. 이번에는 실행 중인 도커 프로세스를 확인해보겠습니다. 확인해보니 /usr/bin/docker

velog.io

 

https://mozi.tistory.com/424

 

[LINUX] 물리메모리를 전부 사용하지 않았는데 SWAP 영역을 사용하는 원인

이슈상황 12345$ free total used free shared buffers cachedMem: 32901680 29978376 2923304 0 193676 9317964-/+ buffers/cache: 20466736 12434944Swap: 7812092 6379492 1432600Colored by Color Scriptercs free 명령어로 조회했을 때의 결과입니다.

mozi.tistory.com

 

https://jimmy-ai.tistory.com/79

 

파이썬 클래스 상속(오버로딩), super().__init__() 의미

파이썬 클래스 상속과 super() 안녕하세요. 이번 시간에는 파이썬에서 클래스를 다룰 때, 상속을 진행하는 경우의 원리와 예제, 그리고 super().__init__() 함수가 의미하는 바가 무엇인지에 대하여 살

jimmy-ai.tistory.com

 

'Language > Python' 카테고리의 다른 글

Garbage Collection in Python  (0) 2022.08.29
logging 사용법  (0) 2022.04.14
argparse 사용법  (0) 2022.04.14

https://angeloyeo.github.io/2019/08/01/SVD.html

 

특이값 분해(SVD) - 공돌이의 수학정리노트

 

angeloyeo.github.io

 

'math' 카테고리의 다른 글

행렬에서의 미분  (0) 2022.11.23

https://gaussian37.github.io/dl-pytorch-gradient/

'math' 카테고리의 다른 글

특이값 분해(SVD)  (0) 2022.12.21

https://geniewishescometrue.tistory.com/98

'Statistics' 카테고리의 다른 글

지수분포  (0) 2022.07.11
포와송분포  (0) 2022.07.11
기하분포  (0) 2022.07.11
이항분포  (0) 2022.07.11

https://bkshin.tistory.com/entry/%EB%A8%B8%EC%8B%A0%EB%9F%AC%EB%8B%9D-11-%EC%95%99%EC%83%81%EB%B8%94-%ED%95%99%EC%8A%B5-Ensemble-Learning-%EB%B0%B0%EA%B9%85Bagging%EA%B3%BC-%EB%B6%80%EC%8A%A4%ED%8C%85Boosting

 

머신러닝 - 11. 앙상블 학습 (Ensemble Learning): 배깅(Bagging)과 부스팅(Boosting)

앙상블(Ensemble) 앙상블은 조화 또는 통일을 의미합니다. 어떤 데이터의 값을 예측한다고 할 때, 하나의 모델을 활용합니다. 하지만 여러 개의 모델을 조화롭게 학습시켜 그 모델들의 예측 결과들

bkshin.tistory.com

 

'AI > Meachine Learning' 카테고리의 다른 글

loss fonction  (0) 2022.07.11
차원의 저주  (0) 2022.07.10

출처: https://twinparadox.tistory.com/623 [Twinparadox Factory:티스토리]

'Language > Python' 카테고리의 다른 글

super()  (0) 2023.02.04
logging 사용법  (0) 2022.04.14
argparse 사용법  (0) 2022.04.14

+ Recent posts