Just Do It
블로그 이미지

Home

Write

Setting

Github

My Daily Blog

  • 분류 전체보기 (32)
    • Statistics (1)
    • Paper Review (17)
    • Book Review (1)
    • Deep Learning (8)
    • Python (1)
    • Coding Test (0)
    • etc. (4)
      • Macbook Tips (3)
      • Overleaf (1)
Dark
no image
Numpy Exercise
Numpy ExerciseCreate a boolean arraynp.full((3,3), True, dtype=bool)array([[ True, True, True], [ True, True, True], [ True, True, True]])np.full(shape, fill_value, dtype=None)shape : 생성할 array의 shape을 지정fill_value : 생성할 array의 값을 지정dtype : 생성할 array의 자료형(data type)을 지정Stack arrays a and b verticallya = np.arange(10).reshape(2,-1)b = np.repeat(1, 10).reshape(2,-1)np.concatenate([a,b..
2024.07.16
Python
Prev 1 Next
uTube· Designed By ushin20

티스토리툴바