识别《冰与火》第一部的英语卡片 Part 1 Posted on 2019-11-30 | In python 第一步:使用百度云文字识别出单张单词图片 看完权力游戏后我买了一套原著,用了差不多6个月读完第一本。第二本还在继续拜读中。。 Read more »
Deeplearning 笔记:梯度法 Posted on 2019-09-06 | In python 4. Deep Learning From Scratch4.4 梯度法 Read more »
Deeplearning 笔记:数组转置 empty_like tile 广播等 Posted on 2019-06-24 | In python 2. Numpy2.13 数组转置数组转置就是对数组的维度相互调整。可以用到三个方法:transpose函数,T属性,和swapaxes函数 Read more »
Deeplearning 笔记:索引 切片 where,eye,reshape等函数,轴,秩的含义,整数数组索引 Posted on 2019-05-24 | In python 2. Numpy2.6 索引, 切片 Read more »