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
670
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.2k
Algolia Fall 20 Release - wrap up in Japanese
shinodogg
0
950
Algolia 2020 Autumn
shinodogg
0
3.3k
Algolia introduction - DEMO and Ranking Formula
shinodogg
0
480
Introducing Algolia with Demo
shinodogg
0
6.1k
Algolia Announces Global Expansion Into Japan
shinodogg
0
2.5k
Introducing Algolia in a nutshell
shinodogg
1
1.3k
Building and Running Microservices with AWS
shinodogg
0
740
Accelerating AdTech on AWS in Japan
shinodogg
1
350
Other Decks in Technology
See All in Technology
「静的解析」だけで終わらせない。 SonarQube の最新機能 × AIで エンジニアの開発生産性を本気で上げる方法
xibuka
2
270
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
3
1.1k
AI活用を"目的"にしたら、データの本質が見えてきた - Snowflake Intelligence実験記 / chasing-ai-finding-data
pei0804
0
470
失敗できる意思決定とソフトウェアとの正しい歩き方_-_変化と向き合う選択肢/ Designing for Reversible Decisions
soudai
PRO
7
500
生成AI活用によるPRレビュー改善の歩み
lycorptech_jp
PRO
3
1.1k
技術選定 したい人 したくない人
shirayanagiryuji
0
350
Goで実現する堅牢なアーキテクチャ:DDD、gRPC-connect、そしてAI協調開発の実践
fujidomoe
3
620
AWSが推進するAI駆動開発ライフサイクル入門 〜 AI駆動開発時代に必要な人材とは 〜/ introduction_to_aidlc_and_skills
fatsushi
7
4.7k
「技術的にできません」を越えて価値を生み出せ──研究開発チームをPMが率いて生み出した価値創出
hiro93n
1
320
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
3
820
三菱UFJ銀行におけるエンタープライズAI駆動開発のリアル / Enterprise AI_Driven Development at MUFG Bank: The Real Story
muit
10
16k
2026年のAIエージェント構築はどうなる?
minorun365
10
2.2k
Featured
See All Featured
Ethics towards AI in product and experience design
skipperchong
2
210
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Amusing Abliteration
ianozsvald
0
120
Designing for Timeless Needs
cassininazir
0
140
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.1k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Embracing the Ebb and Flow
colly
88
5k
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
310
Imperfection Machines: The Place of Print at Facebook
scottboms
269
14k
WCS-LA-2024
lcolladotor
0
470
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