Skip to content

Final project for Machine Learning: Using a Recurrent Neural Network to identify the ethnicity of names.

Notifications You must be signed in to change notification settings

wjdanalharthi/Digaai-Brazilian-Name-Classification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 

Repository files navigation

digaai-ml

Project for CS542

Prerequisites:

To run Recurrent Neural Network

  • cd rnn
  • jupyter notebook
  • pip install keras
  • Run all the cells in the notebook rnn.ipynb

To run the logistic regression model

  • python log_reg.py

To run the neural network model

  • ./nn_submission.sh

About

Final project for Machine Learning: Using a Recurrent Neural Network to identify the ethnicity of names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 64.7%
  • Python 35.3%