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
410
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
190
Azure Load Testing を使って Azure Functions Flex Consumption の HTTP Trigger のパフォーマンスとコストを最適化してみよう/global-azure2025
thara0402
0
140
Prompty を使って生成 AI アプリケーション開発のプロンプトを管理する/jat03
thara0402
0
30
Azure OpenAI Service で意図せず PTU モデルをデプロイして高額請求されてしまった件/jat04
thara0402
0
34
「Durable Task Scheduler」をチョイ見せ!/jat05
thara0402
0
18
Azure App Service on Linux の Sidecar に Phi-3 を配置してインテリジェントなアプリケーションを作ってみよう/jazug-anniv14
thara0402
0
1.2k
サイクルガードサービス AlterLock の問い合わせ対応業務に Azure OpenAI Service を活用した話/jazug46
thara0402
0
910
Microsoft Ignite 2023 現地参加レポート/ignite2023
thara0402
0
280
Azure Container Apps で .NET 7 アプリを Blue-Green デプロイしてみよう!/jazug12
thara0402
0
1.7k
Other Decks in Technology
See All in Technology
Kotlinで学ぶ 代数的データ型
ysknsid25
5
1.1k
Digitization部 紹介資料
sansan33
PRO
1
4.2k
産業機械をElixirで制御する
kikuyuta
0
170
DB 醬,嗨!哪泥嘎斯基?
line_developers_tw
PRO
0
160
Eight Engineering Unit 紹介資料
sansan33
PRO
0
3.4k
Model Mondays S2E01: Advanced Reasoning
nitya
0
350
New Cache Hierarchy for Container Images and OCI Artifacts in Kubernetes Clusters using Containerd / KubeCon + CloudNativeCon Japan
pfn
PRO
0
150
API の仕様から紐解く「MCP 入門」 ~MCP の「コンテキスト」って何だ?~
cdataj
0
150
(新URLに移行しました)FASTと向き合うことで見えた、大規模アジャイルの難しさと楽しさ
wooootack
0
700
脅威をモデリングしてMCPのセキュリティ対策を考えよう
flatt_security
4
1.6k
QAはソフトウェアエンジニアリングを学んで実践するのが大事なの
ymty
1
390
Cloud Native Scalability for Internal Developer Platforms
hhiroshell
2
460
Featured
See All Featured
Thoughts on Productivity
jonyablonski
69
4.7k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Bash Introduction
62gerente
614
210k
Practical Orchestrator
shlominoach
188
11k
Optimizing for Happiness
mojombo
379
70k
Scaling GitHub
holman
459
140k
BBQ
matthewcrist
89
9.7k
The Language of Interfaces
destraynor
158
25k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
16
920
Into the Great Unknown - MozCon
thekraken
39
1.8k
Facilitating Awesome Meetings
lara
54
6.4k
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/
ご清聴ありがとうございました。