ユーザ用ツール

サイト用ツール


pythonメモ

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
pythonメモ [2017/08/09] – [参考] adash333pythonメモ [2018/10/07] (現在) – 外部編集 127.0.0.1
行 1: 行 1:
 ===== pythonメモ ===== ===== pythonメモ =====
-pythonでは、配列を、大かっこ[]で表し、「リスト」いう名前ついている+いくらKerasが簡単と言っても、自前データある程度自由に機械学習を行う場合は、ある程度python機械学習の勉強必要です
  
-http://www.pythonweb.jp/tutorial/list/index3.html\\ +機械学習のおすすめの本は、繰り返しになりますが、以下の本を10回ほど繰り返して読んで手動かすが一番だと思われます。
-スライス使った部分リスト取得+
  
 +<html>
 +<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=twosquirrel-22&o=9&p=8&l=as4&m=amazon&f=ifr&ref=as_ss_li_til&asins=4873117585&linkId=29b7673d63d4fea6bf61b5a2b0b060ed"></iframe>
 +</html>
  
-===== PIL使い方 ===== +python勉強には、以下の本の第1章から第4章までを繰り返すのがおすすめ、こちらのページに、最低限の機械学習関連のメモをまとめもののリンク貼らせていただきます。
-http://esu-ko.hatenablog.com/entry/2016/04/12/Python画像編集がしたい%28Pillow使う%29\\ +
-2016-04-12 +
-Python画像編集い(Pillow使う)+
  
-PIL(pillow)は、あらかじめ、Anacondaに入っている。+<html> 
 +<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=twosquirrel-22&o=9&p=8&l=as4&m=amazon&f=ifr&ref=as_ss_li_til&asins=487311778X&linkId=493a97f9d6dfe99c3219480d17e1276d"></iframe> 
 +</html>
  
-<code> +==== 機械学習プログラミングで必要なpythonメモ ====
-from PIL import Image+
  
-img = Image.open(f_name+pythonで機械学習をしていると、import numpyとかよく出てくる。 
-</code>+ 
 +プログラミングど素人の私にはさっぱりわからないので、少しずつまとめていきたい。 
 + 
 +<python一般> 
 + 
 +"import cv2" 
 + 
 +http://twosquirrel.mints.ne.jp/?p=20039 
 + 
 +"リスト[]とタプル()" 
 + 
 +http://twosquirrel.mints.ne.jp/?p=20084 
 + 
 +"import os " 
 + 
 +http://twosquirrel.mints.ne.jp/?p=20115 
 + 
 +"from PIL import Image" 
 + 
 +http://twosquirrel.mints.ne.jp/?p=20135 
 + 
 +"import numpy as np" 
 + 
 +http://twosquirrel.mints.ne.jp/?p=20153 
 + 
 +"%matplotlib inline" 
 +"import matplotlib.pyplot as plt" 
 + 
 +https://qiita.com/samacoba/items/81093984605abfed70d1 
 + 
 +"import struct" 
 + 
 +http://komaken.me/blog/2014/05/30/python%E3%81%AEstruct%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB%E3%82%92%E8%A7%A6%E3%81%A3%E3%81%A6%E3%81%BF%E3%82%8B/">http://komaken.me/blog/2014/05/30/python%E3%81%AEstruct%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB%E3%82%92%E8%A7%A6%E3%81%A3%E3%81%A6%E3%81%BF%E3%82%8B/ 
 + 
 + 
 + 
 + 
 +pythonでは、配列を、大かっこ[]で表し、「リスト」という名前がついている。 
 + 
 +http://www.pythonweb.jp/tutorial/list/index3.html\\ 
 +スライスを使った部分リストの取得
  
  
行 43: 行 83:
  
  
 +http://qiita.com/zaburo/items/5637b424c655b136527a\\ 
 +Matplotlibで画像を表示 
 +zaburo 
 +2015年12月27日に投稿
 ===== メモ ===== ===== メモ =====
 (作成中) (作成中)
  
  

pythonメモ.txt · 最終更新: 2018/10/07 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki