エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ŷhat | Classifying handwritten digits using TensorFlow
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
ŷhat | Classifying handwritten digits using TensorFlow
Phew! We've got over 80,000 numbers in various stages of being drawn. To get these images into Py... Phew! We've got over 80,000 numbers in various stages of being drawn. To get these images into Python I used the skimage library which provides a consistent, easy to use API on top of OpenCV, scipy, and other python-image tools. You can see below that I'm looping through each image file and turning it into a numpy array using the get_image_data function. get_image_data takes an image file and does

