Skip to content

πŒ‘ A set of generative deep learning models.

Notifications You must be signed in to change notification settings

EricLiclair/name-like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Name-Like Word Generator

This project is aimed at generating name-like words using various modeling techniques. The project is organized into different subdirectories, each representing a specific modeling approach for word generation. Here's a summary of the project structure and its subdirectories:

  • bigram: This subdirectory contains the implementation of a bigram model for generating name-like words. The bigram model is built using character bigrams.

Project Overview

The project as a whole aims to explore different approaches to generate words. It encompasses a diverse range of modeling techniques, from simple bigram models to advanced neural network-based models like MLP, RNN, and GRU. The choice of modeling technique may influence the generated words' quality, diversity, and coherence.

Getting Started

To get started with a specific modeling approach, you can navigate to the corresponding subdirectory by following the provided links. Each subdirectory has its own README, which includes detailed information, usage instructions, and any specific requirements for that modeling approach.

Feel free to explore and experiment with the different models to generate name-like words that suit your needs.