本文主要參考[https://zhuanlan.zhihu.com/p/103834150],部分符號(hào)使用與原文不一致 將車輛的局部運(yùn)動(dòng)定義在二...
1. 問(wèn)題 使用機(jī)器人差速模型進(jìn)行航跡推算,簡(jiǎn)單來(lái)說(shuō)就是通過(guò)左右兩輪的輪速和計(jì)算車輛的速度和角速度 上圖中,單位時(shí)間內(nèi)的角度 , 另外: 為兩輪...
本文參考Motion and structure from motion in a piecewise planar environment[h...
可以參考官方的文件[https://www.tensorflow.org/guide/data]. tf.data提供了一整套復(fù)雜的數(shù)據(jù)輸入和使...
1. 基本類型 Tensor Tensorflow的基本數(shù)據(jù)類型為tf.Tensor支持 tf.add tf.square tf.reduce_...
說(shuō)明一些tensorflow課程中的用法. 1. 加載數(shù)據(jù) normalize將圖片數(shù)據(jù)由[0, 255]歸一化到[0, 1]. cast將te...
下面將逐步說(shuō)明完成一個(gè)簡(jiǎn)單的神經(jīng)網(wǎng)絡(luò)所需的步驟. 1. 構(gòu)造單層神經(jīng)網(wǎng)絡(luò) 首先構(gòu)造一層使用tf.keras.layers.Dense, 這里De...
1.激活函數(shù) 主要的激活函數(shù)(Activation Functions)包括: sigmoid tanh ReLU leaking ReLu 上...
Hessian, Jacobian and Residual Hessian, 雅克比和殘差 1. Hessian and Jacobian 優(yōu)...