12 search resultsShowing 1~12 results

Stocked
yohiro

@yohiro

Git 導入メモ

参考 Git入手先 https://gitforwindows.org/ からダウンロード Github 基本操作 Git をインストールすると"Git CMD"というアプリが使えるようになるの...

1
0
Comment0
yohiro

@yohiro

kerasで画像認識

前回作成した訓練用データを使ってサル・イノシシ・カラスを見分ける画像認識プログラムを作成する kerasとは Kerasは,Pythonで書かれた,TensorFlowまたはCNTK,Thean...

2
8
Comment0
yohiro

@yohiro

訓練用データの作成

はじめに 前回集めた画像データを使って、訓練用データを作成する。 画像データのままテンソルフローに渡すと計算時間がかかるため、numpyの配列形式に変換して計算時間を短縮する。 ソースコード イ...

0
1
Comment0
yohiro

@yohiro

FlickrAPIで画像ダウンロード

はじめに 画像認識プログラムを作るために、まずは訓練させるための大量の画像データが必要。 そのために、画像データを自動で収集するプログラムを作成する。 参考教材:【画像判定AIアプリ開発・パート...

0
2
Comment0

12 search resultsShowing 1~12 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in