はじめに : Introduction
  • 自己紹介 : Hello!
  • 講座の目的 : Goal of This Course
  • お勧めの視聴順 : Recommended Viewing Order
Pythonのインストール : Installing Python
  • Pythonのインストール Windows編 : Installing Python on Windows
  • Pythonのインストール macOS編 : Installing Python on macOS
  • Pythonのインストール Linux編 : Installing Python on Linux
  • トラブルシューティング~うまく動作しなかったら : Troubleshooting
  • ファイルに保存したプログラムの実行:Execution of a Program Saved as a File
  • トラブルシューティング : Troubleshooting
  • モジュールのインストール(全OS共通): Installation of Modules (for all OSes)
FFT -- NumPy, SciPy, Matplotlib
  • FFT(高速フーリエ変換)を楽しもう : Enjoy FFT (fast Fourier transform)
  • プログラムを見てみよう : Read the program
  • [文法] インポート文 : [Language] Import Statements
  • インポート文 : Import statement
  • [文法] 文、関数 : [Language] Statements and Functions
  • 関数の引数 : Arguments of Functions
  • [文法] 演算子 : [Language] Operators
  • 演算子 : Operators
  • [文法] 変数、アンパック、タプル : [Language] Valuables, unpacking and tuples
  • タプル : Tuples
  • [文法] 文字列 : [Language] Strings
  • 文字列 : Strings
  • [文法] インデクス : [Language] Index
  • インデクス : Indices
  • [文法] スライス : [Language] Slicing
  • スライス : Slicing
  • エピローグ : Epilogue
ニューラルネットワーク : Neural Network
  • ニューラルネットワークで手書き文字を認識しよう : Recognize Numbers You Wrote with a Neural Network.
  • 用語を思い出して!: Memorize a term.
  • トラブルシューティング~うまく動作しなかったら : Trouble shooting
  • 認識プログラムを見てみよう : Read the Program for Recognition.
  • ニューラルネットワークとは : What is a neural network ?
  • [文法] import文 (sp_user.py) : [Language] Import Statements (sp_user.py)
  • インポート文 : import statements
  • [文法] 起動時パラメータ、if文、真理値 : [Language] Command Line Arguments, if, Boolean
  • 比較演算子 : Comparison Operator
  • [文法] オブジェクトとメソッド : [Language] Objects and methods
  • オブジェクト指向 : Object Oriented
  • [文法] リスト : [Language] List
  • タプル : Tuples
  • [文法] リスト、コンストラクタ : [Language] List, Constructor
  • コンストラクタ : Constructor
  • [文法] キーワード引数、辞書、イミュータブル : [Language] Keyword Arguments, Dictionary, Immutable
  • [文法] プリント関数 : [Language] print() Function
  • プリント関数 : print() Function
  • 学習プログラムを見てみよう : A program for Learning
  • [文法] : [Language]
ディープラーニング : Deep Learning
  • 畳み込みニューラルネットワークを使おう : Try a convolutional neural network
  • 畳み込み : Convolution
  • 畳み込み演算 : Operation of Convolution
  • プーリング : Pooling
  • プーリング : Pooling
  • 認識プログラムを見てみよう : Read the program for recognition
  • 畳み込みニューラルネットワークを構築するプログラムを見てみよう : Read the program for building CNN
  • [文法] 関数の定義 : [Language] Function definitions
  • 関数の定義 : Function definitions
  • 学習プログラムを見てみよう : Read the program for learning
  • 学習プログラム : Program for learning
  • [文法] 剰余演算子%、formatメソッド : [Language] Modulo operator, format method
  • 剰余演算子 : Module operator
  • エピローグ : Epilogue
より詳しくPythonを学ぼう : Review exercise of Python
  • [文法] 変数、for文 : [Language] Variables, for statement
  • [文法] for文と文字列、リスト : [Language] for statement and strings, lists
  • [文法] for文とタプル、辞書、ファイル : [Language] for statement and tuples, dictionaries, files
  • [文法] 引数、デフォルト引数値、位置引数、キーワード引数 : [Language] Parameters and arguments
  • [文法] インデクス、スライス : [Language] Index, slice
  • [文法] 文字列とインデクス、スライス : [Language] String and Slice, Index
関連書籍
  • ボーナスレクチャー: 関連書籍 : Bonus Lecture : Our Books
Appendix
  • Q&A