IT Guy

IT、AI / Machine Learning、IoT、Project Management、プログラミング、ITIL等々

Python

Python - Pythonディストリビューション使い分け

atmarkit.itmedia.co.jp

Python - 「Python」と「Google Colaboratory」で株価データ分析に挑戦

www.atmarkit.co.jp

Python - Webアプリ関連情報

hnavi.co.jp

イベント - PyTorch Developer Day (2020/11/12)

pytorchdeveloperday.fbreg.com その他リンク udemy.benesse.co.jp

洋書 - Modular Programming with Python

Modular Programming with Python Modular Programming with Python作者: Erik Westra出版社/メーカー: Packt Publishing発売日: 2016/05/26メディア: ペーパーバックこの商品を含むブログを見る Safari Books Online Reference pypi.org 感想 実際pipからダ…

Python - Matplotlib参考情報

Link Official matplotlib.org matplotlib.org - User's Guide matplotlib.org - Gallery 各グラフをクリックすると、コードが見れる! Others Top 50 matplotlib Visualizations 参考書籍 Safari Online - Matplotlib 3.0 Cookbook Matplotlib 3.0 Cookbook…

Machine Learningの有名なサンプルデータ

Iris dataset Dataset概要 Technical Info 取り上げている書籍 使われ方例 k-nearest neighbors classification algorithm Wisconsin Breast Cancer dataset Dataset概要 Technical Info Boston Housing dataset Dataset概要 Technical Info Iris dataset Da…

洋書 - Introduction to Machine Learning with Python

Introduction to Machine Learning with Python Introduction to Machine Learning with Python: A Guide for Data Scientists作者: Andreas C. Mueller,Sarah Guido出版社/メーカー: O'Reilly Media発売日: 2016/10/21メディア: ペーパーバックこの商品を含…

洋書 - Hands-On Data Analysis with NumPy and pandas

Hands-On Data Analysis with NumPy and pandas Hands-On Data Analysis with NumPy and pandas: Implement Python packages from data manipulation to processing (English Edition)作者: Curtis Miller出版社/メーカー: Packt Publishing発売日: 2018/06/…

洋書 - TensorFlow for Deep Learning

TensorFlow for Deep Learning TensorFlow for Deep Learning: From Linear Regression to Reinforcement Learning作者: Bharath Ramsundar,Reza Bosagh Zadeh出版社/メーカー: O'Reilly Media発売日: 2018/03/23メディア: ペーパーバックこの商品を含むブロ…

Python - Deep Learning / TensorFlow参考情報

Deep Learning参考ビデオ・書籍 Lynda.com Building and Deploying Deep Learning Applications with TensorFlow (by Adam Geitgey) Neural Networks and Convolutional Neural Networks Essential Training (by Jonathan Fernandes) Safari Online Fundamen…

Python - Data Analysis (NumPy, SciPy, Pandas) 参考情報

Data Analysis参考ビデオ・書籍 Lynda.com Statistics Foundations: 1 (by Eddie Davila) Statistics Foundations: 2 (by Eddie Davila) Statistics Foundations: 3 (by Eddie Davila) Safari Online Python for Data Analysis, 2nd Edition (by Wes McKinne…

Python - OpenCV参考情報

OpenCV Python参考ビデオ・書籍 Lynda.com OpenCV for Python Developers (by Patrick W. Crawford) 非常にわかりやすいビデオチュートリアル Safari Online OpenCV 3.x with Python By Example (by Gabriel Garrido, Prateek Joshi, Publisher: Packt Publi…

本 - Pythonで動かして学ぶ!あたらしい深層学習の教科書 機械学習の基本から深層学習まで

Pythonで動かして学ぶ! あたらしい深層学習の教科書 機械学習の基本から深層学習まで (AI & TECHNOLOGY)作者: 株式会社アイデミー石川聡彦出版社/メーカー: 翔泳社発売日: 2018/10/22メディア: 単行本(ソフトカバー)この商品を含むブログを見る 目次 第1章…

洋書 - Machine Learning with Python Cookbook

Machine Learning with Python Cookbook 評価 Table of Contents 1. Vectors, Matrices and Arrays [numpy] 2. Loading Data [scikit-learn, pandas] 3. Data Wrangling [pandas] 4. Handling Numerical Data [pandas, scikit-learn] 5. Handling Categorica…

Python Machine Learning用パッケージ・フレームワーク

Data analysisのための4つのメインパッケージ (SciPy.orgが提供) https://scipy.org/ NumPy SciPy Scipy Lecture Notes Pandas 10 Minutes to pandas Matplotlib Deep Learning Keras Home - Keras Documentation TensorFlow(by Google)、CNTK(by Microsoft)…

Python GUIアプリケーション - wxPython

Link Qiita - Python GUIアプリケーション作成ツールwxpython[準備編] Qiita - wxPythonを使ってみる (1) pipの使い方とインストール wxPython Tutorial

Python pip

Link Python-izm - pipの使い方とインストール

Python - Module

Python - Module Module / Library / Package Module : 単一ファイルで構成 Library : 複数のファイルから構成 Package : ライブラリやモジュールなども含む複数のファイルから構成 Link CodeCampus - 【Python入門】モジュールとは?徹底解説する

Pythonウェブフレームワーク比較 (2018/12時点)

Link InfoWorld - Review: 13 Python web frameworks compared Scoreによる順番 Django 2.1 : 9.2 Weppy 1.2.11 : 9.1 Web2py 2.16.1 : 8.9 Bottle 0.12 : 8.6 CubicWeb 3.26.4 : 8.6 Zope2 2.13.24 : 8.6 Web.py 0.39 : 8.5 CherryPy 17.0.0 : 8.4 Flask 1.…

Python入門

2018/11時点 準備 環境 開発IDE / Editor 主要ライブラリ Link Python 公式サイト その他資料 準備 環境 Windows 10 Pythonバージョン : 3.7.1 (32bit) Install後動作確認 : IDLE からHello Worldで確認 開発IDE / Editor Python IDLE (Integrated Developme…