Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deeplearningと機械学習の基本を始めました #25

Closed
Kakeru-Sato opened this issue Mar 8, 2021 · 1 comment
Closed

deeplearningと機械学習の基本を始めました #25

Kakeru-Sato opened this issue Mar 8, 2021 · 1 comment
Labels
アウトプット 知識などを共有したい時 ビギナー

Comments

@Kakeru-Sato
Copy link

TL;DR

逆伝播について学びました。乗算レイヤーの場合は、順伝播で出力される値を入れ替え、加算レイヤーの場合はそのままの値を出力。

内容

deep learningは順伝播、逆伝播をはじめとしさまざまなレイヤー(乗算、加算、exp、シグモイドなど)を学びました。
少しずつ行列とか微分が出てきて楽しくなってきました。
100問ノックのpython編は終わりました。
データの前処理の部分なので、復習しながら進めていこうと思います。
機械学習も少しずつ進めていますが、そっちはまだまだ序盤です。これから決定木とかの話に入るので気合入れ直して頑張ります。

参考資料

100問ノック(python):
https://github.com/The-Japan-DataScientist-Society/100knocks-preprocess

0から作るdeeplearning:
https://www.amazon.co.jp/ゼロから作るDeep-Learning-―Pythonで学ぶディープラーニングの理論と実装-斎藤-康毅/dp/4873117585

python機械学習プログラミング: https://www.amazon.co.jp/gp/aw/d/4295010073/ref=tmm_pap_title_0?ie=UTF8&qid=1615181358&sr=1-2-spons

@Kakeru-Sato Kakeru-Sato added アウトプット 知識などを共有したい時 ビギナー labels Mar 8, 2021
@YutaUra
Copy link
Member

YutaUra commented Mar 8, 2021

お疲れ様です!

@YutaUra YutaUra closed this as completed Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
アウトプット 知識などを共有したい時 ビギナー
Projects
None yet
Development

No branches or pull requests

2 participants