profile
꾸준히!

[DB] Key 이해하기

2023년 5월 4일
·
0개의 댓글
·

[linux] shell command 정리 (2)

shell command 정리

2023년 4월 26일
·
0개의 댓글
·
post-thumbnail

[linux] shell command 정리 (1)

shell command 정리 (1)

2023년 4월 26일
·
0개의 댓글
·
post-thumbnail

[docker] image 만들기, push

docker image 만들기

2023년 4월 24일
·
0개의 댓글
·
post-thumbnail

[docker] 기본 명령어 정리 및 실습

docker 기본 명령어 정리 및 실습

2023년 4월 24일
·
0개의 댓글
·
post-thumbnail

[프로그래머스] 거리두기 확인하기

문제: https://school.programmers.co.kr/learn/courses/30/lessons/81302

2023년 4월 9일
·
0개의 댓글
·
post-thumbnail

함수 인자의 기본값을 mutable 성격의 오브젝트로 설정하지 않아야 하는 이유

함수 인자 기본값을 mutable로 설정하지 않아야 하는 이유

2023년 3월 31일
·
0개의 댓글
·
post-thumbnail

파이썬 메모리 관리(참조 카운트, GC)

참조 카운트, 가비지 콜렉션

2023년 3월 28일
·
0개의 댓글
·

[백준] 7576번 토마토

문제 링크: https://www.acmicpc.net/problem/7576

2023년 3월 27일
·
0개의 댓글
·
post-thumbnail

Rearrange layer

torch.py Rearrange

2023년 3월 24일
·
0개의 댓글
·

스터디 코딩컨벤션

코테스터디를 위한 코딩컨벤션

2023년 3월 23일
·
0개의 댓글
·
post-thumbnail

분류 문제에서의 cross-entropy function

cross-entropy function

2023년 3월 20일
·
0개의 댓글
·
post-thumbnail

view, reshape, transpose 비교

view, reshape, transpose

2023년 3월 13일
·
0개의 댓글
·
post-thumbnail

오차역전파 (back propagation)

오차역전파

2023년 3월 9일
·
0개의 댓글
·
post-thumbnail

[object] numpy.array

numpy.array

2023년 3월 7일
·
0개의 댓글
·

[module] logging

logging

2023년 3월 7일
·
0개의 댓글
·
post-thumbnail

[module] pickle

object serialization을 지원하는 pickle 모듈

2023년 3월 7일
·
0개의 댓글
·
post-thumbnail

예외 처리 구문: try, except, finally, assert, raise

try, except, finally, assert, raise

2023년 3월 7일
·
0개의 댓글
·
post-thumbnail

[operator] asterisk (*)

asterisk operator: unpacking and packing

2023년 3월 6일
·
0개의 댓글
·
post-thumbnail

[function] generator

yield를 이용하여 결과값을 여러 번 나누어 반환

2023년 3월 6일
·
0개의 댓글
·