본문 바로가기

Research Notes

검색하기
Research Notes
프로필사진 jiachoi

  • 분류 전체보기 (50)
    • About (1)
      • Who am I? (0)
      • Research experience (0)
      • Jia's daily life (1)
    • Study (18)
      • Machine Learning (6)
      • Deep Learning (11)
      • Cloud (0)
      • Survival Analysis (1)
    • Programming Language (24)
      • Python (19)
      • R (5)
    • Paper Review (6)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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
Tags
  • sentence embedding
  • Python
  • abstraction
  • neural net
  • Classificaion
  • deep learning
  • python practice
  • Transformer
  • machine learning
  • elif
  • sigmoid
  • NLP
  • Set Transformer
  • pytorch
  • word2vec
  • Self-loop attention
  • GNN
  • Attention
  • overfitting
  • XOR
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록factors (1)

Research Notes

[Python Practice] While, If Statement - Find factors

# 정수 n의 약수는 n을 나누었을 때 나누어 떨어지는 수입니다. 만약 정수 i가 정수 n의 약수라면, n을 i로 나누었을때 나머지가 0이 나와야 합니다. # 자연수 중 120의 약수를 모두 출력하고, 총 몇개의 약수가 있는지 출력하는 프로그램을 써보세요. # 이와 같이 출력하세요 1 2 3 4 5 6 8 10 12 15 20 24 30 40 60 120 120의 약수는 총 16개입니다. n = 120 i = 1 count = 0 while i

Programming Language/Python 2023. 7. 3. 16:35
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바