본문 바로가기

JH 개발자의 성장일지

검색하기
JH 개발자의 성장일지
프로필사진 JHDeveloper

  • 분류 전체보기 (56)
    • Computer Architecture (9)
    • Data Structure (5)
    • Algorithm (0)
    • Python (4)
    • Coding Study (5)
    • Deep Learning (27)
    • 기타 (5)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/09   »
일 월 화 수 목 금 토
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
Tags
  • 모델성능평가지표
  • cyclegan loss
  • mlp
  • cyclegan generator
  • cyclegan 구성
  • 의학 기본 용어
  • gan mode collapse
  • 자료구조
  • 케라스 창시자에게 배우는 딥러닝
  • minmax loss
  • mode collapse
  • 역전파
  • cyclegan architecture
  • 재귀함수
  • 파이썬
  • 영상 의료 용어
  • 의료 용어
  • CNN
  • cyclegan mode collapse
  • GAN
  • CPU
  • alternative loss
  • cyclegan discriminator
  • antslibrary
  • cyclegan 구조
  • 단일 퍼셉트론
  • cnn mlp
  • lpips
  • 의료 영상 용어
  • fsim
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Coding Study (5)

JH 개발자의 성장일지

Coding Study / 24.01.22

# 재귀함수 : 함수가 자기 자신을 호출하는 프로그래밍 기법 # 장점 : 문제를 작은 부분 문제로 나누어 해결하는 데 유용 #기본 코드 def recursive_function(parameters): # 기본 케이스(base case): 함수 호출을 멈추는 조건 if base_case_condition: return base_case_result # 재귀 호출(recursive call): 함수가 자기 자신을 호출 else: return recursive_function(modified_parameters) #레벨 1 - 레벨 발사 def countdown(n): if n

Coding Study 2024. 1. 22. 17:44
이전 Prev 1 2 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바