Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Azure Machine Learning で玉手箱の例題を解いてみる
Search
TonyTonyKun
December 10, 2017
Technology
0
420
Azure Machine Learning で玉手箱の例題を解いてみる
Global Azure Boot Camp 2016 in Japan の LT 資料です。
TonyTonyKun
December 10, 2017
Tweet
Share
More Decks by TonyTonyKun
See All by TonyTonyKun
これでバッチリ!Azure マルチテナントアーキテクチャ設計のコツ/jat06
thara0402
0
570
Azure Load Testing を使って Azure Functions Flex Consumption の HTTP Trigger のパフォーマンスとコストを最適化してみよう/global-azure2025
thara0402
0
170
Prompty を使って生成 AI アプリケーション開発のプロンプトを管理する/jat03
thara0402
0
46
Azure OpenAI Service で意図せず PTU モデルをデプロイして高額請求されてしまった件/jat04
thara0402
0
53
「Durable Task Scheduler」をチョイ見せ!/jat05
thara0402
0
35
Azure App Service on Linux の Sidecar に Phi-3 を配置してインテリジェントなアプリケーションを作ってみよう/jazug-anniv14
thara0402
0
1.2k
サイクルガードサービス AlterLock の問い合わせ対応業務に Azure OpenAI Service を活用した話/jazug46
thara0402
0
930
Microsoft Ignite 2023 現地参加レポート/ignite2023
thara0402
0
290
Azure Container Apps で .NET 7 アプリを Blue-Green デプロイしてみよう!/jazug12
thara0402
0
1.8k
Other Decks in Technology
See All in Technology
実践アプリケーション設計 ③ドメイン駆動設計
recruitengineers
PRO
6
560
攻撃と防御で実践するプロダクトセキュリティ演習~導入パート~
recruitengineers
PRO
3
370
株式会社ARAV 採用案内
maqui
0
360
Preferred Networks (PFN) とLLM Post-Training チームの紹介 / 第4回 関東Kaggler会 スポンサーセッション
pfn
PRO
1
250
R-SCoRe: Revisiting Scene Coordinate Regression for Robust Large-Scale Visual Localization
takmin
0
430
Oracle Base Database Service:サービス概要のご紹介
oracle4engineer
PRO
2
20k
kintone開発チームの紹介
cybozuinsideout
PRO
0
73k
新卒(ほぼ)専業Kagglerという選択肢
nocchi1
1
2.4k
MySQL HeatWave:サービス概要のご紹介
oracle4engineer
PRO
4
1.7k
Goss: New Production-Ready Go Binding for Faiss #coefl_go_jp
bengo4com
0
1.1k
VPC Latticeのサービスエンドポイント機能を使用した複数VPCアクセス
duelist2020jp
0
260
DuckDB-Wasmを使って ブラウザ上でRDBMSを動かす
hacusk
1
110
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Facilitating Awesome Meetings
lara
55
6.5k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Balancing Empowerment & Direction
lara
2
590
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
480
A better future with KSS
kneath
239
17k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Why Our Code Smells
bkeepers
PRO
338
57k
Transcript
Azure Machine Learning で ⽟⼿箱の例題を解いてみる
⾃⼰紹介 • 名前 • Twitter : @TonyTonyKun(トニー) • 仕事 •
C# で業務アプリケーションを開発しています。 • Azure をベースに ASP.NET を使うことが多いです。 • Blog • ROMANCE DAWN for the new world • http://gooner.hateblo.jp/
Azure Machine Learning • Azure 上の機械学習サービス • ⾼度な分析ソリューションを GUI で開発
• R, Python によるカスタムコードもサポート • 数分で Web API として公開
⽟⼿箱 とは? • 就職活動でお馴染みの WEB テスト • ⾔語理解テスト • 計数理解テスト(四則逆算、図表の読取、表の空欄予測)
• 英語理解テスト • 性格適性検査 表中の他の数値から規則性を⾒て、 空欄の数値を答えさせる問題です。
例題 4⽉1⽇ 4⽉2⽇ 4⽉3⽇ 4⽉4⽇ 4⽉5⽇ 降⽔確率(%) 50 80 20
15 45 平均気温(℃) 21 21 21.5 21 21.5 販売量(R) 200 140 260 270 ? あるレストランでワインの販売量を集計しています。 4⽉5⽇のワインの販売量は? A : 210R B : 230R C : 260R D : 270R E : 280R
機械学習の分類(⼿法別) 線形回帰(Linear Regression)
ML Studio で作成したソリューション CSV ファイルをアップロード 学習⽤と評価⽤のデータを分割 モデル(学習アルゴリズム)の訓練 アウトプットと評価
Demo
問題1 4⽉1⽇ 4⽉2⽇ 4⽉3⽇ 4⽉4⽇ 4⽉5⽇ 降⽔確率(%) 50 80 20
15 45 平均気温(℃) 21 21 21.5 21 21.5 販売量(R) 200 140 260 270 ? あるレストランでワインの販売量を集計しています。 4⽉5⽇のワインの販売量は? A : 210R B : 230R C : 260R D : 270R E : 280R Azure ML の回答: 209.997288616848
問題2 S店 T店 U店 V店 W店 X店 正社員数(⼈) 10 25
38 27 21 30 前年度売上達成度(%) 105 73 93 75 101 89 先⽉売上達成度(%) 63 70 123 50 140 87 先⽉売上実績(万円) 1260 1400 ? 1000 2800 1740 ある飲⾷店で、各店舗の先⽉の売上実績を集計しています。 Azure ML の回答: 2454.20763376218 U店の先⽉売上実績は? A : 2360万円 B : 2460万円 C : 2640万円 D : 2720万円 E : 2990万円
問題3 S T U V W ベテラン社員(経験10年以上) 20 80 10
10 10 中堅社員(経験2年以上10年未満) 20 0 5 10 20 新⼈社員(経験2年未満) 0 30 0 40 70 データ処理件数(件/時) 2000 5100 800 1400 ? ある会社のデータ処理作業の必要⼈数を集計しています。 Azure ML の回答: 2090.31501012267 パターンWのデータ処理件数は? A : 1900件 B : 2100件 C : 2500件 D : 3200件 E : 3600件
まとめ • 機械学習の知識がなくても、簡単に使える • サンプルデータは提供されているけど、⾝近なデー タを使うと⾯⽩い • Azure ML を使えば、就職試験対策も安⼼?
参考 • 会社なび / 就職活動 • みんなのWebテスト / ⽟⼿箱 •
http://sk.kaisyanavi.jp/app/webtest/tamate/type-a/
ご清聴ありがとうございました。