출처: 네이버 부스트코스 인공지능(AI) 기초 다지기 3. 기초 수학 첫걸음 1. Creation function - arange - zeros, ones, empty, something_like - identity, eye, diag - random sampling 2. Operation function - sum (mathematical funcs) - axis - mean, std - concatenate 3. array operations - operations b/t arrays, element-wise operations - dot product - transpose - broadcasting Creation function Arange - array의 범위를 지정하여 값의 list를 생성하는..