cehl-kurage / ChainerTutorial

Chainer Tutorial for PG assignment
https://tutorials.chainer.org/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

クラスの章は scikit-learn のあとにする #4

Open yuji96 opened 1 year ago

yuji96 commented 1 year ago

修正内容

クラスを学びはじめの第2章から sklearn のあとに移動する。 https://github.com/cehl-kurage/ChainerTutorial/blob/master/ja/02_Basics_of_Python.ipynb

修正の理由

タスク

yuji96 commented 1 year ago

https://github.com/cehl-kurage/ChainerTutorial/pull/16#issuecomment-1443105442

yuji96 commented 1 year ago

@cehl-kurage

続き

クラスを全く説明しなかったら,

model = Model()
model.fit(X)

の書き方って何!?って思っちゃうかもしれない.(必殺技: おまじない)