摘要:
先贴题和题解,线性思路: 解释:一般这题做的时候都会挨个遍历奇数长度的数组,如果提前计算数组和的话,最优时间复杂度为$O(n^2)$。这里使用讨论区的线性方法:(解法非常非常妙!!!!!) Just see number of times every position occurs in all t 阅读全文
摘要:
今天看yolov5官网教程的Tips for Best Training Results,看到文章介绍Recipe for Training Neural Networks,做为“厨神”的我,看到“Recipe”灰常激动,赶紧记录,翻译水平有限,主要为了做个笔记: 一,神经网络普遍存在的问题:(好吧 阅读全文