- 博客(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关注的人