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
お名前から性別を推測する/Guessing_gender_from_name
Search
florets1
January 14, 2024
Marketing & SEO
1
780
お名前から性別を推測する/Guessing_gender_from_name
florets1
January 14, 2024
Tweet
Share
More Decks by florets1
See All by florets1
Rで学ぶデータハンドリング入門/Introduction_to_Data_Handling_with_R
florets1
0
79
人工知能はクロスジョインでできている/AI_Is_Built_on_Cross_Joins
florets1
0
63
仮説の取扱説明書/User_Guide_to_a_Hypothesis
florets1
4
390
複式簿記から純資産を排除する/eliminate_net_assets_from_double-entry_bookkeeping
florets1
1
410
カイ二乗検定は何をやっているのか/What_Does_the_Chi-Square_Test_Do
florets1
7
2.4k
直積は便利/direct_product_is_useful
florets1
3
430
butterfly_effect/butterfly_effect_in-house
florets1
1
240
データハンドリング/data_handling
florets1
2
240
カイ二乗検定との遭遇/The_path_to_encountering_the_chi-square_test
florets1
1
300
Other Decks in Marketing & SEO
See All in Marketing & SEO
How embeddings unlock the path to intent-driven optimization
frankvandijk
0
140
Les daltoniens, les oubliés de l'UX
seomix
0
670
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
0
160
Crafting your authority engine: E-E-A-T & machine-readable SEO for AI
cristianow
PRO
0
230
Brand. Social. Search - A 'Search Everywhere' Trifecta
wearedeviation
0
110
The Rise of DIY SEO: How AI Makes Building Your Own SEO Tools Easier Than Ever
hansvangent
0
150
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
480
WaytoAGI Tokyo 2025 - MarketDev of Creative AI from Local to Global – The Challenge of AICU: AI Creators Union
o_ob
0
230
What the f**k is alt-text, and how do you write it?
liamcumber
0
400
Humanistic SEO | brightonSEO | Megan Roberts
meganjane
0
310
Optimizing your website for AI agents
zachrattner
0
210
SEO Para Visibilidad & Reconocimiento de Marca
aleyda
1
200
Featured
See All Featured
It's Worth the Effort
3n
187
28k
A better future with KSS
kneath
239
17k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
The Cost Of JavaScript in 2023
addyosmani
53
9k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
The Straight Up "How To Draw Better" Workshop
denniskardys
237
140k
A designer walks into a library…
pauljervisheath
209
24k
The Invisible Side of Design
smashingmag
301
51k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.6k
BBQ
matthewcrist
89
9.8k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Transcript
1 2024.01.20 Tokyo.R #110 お名前から性別を推測する
2 はじめに 性別に基づく不当な差別は許されず、公平な社会を構築する上 で容認されてはなりません。 技術的な制約などから、この発表では単純化した状況を設定し ています。しかし本来、性別は複雑で多様なものであり、単純 な方法で判定することは難しいことがあります。規則だけに基 づいて性別を判定することは、誤解を生む可能性もあることに ご注意ください。名前や外見だけでなく、個々の気持ちや選択 を尊重することが大切です。機械的な判断だけに頼らず、相手
のアイデンティティを尊重しましょう。
3
4
5 訓練用 テスト用
6
7
8 まとめ 名前の最後の一文字を特徴量として、単純に集計するだけで 性別をけっこう当てることができます。 発展として、特徴量をもっと増やしたり、機械学習の手法を 使ってみるなど、ぜひお試しください。