上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 转自:https://www.cnblogs.com/onemorepoint/p/9541761.html 在python的numpy库中有一个函数np.stack() np.stack 首先stack函数用于堆叠数组,其调用方式如下所示: np.stack(arrays,axis=0) 其中ar 阅读全文
posted @ 2019-05-08 21:07 闲汉 阅读(697) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/HHTNAN/article/details/79799612 Numpy 中clip函数的使用 一维数组 其中a是一个数组,后面两个参数分别表示最小和最大值 多维数组x=np.array([[1,2,3,5,6,7,8,9],[1,2,3,5,6, 阅读全文
posted @ 2019-05-08 21:07 闲汉 阅读(6923) 评论(0) 推荐(0) 编辑
摘要: 机器学习基础3--python科学计算pandas(上) 地址:https://wangyeming.github.io/2018/09/04/marchine-learning-base-pandas-01/ 机器学习基础4--python科学计算pandas(下) 地址:https://wang 阅读全文
posted @ 2019-05-08 21:07 闲汉 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/qq_30815237/article/details/87903024 1、plt.rcParams plt(matplotlib.pyplot)使用rc配置文件来自定义图形的各种默认属性,称之为“rc配置”或“rc参数”。通过rc参数可以修改默认 阅读全文
posted @ 2019-04-26 14:09 闲汉 阅读(6061) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/qq_26552071/article/details/81178932 二维卷积conv2d 给定4维的输入张量和滤波器张量来进行2维的卷积计算。即:图像进行2维卷积计算 一维卷积conv1d 给定三维的输入张量和滤波器来进行1维卷积计算。即:语音 阅读全文
posted @ 2019-04-13 16:12 闲汉 阅读(4146) 评论(0) 推荐(0) 编辑
摘要: 转自: https://www.cnblogs.com/wuzhiblog/p/6535527.html https://www.cnblogs.com/caibao666/p/6433864.html shutil 复制、移动、重命名、删除 shutil 名字来源于 shell utilities 阅读全文
posted @ 2019-04-12 13:31 闲汉 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 注册和登录Kaggle时验证码无法显示问题 参考:https://blog.csdn.net/zhuisaozhang1292/article/details/81529981 应用FQ软件需要时时关注更新状态,比较麻烦。 最简单的方法是在CHROME浏览器下安装并且激活谷歌访问助手 插件。插件下载 阅读全文
posted @ 2019-04-11 14:24 闲汉 阅读(3397) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/stf1065716904/article/details/78450997 参考: http://blog.csdn.net/majinlei121/article/details/46742339 http://blog.csdn.net/aug 阅读全文
posted @ 2019-04-10 16:38 闲汉 阅读(1625) 评论(0) 推荐(0) 编辑
摘要: 转自:https://github.com/datawhalechina/pumpkin-book https://mp.weixin.qq.com/s/FcwgjS4FXfGJPZEQEz3cVw 南瓜书PumpkinBook 周志华老师的《机器学习》(西瓜书)是机器学习领域的经典入门教材之一,周 阅读全文
posted @ 2019-04-09 13:39 闲汉 阅读(3923) 评论(0) 推荐(1) 编辑
摘要: 转自:https://mp.weixin.qq.com/s/ja7UGr742DtYglGU6TT4qg 又一数学神器来袭! 这是一个帮你快速把数学公式图片转成LaTeX代码的工具,名为Snip,可以免费下载使用。 操作非常简单! 阅读全文
posted @ 2019-04-09 13:36 闲汉 阅读(1664) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页