ryujin470@fedia.io to No Stupid Questions@lemmy.world · 3 months agoWhat is better for name generation: Markov chains or RNNs?message-squaremessage-square1linkfedilinkarrow-up113arrow-down12file-text
arrow-up111arrow-down1message-squareWhat is better for name generation: Markov chains or RNNs?ryujin470@fedia.io to No Stupid Questions@lemmy.world · 3 months agomessage-square1linkfedilinkfile-text
minus-squareSergio@slrpnk.netlinkfedilinkarrow-up2·3 months agoIn general, I use the simplest technology that does the job. So it really depends on what you’re generating names for. A lot of times, just selecting items from a list of firstnames and lastnames is enough.
In general, I use the simplest technology that does the job. So it really depends on what you’re generating names for. A lot of times, just selecting items from a list of firstnames and lastnames is enough.