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

ボストン住宅価格データセットを使ってMLPの使い方を学びました #36

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

Comments

@Kakeru-Sato
Copy link

TL;DR

前処理としては、過学習をおこさないために標準化や正規化がマスト。最初は正規化したのもでは精度が出なかったので多項式回帰やったけど、やっぱり過学習になった。今回はそれよりは隠れ層の数や正則化のほうが有益な方法だった。

内容

精度を高めるために色々やりました。RobustScalerとか、正規化、標準化、あとは正則化とか多項式回帰とか。

参考資料

Python機械学習プログラミング
多数のブログ等

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

YutaUra commented Mar 21, 2021

いいね〜頑張っててえらいです!

@YutaUra YutaUra closed this as completed Mar 21, 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