arduino / arduino/ArduinoTensorFlowLiteTutorials
Normalizing sensor data
- 主要言語
- Jupyter Notebook
- スター
- 270
- フォーク
- 122
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi @all ,
I just tried training a model for Punch/Flex gesture and was not able to understand why are we adding 4 and dividing by 8 similarly for 2000 and 4000 for gx values:
tensor += [
(df['aX'][index] + 4) / 8,
(df['aY'][index] + 4) / 8,
(df['aZ'][index] + 4) / 8,
(df['gX'][index] + 2000) / 4000,
(df['gY'][index] + 2000) / 4000,
(df['gZ'][index] + 2000) / 4000
]
If I capture my own custom data will these value change if yes then how we can feed in the right values for normalising the input tensor
Thanks
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
issue に示されているテンソル構築式から始めて、センサー範囲と正規化定数がどこで定義されているかを追跡してください。これらの前提をカスタム入力のデータ収集経路と比較し、定数をどのように選択すべきか、また説明が完了した時点でどのような正規化値が期待されるかを文書化してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- jupyter-notebook, tensorflow
- 領域
- embedded-iot, machine-learning
- issue の種類
- ドキュメント
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 20/100