- 博客(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
116
转载 运用numpy求解softmax函数
#作业 softmax 函数arr=np.random.randn(10,10)*100print(arr)arr1=arr-arr.max()arr1arr1_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
1000
转载 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
133
转载 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
129
转载 格式化输出
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
103
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人