fukuball / fuku-ml

Simple machine learning library / 簡單易用的機器學習套件
https://github.com/fukuball/FukuML-Tutorial
MIT License
280 stars 75 forks source link

Normalize #32

Open fukuball opened 7 years ago

fukuball commented 7 years ago

x_normed = x / x.max(axis=0)