上記のTensorFlowチュートリアルを読んでいてつまづいたところのメモです。 .npzって何だ? .npzとは、ndarray(numpy配列)を保存したバイナリーファイル。 他はこれまでのチュートリアルで既出の事項ばかりだった。 ほぼつまづくところなくスムーズに読破。
Python is convenient and flexible, yet notably slower than other languages for raw computational speed. The Python ecosystem has compensated with tools that make crunching numbers at scale in Python ...