Skip to content

Neural Networks trained to classify cities of France by region, processing letters of city names sequentially.

Notifications You must be signed in to change notification settings

gauthierdmn/city_names_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

City Names Classification

In this project, I trained a model to classify cities of France by region, processing letters of city names sequentially.

The first objective of this project was to get familiar with PyTorch modules nn and autograd. We don't get a tremendous accuracy after training a simple and shallow LSTM, but whith time and computational ressources, there is room for a lot of improvements. Just to name a few:

  • increase the depth and number of layers of the LSTM
  • use character embeddings
  • use CNN layers first to encode local information
  • fine tune the hyperparameters

The three CSV files used in this project can be found in the Open platform for French public data: https://www.data.gouv.fr/en/datasets/regions-departements-villes-et-villages-de-france-et-doutre-mer/

About

Neural Networks trained to classify cities of France by region, processing letters of city names sequentially.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published