Deep learning for Python  著:François Chollet 出版:MANNING

Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher François Chollet, this book builds your understanding through intuitive explanations and practical examples. You'll explore challenging concepts and practice with applications in computer vision, natural-language processing, and generative models. By the time you finish, you'll have the knowledge and hands-on skills to apply deep learning in your own projects. 

Deep Learning with Python

Deep Learning with Python

 

 個人的に

 本作はディープラーニング用のライブラリ”Keras”で全編書かれているので、Kerasを使っている人向け

 役立った点

 ・PDF,Kindle形式でダウンロード可能(購入者限定)

 ・畳み込み層の可視化、特徴抽出機としての利用(本書の前半部分は基礎からCNN)

 ・RNNの基礎構成やLSTM関係

 ・本書からでも深層学習の位置づけ、書き方の基礎が書かれているので、分かりやすい

 

( ^^) _旦~~

 KerasのチュートリアルやQiitaで関連記事を見るのもいいけど、しっかり中身を勉強できる。最近ようやくですが、パラメータの最適設定を行うGridSearchCVというのがあるのを知ったので、いずれやってみたい