摘要: import numpy as npimport matplotlib.image as mpimgimport matplotlib.pyplot as pltimport cv2# Load our imagebinary_warped = mpimg.imread('warped_exampl 阅读全文
posted @ 2018-07-25 14:01 一剪烟雨 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 在计算神经网络的反馈时,有可能会遇到矩阵求导的问题。这个问题困扰了我一段时间,相关的参考资料也是云里雾里。最终找到了一篇英文参考资料。这里记录一下我的理解。 对于矩阵求导来说,利用矩阵乘法的基本原理将结果写为两个矩阵的各个元素相城并相加的等式,比较容易理解。 这么说估计还是晦涩难懂。so,举个栗子: 阅读全文
posted @ 2018-02-26 15:38 一剪烟雨 阅读(5995) 评论(0) 推荐(2) 编辑
摘要: Finding Lane Lines on the Road The goals / steps of this project are the following: Make a pipeline that finds lane lines on the road Reflect on your 阅读全文
posted @ 2018-02-06 11:40 一剪烟雨 阅读(186) 评论(0) 推荐(0) 编辑