issues
search
fukuball
/
fuku-ml
Simple machine learning library / 簡單易用的機器學習套件
https://github.com/fukuball/FukuML-Tutorial
MIT License
281
stars
75
forks
source link
Normalize
#32
Open
fukuball
opened
8 years ago
fukuball
commented
8 years ago
x_normed = x / x.max(axis=0)
x_normed = x / x.max(axis=0)