「TensorFlow」カテゴリーアーカイブ
MicroPython で TensorFlow Lite for Micro を試してみる(試行錯誤編)
Running TensorFlow Lite for Microcontrollers on MicroPython. (Trial and Error Edition) さて。前回の記事では、MicroPython で TensorFlow Lite のモデルをそのまま動かすという、tensorflow-micropython-examples プロジェクトを紹介しました。プリビルドファームウェアをフラッシュメモリに書き込むところまで、なんとかできました。 さて、今回は… 続きを読む »
MicroPython で TensorFlow Lite for Micro を試してみる(準備編)
Running TensorFlow Lite for Microcontrollers on MicroPython. (Preparation Edition) 先日、MicroPython で TensorFlow Lite for Microcontrollers(以下 TFLM と略)が動くらしいよ、という記事を書かせて頂きました。 ちょっとずつ、この話題を試してみようと思います。私の手持ちのボード ESP-EYE は、オリジナル作者さんが動作確認をしているもので… 続きを読む »
TensorFlow Lite for Micro とか MicroPython とか
TensorFlow Lite for Microcontrollers, MicrPython etc. 以前に TensorFlow Lite for Microcontrollers(以下 TFLM と略)を評価してから、いつの間にか 1年半以上が経ってしまいました。月日の変わるのが早くて不安になります…。 当時は、TensorFlow v2.2.1 を評価していたのですが(v2.4.0 のリリース直前だった)、現在は v2.10.0 がリリースされています。ちなみにこ… 続きを読む »
[勉強会] OpenCV と TensorFlow を繋いで MNIST 分類をする
Connecting OpenCV and TensorFlow to recognize MNIST dataset in real time. 今日は、同業者さんと月一回の定例勉強会(ネット会議)の日でした。 先日、OpenCV のキャプチャ動画を Matplotlib で表示するお話をしましたが、実はこの勉強会のための実験だったのです。 今回のデモでは、OpenCV の入力画像を前処理して、TensorFlow(Keras)に渡し、推論結果を Jupyter Widge… 続きを読む »
TensorFlow micro_speech を ESP32 でチューニングする
TensorFlow Lite micro_speech finally got out of experimental. Running it on ESP32 and tuning the code. ※ 修正および説明が不足していたので、12月4日に内容を加筆修正しています。[加筆] あるいは [修正] と書いてあるところがそうです。御迷惑をおかけしました。 ひさびさの機械学習(ディープラーニング)ネタです。近年、多くのお客様や、私の同業の技術者の間で、センサやマイク… 続きを読む »
TensorFlow 本、見本誌届きました
A sample copy of Japanese translated O’Reilly “Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems” has been delivered. 先日ご案内させて頂きました、機械学習(AI)の最新… 続きを読む »
scikit-learn、Keras、TensorFlowによる実践機械学習 第2版
Japanese translated O’Reilly “Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems” will be published soon! 微力ながらお手伝いさせて頂いた、機械学習(AI)の最新書籍「scikit-l… 続きを読む »
TensorFlow の speech_commands と micro_speech を探検する(2)
Now micro_speech training runs successfully with “micro” preprocess. 先日、”micro” preprocess(audio_microfrontend あるいは frontend_op オペレター付き)の TensorFlow をビルドできない話を書きましたが、ようやく無事に Docker 上でビルドできるようになりましたので、備忘録を兼ねてメモしておこうと思… 続きを読む »
TensorFlow の speech_commands と micro_speech を探検する(1)
Exploring into TensorFlow speech_commands, and experimental micro_speech for microcontrollers. 手持ちのマイコンで、TensorFlow Lite の micro_speech(音声認識)デモを試してみたくて、いろいろやっています。しかし、まだ experimental (実験段階)ということもあってか、なかなかうまくいきません。STM32F103 (bluepill) 用のオブジェ… 続きを読む »