摘要:
optm.adam 待办https://www.cnblogs.com/dylancao/p/9878978.html这个优化包理解求导过程,来理解神经网络。 阅读全文
posted @ 2020-02-25 21:57
程序员成长
阅读(145)
评论(0)
推荐(0)
摘要:
三维数据曲面图 season绘图 panda绘图 待办enter description here转化成网格坐标season可以让绘图更美观panda绘图可以直接根据panda数据绘制图直接plot就行,简单,直接在方法plot后边加上要调整的参数就行了 阅读全文
posted @ 2020-02-25 14:47
程序员成长
阅读(561)
评论(0)
推荐(0)
摘要:
常用统计分析python包开源学习代码 numpy pandas matplotlib 待办https://github.com/zmzhouXJTU/Python-Data-Analysis 阅读全文
posted @ 2020-02-25 14:31
程序员成长
阅读(223)
评论(0)
推荐(0)
摘要:
numpy特性 待办可获取最小值最大值或者排序等操作的索引,然后通过索引取得对应值或者对应值的序列按行按列求和、按行按列求积方差等等统计函数使用enter description hereenter description here 阅读全文
posted @ 2020-02-25 14:20
程序员成长
阅读(242)
评论(0)
推荐(0)
摘要:
numpy广播机制,取特定行、特定列的元素 的高级索引取法enter description hereenter description here 阅读全文
posted @ 2020-02-25 14:16
程序员成长
阅读(306)
评论(0)
推荐(0)
摘要:
对于交叉熵计算误差的理解和计算方式、交叉熵怎么混合所有的批次训练数据 待办https://blog.csdn.net/qq_22210253/article/details/85222093 阅读全文
posted @ 2020-02-25 10:58
程序员成长
阅读(255)
评论(0)
推荐(0)