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
AWS Loft Tokyo のASK AN EXPERT ブースにおけるご相談・ご対応ロ...
Search
Eiji Shinohara
February 23, 2019
Technology
0
640
AWS Loft Tokyo の ASK AN EXPERT ブースにおける ご相談・ご対応ログ を分析しました :) / ASK AN EXPERT at AWS Loft Tokyo - Tech Consulting Log Analysis
delivered this talk at JAWS DAYS 2019 (
https://jawsdays2019.jaws-ug.jp/
)
Eiji Shinohara
February 23, 2019
Tweet
Share
More Decks by Eiji Shinohara
See All by Eiji Shinohara
Algolia Best Practices Fall 2020
shinodogg
2
1.1k
Algolia Fall 20 Release - wrap up in Japanese
shinodogg
0
890
Algolia 2020 Autumn
shinodogg
0
3.2k
Algolia introduction - DEMO and Ranking Formula
shinodogg
0
450
Introducing Algolia with Demo
shinodogg
0
6k
Algolia Announces Global Expansion Into Japan
shinodogg
0
2.4k
Introducing Algolia in a nutshell
shinodogg
1
1.3k
Building and Running Microservices with AWS
shinodogg
0
720
Accelerating AdTech on AWS in Japan
shinodogg
1
340
Other Decks in Technology
See All in Technology
メモ整理が苦手な者による頑張らないObsidian活用術
optim
1
190
ソフトウェア開発プロジェクトでの品質管理への提案(温故知新)
yohwada
0
100
【CEDEC2025】『ウマ娘 プリティーダービー』における映像制作のさらなる高品質化へ!~ 豊富な素材出力と制作フローの改善を実現するツールについて~
cygames
PRO
0
210
AI時代の経営、Bet AI Vision #BetAIDay
layerx
PRO
1
1.5k
製造業の課題解決に向けた機械学習の活用と、製造業特化LLM開発への挑戦
knt44kw
0
140
MCP認可の現在地と自律型エージェント対応に向けた課題 / MCP Authorization Today and Challenges to Support Autonomous Agents
yokawasa
1
230
Claude Codeが働くAI中心の業務システム構築の挑戦―AIエージェント中心の働き方を目指して
os1ma
9
1.5k
LLMをツールからプラットフォームへ〜Ai Workforceの戦略〜 #BetAIDay
layerx
PRO
1
740
Microsoft Learn MCP/Fabric データエージェント/Fabric MCP/Copilot Studio-簡単・便利なAIエージェント作ってみた -"Building Simple and Powerful AI Agents with Microsoft Learn MCP, Fabric Data Agent, Fabric MCP, and Copilot Studio"-
reireireijinjin6
1
220
AI時代の知識創造 ─GeminiとSECIモデルで読み解く “暗黙知”と創造の境界線
nyagasan
0
190
With Devin -AIの自律とメンバーの自立
kotanin0
2
1.1k
2025新卒研修・HTML/CSS #弁護士ドットコム
bengo4com
3
13k
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
73
5k
We Have a Design System, Now What?
morganepeng
53
7.7k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Statistics for Hackers
jakevdp
799
220k
Git: the NoSQL Database
bkeepers
PRO
431
65k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.5k
For a Future-Friendly Web
brad_frost
179
9.9k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Side Projects
sachag
455
43k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Transcript
© 2019, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. ) 9C :KN : E / L A
© 2019, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. ( ) 2 7B : @ @ @ : A : @ @ @ 31 .4A4 T c 0 - a WS ML 31 /@8 2@ @ JI L J
© 2019, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. AWS Loft Tokyo? ASK AN EXPERT?
© 2019, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. ASK AN EXPERT @ AWS Loft Tokyo ! 2 01 8 - AWS ! Startup Developer J
© 2019, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. AWS Cloud9
© 2019, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. Analyzing ASK AN EXPERT Logs ! Tokenization Word2Vec
© 2019, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. Analyzing ASK AN EXPERT Logs ! Tokenization from janome.tokenizer import Tokenizer t = Tokenizer("userdic.csv", udic_enc="utf8") f = io.open('./sodan.txt', 'r', encoding='utf-8’) tokens = t.tokenize(line) for token in tokens: partOfSpeech = token.part_of_speech.split(',')[0] if partOfSpeech == u'’: if token.surface == ‘https’: pass elif token.surface.isnumeric(): pass else: sodan_words.append(token.surface) https://github.com/mocobeta/janome
© 2019, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. Analyzing ASK AN EXPERT Logs ! Word2Vec from gensim.models import word2vec sodan_sentences = word2vec.Text8Corpus('./sodan_words.txt') sodan_model = word2vec.Word2Vec(sodan_sentences, size=200, min_count=20, window=15) results = sodan_model.wv.most_similar(positive=[u'']) for result in results: print(result) https://github.com/RaRe-Technologies/gensim
© 2019, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. ASK AN EXPERT Logs ! 43 9D 9 . 3 058675 2 3 1 . 3 - 2 3 43 058675 3 . 3 I 9D EAC :
© 2019, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. ASK AN EXPERT Logs ! 2 A L . 201 65 - A 201 2 743 . 8 9:
© 2019, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. AWS Loft Tokyo - ASK AN EXPERT Logs • EC2/RDS/S3 27)+&(70*T LO G;@ ! ⇒ <8=CU • "$Lambda'6,.FMIJT ?QK/ %524LOU ⇒ > J • AWS9SAWS(37-IJ:ND AB# (*´∀V*) " E HRAWS Loft Tokyo “ASK AN EXPERT”17*P J