- 博客(3)
- 收藏
- 关注
翻译 Numpy数组按行或按列归一化
给定一个数组,将各列(行)归一化(缩放到 [0,1] )方法一import numpy as npx = np.array([[1000, 10, 0.5], [ 765, 5, 0.35], [ 800, 7, 0.09]])x_normed = x / x.max(axis=0)print(x_no...
2018-09-19 21:27:30 62122 3
原创 An Introduction to Interactive Programming in Python week 9
An Introduction to Interactive Programming in Python week 9 图片素材
2017-12-20 18:01:36 245
原创 week6 mini project "blackjack" 图片素材
An Introduction to Interactive Programming in Pythonweek6 mini project "blackjack" 图片素材,分享给无法FQ的同学1、全幅扑克牌课程中老师提供的网址http://commondatastorage.googleapis.com/codeskulptor-assets/cards.jfitz
2017-12-11 20:17:49 316
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人