https://github.com/mglagola/markov-name-model
Markov model for generating names
https://github.com/mglagola/markov-name-model
Last synced: 7 months ago
JSON representation
Markov model for generating names
- Host: GitHub
- URL: https://github.com/mglagola/markov-name-model
- Owner: mglagola
- Created: 2015-03-21T21:21:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T21:27:46.000Z (over 10 years ago)
- Last Synced: 2024-10-05T16:42:38.123Z (about 1 year ago)
- Language: Objective-C
- Size: 438 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markov Name Model
Markov model for generating names. Created for a college AI course.### Notes
- Not effecient (i.e. generates a new probability map every time you try to generate new names).
- Will crash when attempting to generate names with a high order.
- Won't be updating this repo.