일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- pyTorch
- CUDA
- raspberry pi
- linux
- colaboratory
- FIle
- dlib
- shakeratos
- download
- ubuntu
- windows
- dataset
- face_recognition
- gpu memory
- object detection
- ppc64le
- python
- 딥러닝
- Deep Learning
- TensorFlow
- colab
- install
- YouTube 8M
- Windows 10
- urllib
- error
- Jupyter notebook
- Anaconda
- python3
- keras
- Today
- Total
목록전체 글 (77)
Shakerato
Upper Confidence Bound (UCB)에 대한 상세한 내용을 이해하기 위해서는 실버 교수님의 강화학습 강의 1장 ~ 9장 까지 한번은 공부하시길 추천드립니다. UCB는 9장 Exploration and Exploitation에서 다루고 있는 내용입니다. 그림 1.은 3개의 밴딧 머신 (Bandit Machine=슬롯 머신)이 있을때, 각 밴딧 머신의 손잡이 (arm)를 눌러 얻을 수 있는 reward (Q)의 분포를 나타냅니다 (a_1: 파란색 , a_2: 빨간색, a_3:초록색). 그림에 대해 간단하게 예를 들면 a_3는 매번 누를 때마다 30만원에서 50만원사이의 돈을 받을 수 있다고 보고, a_1의 경우 어떨때는 돈을 잃거나 또는 200만원을 받아 일확천금할 수 있다고 받을 수 있다고 ..
1. Ctrl + Shift + P 2. "Preferences: Open Setting (UI)" 검색 후 선택 3. 검색창에 "window.openFilesInNewWindow" 검색 4. "window.openFilesInNewWindow": "on" 설정 반대로 파일 항상 기존에 열려 있는 창에 열기 "window.openFilesInNewWindow": "off"
lscpu (cpu 정보) lshw -short (하드웨어 리스트) df -h (설치 하드 디스크) free -m (메모리 확인) sudo dmidecode --type 17 (메모리 스펙 확인) top (실시간 시스템 사용률 모니터링) nvidia-smi (gpu 모니터링)
# gamil_python_test.py import socket import smtplib from email.mime.text import MIMEText def send_email(senders='test@gmail.com', receiver='test@gmail.com', content='Hello.'): print('email 전송') s = smtplib.SMTP(host='smtp.gmail.com', port=int(587)) # TLS:587 SSL:465 s.ehlo() # say Hello s.starttls() # TLS 보안 시작 s.login(user=str('USER ID'), password=str('USER PASSWORD'), initial_response_ok=True)..
개발 언어: 파이썬 사용방법: 아래 설치 필수 라이브러리들을 설치하고, 코드전체를 복사해 python 파일을 만들어 실행 # google_spreadsheet_api_test.py ''' # 설치 필수 pip install pydata_google_auth pip install gspread ''' import pydata_google_auth import gspread from pprint import pprint SCOPES = [ 'https://www.googleapis.com/auth/drive', 'https://www.googleapis.com/auth/spreadsheets' ] ''' 사용자 계정의 자격증면 불러옴 ''' credentials = pydata_google_auth.get_..
대광엔터프라이즈 https://smartstore.naver.com/dkent 대광엔터프라이즈 : 네이버쇼핑 스마트스토어 로우프로, 시루이, 스파이더홀스터 한국공식수입원 대광엔터프라이즈의 스마트스토어입니다. smartstore.naver.com 세기 P&C https://www.saeki.co.kr SAEKI 대한민국 사진장비 대표기업 세기P&C㈜ www.saeki.co.kr 매틴 http://matin-s.co.kr/ 매틴카메라 카메라액세서리, 벨본, 픽셀, 마르사체, 삼각대, 카메라가방, 셀카봉, 차량용거치대 matin-s.co.kr 썬포토 http://sunphoto.co.kr/ 썬포토(주) 대한민국 사진/영상 장비의 선도기업, 썬포토(주) 홈페이지입니다. sunphoto.co.kr 피앤피샵 htt..