The document discusses hyperparameter optimization in machine learning models. It introduces various hyperparameters that can affect model performance, and notes that as models become more complex, the number of hyperparameters increases, making manual tuning difficult. It formulates hyperparameter optimization as a black-box optimization problem to minimize validation loss and discusses challenges like high function evaluation costs and lack of gradient information.
The document discusses hyperparameter optimization in machine learning models. It introduces various hyperparameters that can affect model performance, and notes that as models become more complex, the number of hyperparameters increases, making manual tuning difficult. It formulates hyperparameter optimization as a black-box optimization problem to minimize validation loss and discusses challenges like high function evaluation costs and lack of gradient information.
How to organize data science project (データサイエンスプロジェクトの始め方101)Yasuyuki Kataoka
?
(Japanese) This is some tips on how to organize artificial intelligence or machine learning projects. This is presented in the engineering community event, NTT Engineer Festa#3, in Japan.
本セッションでは、W&B Coursesの中でも最も人気の高いコースである"Effective MLOps: Model Development (日本語字幕版コース名: 効果的なMLOps: モデル開発)"をギュッと濃縮したダイジェスト版を日本語ハンズオンでお届けいたします。W&Bの基本的な使い方、ベースラインからの改良方法などをシンプルな画像のセグメンテーションタスクを通じて学ぶことができます。
https://wandb.connpass.com/event/295345/
17. Confidential. Copyright ? DataRobot, Inc. - All Rights Reserved
予測モデルの構築(ハンズオン)
● エンジニアのための主にプログラミング関連のQ&Aサイト
● 今回の題材は毎年行われている調査アンケート結果の2017年版
● 年収入を予測するモデルを構築し、その要因を調べてみる
18. Confidential. Copyright ? DataRobot, Inc. - All Rights Reserved
DataRobotによる予測モデリング
I. causal_analysis_1.csvをDataRobotにドラッグ&ドロップしてアップ
ロードしてください。
II. Salaryをターゲットに指定し、モデリングモードをクイックに設定して開始
ボタンをクリックしてください。
III. モデルの精度が要因分析に用いるのに十分かを確認しましょう。
IV. 特徴量のインパクトと特徴量ごとの作用を確認して見ましょう。
A. インパクト上位の特徴量は要因でしょうか?それとも擬相関でしょう
か?
19. Confidential. Copyright ? DataRobot, Inc. - All Rights Reserved
ターゲット を
選択
1
クイックを選
択
2
開始ボタンを
クリック
3
0. 予測モデルの
構築
20. Confidential. Copyright ? DataRobot, Inc. - All Rights Reserved
リーダーボードでモデルの精度を確認する
精度はMAPE:21%程度でリフト
チャートからもある程度の予測ができ
ていることがわかる
MAPE
0. 予測モデルの
構築