본문 바로가기

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
  • overfitting
  • Classificaion
  • elif
  • neural net
  • Attention
  • sentence embedding
  • word2vec
  • Python
  • python practice
  • deep learning
  • abstraction
  • NLP
  • Set Transformer
  • Transformer
  • Self-loop attention
  • sigmoid
  • pytorch
  • machine learning
  • GNN
  • XOR
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록integer (1)

Research Notes

[Python] Data Type: Integer, Float, String, and Formatting

Python의 자료형은 여러 종류로 이뤄져있다. ▶ 숫자형 - 정수(Integer) , ex) -1, 0, 2 ... - 소수(Floating Point), ex) 2.0 , -3.5 ... ▶ 문자형 - ex) "hello" , "world" , "2" - ex) "2" + "5" = "25" ▶ 불린 - True와 False만 값으로 가진다. ▶ 리스트, 사전, 튜플 등... 이 있다. 1. 숫자형 연산 부호 (Operators) 연산자 뜻 + 덧셈 (addition) - 뺄셈 (subtraction) * 곱셈 (multiplication) / 나눗셈 (division) % 나머지 (modulo) ** 거듭제곱 (exponentiation) print(2 - 4) # 2 빼기 4 print(5 * 3..

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

Blog is powered by kakao / Designed by Tistory

티스토리툴바