次のような配列があるとき、全組み合わせが欲しいことがあります。 x = np.array([1,2,3]) y = np.array([4,5]) このときにnp.meshgridを使えるのだけれど、よくわからなかったので確認しながら。 とりあえず呼ぶだけ呼んでみる。呼び方は簡単。 xx, yy = np.meshgrid(x, y) print ...
今回は4.4 勾配。講師は橋本さん。参加者は10名ほど。jupyterノートなど詳しくは次回まとめてアップします。 classを使わないとpython使う意味ない! という名言が出まして(あと結局tensorflowとかに頼るのでpython)、最後のほう(predictしてlossを出すのをclassに ...
The docs at http://docs.scipy.org/doc/numpy/reference/generated/numpy.meshgrid.html present the wrong order for nx and ny in the loop for the example. It says xv, yv ...
todoNot as important as medium or high priority tasks, but we will work on these.Not as important as medium or high priority tasks, but we will work on these. import ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...