Show HN: Japanese City Name Generator – Using a Simple 3-Layer MLP
freemanjiang Saturday, February 22, 2025I trained and deployed my first model: a Japanese city name generator using just a 3-layer MLP under the hood. It runs in the browser fully locally on the onnx runtime.
Trained on <2,000 real Japanese city names, what's interesting is that on this simple task the simple MLP performed better than more complex models which tended to overfit and generate existing names.
Summary
CityGen is a procedural city generation system that allows users to create realistic and customizable virtual cities. The article discusses the technical details of the system, including the use of machine learning algorithms and 3D modeling techniques to generate detailed urban environments.
16
9
Summary
citygen.freemanjiang.com