機械学習(AI)」カテゴリーアーカイブ

[勉強会] Google Colab と Keras を使って MNIST 手書き数字を分類する

Held a study session to learn MNIST handwritten digit classification by Keras on Google Colab. 今日は同業者さんと、ネット会議で機械学習(Machine Learning)の勉強会をしました。 元ネタ(教科書)は、こちらの Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition で… 続きを読む »

TensorFlow micro_speech を ESP32 でチューニングする

TensorFlow Lite micro_speech finally got out of experimental.  Running it on ESP32 and tuning the code. ※ 修正および説明が不足していたので、12月4日に内容を加筆修正しています。[加筆] あるいは [修正] と書いてあるところがそうです。御迷惑をおかけしました。 ひさびさの機械学習(ディープラーニング)ネタです。近年、多くのお客様や、私の同業の技術者の間で、センサやマイク… 続きを読む »

Keras ニューラルネットワークモデルを手作業で C 言語に変換してみた

To get deeper understanding of Keras models, translated a model to C language mostly by hand. ディープニューラルネットワークのフレームワーク Keras で作成したモデルを、一般的な C 言語に変換する実験をしてみました。 現在は、さまざまな変換ツールがありますが、ツールそれぞれに一長一短があり、デファクトスタンダートと呼べるものはないのが現状です。また、先日 deeplearnin… 続きを読む »

話題の Sipeed M1(Kendryte K210)でオカメインコを認識する

Tried deep neural network 20-classes object detection demo on US$ 19 Sipeed M1 board. 先日ちらっと御紹介した Sipeed M1 dock(別名1: MAIX Dock, 別名2: Dan Dock。発売までの経緯なのか、たくさんの別称がある)を試してみました。日本国内でも既に多くの方が御報告なさっているので、既にネットで記事を見られた方も多いかも知れません。 Sipeed M1 は、Ken… 続きを読む »

deeplearning.ai の機械学習コースを受講してみました

Completed “Neural Networks and Deep Learning” course provided by deeplearning.ai on Coursera.  It was a great session for engineers (or me) who even almost forgot math classes. オンラインで受講できる機械学習(ディープラーニング)のコースには、いくつか有名なものがあります。その中… 続きを読む »

Linux を知らなくても使える Jetson Nano 講座

Jetson Nano tutorial for Linux beginners. 最近、AI(機械学習)がブームですね。Amazon の DeepLens、NVIDIA の Jetson Nano Developper Kit、Sipeed M1 など、入門者向けの機械学習体験キットが次々に登場しています。その中でも、価格が比較的手頃で、ネットでの情報が多い Jetson Nano は、特に人気のようです。 私は新しい物好きですが、皆さんの中にも、つい勢いで購入してしまった… 続きを読む »

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) 用のオブジェ… 続きを読む »