/gender-prediction

Data Science Project with Python: Name Game: Gender Prediction using Sound

Primary LanguageJupyter Notebook

🚧 NAME GAME: GENDER PREDICTION USING SOUND 🚧


📢 ABOUT:

Analyze the gender distribution of children's book writers and use sound to match names to gender.


⚠️ PROJECT:

The same name can be spelled out in a many ways (for example, Marc and Mark, or Elizabeth and Elisabeth). Sound can, therefore, be a better way to match names than spelling. In this project, you will use the Python package Fuzzy to find out the genders of authors that have appeared in the New York Times Best Seller list for Children's Picture books.

First, using fuzzy (sound) name matching, you will search for author names in a dataset provided by the US Social Security Administration that contains names and genders of all individuals who have applied for Social Security Cards. Next, we'll aggregate the author dataset by including gender. Finally, you will use the new dataset to plot the gender distribution of children's picture books authors over time.

To complete this project, you should be familiar with pandas DataFrames, NumPy for basic statistics, and Matplotlib for plotting.


▶️ STEPS:

  • Sound it out!
  • Authoring the authors
  • It's time to bring on the phonics... again!
  • The inbetweeners
  • Playing matchmaker
  • Tally up
  • Foreign-born authors?
  • Raising the bar

💻 At DataCamp.
🧑‍🏫 Instructor: Tufool Alnuaimi