自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 pyplot画图

很不错的博客 https://blog.csdn.net/l1159015838/article/details/81940196 转载于:https://www.cnblogs.com/my-alpha/p/10945196.html

2019-05-29 17:37:00 106

转载 运用numpy求解softmax函数

#作业 softmax 函数 arr=np.random.randn(10,10)*100 print(arr) arr1=arr-arr.max() arr1 arr1_exp=np.exp(arr1) print(arr1_exp) arr1_exp_sum=arr1_exp.sum(axis=1).reshape(10,1) print(arr1_e...

2019-05-15 21:51:00 994

转载 numpy用法

http://localhost:8888/notebooks/Untitled3.ipynb?kernel_name=python3 转载于:https://www.cnblogs.com/my-alpha/p/10871143.html

2019-05-15 18:03:00 123

转载 jupyter notebook 入门教程

https://blog.csdn.net/red_stone1/article/details/72858962 转载于:https://www.cnblogs.com/my-alpha/p/10858673.html

2019-05-13 19:58:00 119

转载 格式化输出

name =input() age=input() myformat="我叫%s,年龄%s" %(name,age) print(myformat) View Code 转载于:https://www.cnblogs.com/my-alpha/p/10624176.html

2019-03-29 22:00:00 95

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除