Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mountchicken/name-generation-pytorch

Are you confused when creating a english name? Let the code help you
https://github.com/mountchicken/name-generation-pytorch

deep-learning pytorch

Last synced: 18 days ago
JSON representation

Are you confused when creating a english name? Let the code help you

Awesome Lists containing this project

README

        

# Name-Generation-Pytorch
Are you confused when creating a english name? Let the code help you

## Structure
### Files

- `RNNmodel.py`: Define the network
- `train.py`: Train the model
- `generate.py`: Generate your own names!
-
### Folders
- `data`: Contain a name.txt, which is your training data
- `weights`: Where your model are saved
## How to use
### How to train
- 'Go inside the train.py, set some hyperparameters if you want or just run it!'
-
### How to Generate my own name
- `Go inside the generate.py, set the initial_str at line 26 which is a parameter that your name may begin with. Also paratmeter
- 'temperature is used to adjust the randomness of your name range from 0 to 1. The higher it is, the cooler the names are.

## Contact me
- [email protected]