Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
CAPTCHAとボットの共進化
Yuma Kurogome
April 26, 2016
Technology
2
930
CAPTCHAとボットの共進化
http://connpass.com/event/29969/
LT資料
Yuma Kurogome
April 26, 2016
Tweet
Share
More Decks by Yuma Kurogome
See All by Yuma Kurogome
The Art of De-obfuscation
ntddk
16
26k
死にゆくアンチウイルスへの祈り
ntddk
55
38k
Windows Subsystem for Linux Internals
ntddk
10
2.5k
なぜマルウェア解析は自動化できないのか
ntddk
6
3.7k
Linear Obfuscation to Drive angr Angry
ntddk
4
740
マルウェアを機械学習する前に
ntddk
3
1.3k
Peeling Onions
ntddk
7
3.1k
仮想化技術を用いたマルウェア解析
ntddk
8
26k
An Introduction to Drawbridge(ja)
ntddk
11
2.8k
Other Decks in Technology
See All in Technology
OPENLOGI Company Profile
hr01
0
350
QiitaConference2022
fuwasegu
0
160
ソフトウェアライセンス 2022 / Software License 2022
cybozuinsideout
PRO
1
1k
LINEのB2Bプラットフォームにおけるトラブルシューティング2選
line_developers
PRO
3
290
データ分析で切り拓け! エンジニアとしてのデータ分析職キャリア戦略
ksnt
0
110
Microsoft Build 2022 Recap Party!! Azure のデータ & 分析サービス 注目アップデート / microsoft-build-2022-recap-azure-data-and-analytics
nakazax
0
250
サイボウズの アジャイル・クオリティ / Agile Quality at Cybozu
cybozuinsideout
PRO
4
2.1k
ラブグラフ紹介資料 〜プロダクト解体新書〜 / Lovegraph Product Deck
lovegraph
0
140
JDK Flight Recorder入門
chiroito
1
500
データをモデリングしていたら、組織をモデリングし始めた話 / engineers-in-carta-vol3-data-engineer
pei0804
4
3.2k
History of the ML system in KARTE
kargo113
0
600
Implementing Kubernetes operators in Java with Micronaut - TechWeek Java Summit 2022
alvarosanchez
0
110
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
237
19k
Designing on Purpose - Digital PM Summit 2013
jponch
106
5.6k
Web development in the modern age
philhawksworth
197
9.3k
Web Components: a chance to create the future
zenorocha
303
40k
No one is an island. Learnings from fostering a developers community.
thoeni
9
1.3k
We Have a Design System, Now What?
morganepeng
35
3k
What’s in a name? Adding method to the madness
productmarketing
11
1.6k
Thoughts on Productivity
jonyablonski
43
2.3k
Art, The Web, and Tiny UX
lynnandtonic
280
17k
Three Pipe Problems
jasonvnalue
89
8.7k
Build your cross-platform service in a week with App Engine
jlugia
219
17k
Large-scale JavaScript Application Architecture
addyosmani
499
110k
Transcript
None
• •
None
•
None
• •
None
None
None
def __init__(self, input_channel, output_channel, filter_height, filter_width, mid_units, n_units, n_label): super(CNN,
self).__init__( conv1 = L.Convolution2D(input_channel, output_channel, (filter_height, filter_width)), l1 = L.Linear(mid_units, n_units), l2 = L.Linear(n_units, n_label), ) • • • • • • •