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
800
お名前から性別を推測する/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
110
人工知能はクロスジョインでできている/AI_Is_Built_on_Cross_Joins
florets1
0
67
仮説の取扱説明書/User_Guide_to_a_Hypothesis
florets1
4
410
複式簿記から純資産を排除する/eliminate_net_assets_from_double-entry_bookkeeping
florets1
1
420
カイ二乗検定は何をやっているのか/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
250
データハンドリング/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
「発表する登壇」から「伝わる登壇」へ ─ 思いやりの「テクニック489」とは?
wyamazak_devrel
3
690
Content Decay the silent threat to website performance
richardgeorge
0
250
Spotlight: CTRL+C CTRL+V ≠ Trust: Scaling SEO for international success
lindahogenes
0
1k
Stop paying twice: how to eliminate search cannibalisation and maximise ROI - BrightonSEO x Hero Conf UK - April 2025
c_j_ridley
1
410
La Brand SERP come asset strategico SEO - Valentina Lepore
valijolie
0
140
SEO Para Visibilidad & Reconocimiento de Marca
aleyda
1
220
Custom event tracking in GA4 for SaaS
bngsrc
3
580
Humanistic SEO | brightonSEO | Megan Roberts
meganjane
0
320
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
0
190
Sitekwaliteit is dé nr. 1 ranking factor - Eduard Blacquière - SEO Benelux meetup (mei 2025)
seoproacademy
0
180
SEO-Meetup-Hamburg - PageSpeed von Max Böhme - 2025-04-28
maxboehme
2
300
Google's AI Overviews - The New Search
badams
0
830
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Visualization
eitanlees
150
16k
The World Runs on Bad Software
bkeepers
PRO
72
12k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
Designing for humans not robots
tammielis
254
26k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.1k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
960
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Transcript
1 2024.01.20 Tokyo.R #110 お名前から性別を推測する
2 はじめに 性別に基づく不当な差別は許されず、公平な社会を構築する上 で容認されてはなりません。 技術的な制約などから、この発表では単純化した状況を設定し ています。しかし本来、性別は複雑で多様なものであり、単純 な方法で判定することは難しいことがあります。規則だけに基 づいて性別を判定することは、誤解を生む可能性もあることに ご注意ください。名前や外見だけでなく、個々の気持ちや選択 を尊重することが大切です。機械的な判断だけに頼らず、相手
のアイデンティティを尊重しましょう。
3
4
5 訓練用 テスト用
6
7
8 まとめ 名前の最後の一文字を特徴量として、単純に集計するだけで 性別をけっこう当てることができます。 発展として、特徴量をもっと増やしたり、機械学習の手法を 使ってみるなど、ぜひお試しください。