단축키
ctrl + /
주석 생성 alt + 3
주석 제거 alt + 4
>>> test_list = ['one', 'two', 'three'] >>> for i in test_list: ... print(i) ... one two three
tensorflow 관련 함수
Variable
TensorFlow random_uniform()텐서플로우 random_uniform()
- 0~1 사이의 균등확률분포 값을 생성해주는 함수
- 원하는 shape 대로 만들어줌