|
|
|
|
|
by gus_massa
1849 days ago
|
|
More recommendations that I hope are useful: * If you write a blog post, try to add some graphical representation of the problem and the result. If it's not in the program, make it clear that you used other software to graph it (gnuplot? Excel?) But an image is worth a thousand words. * Take a look at minimaxir posts. https://news.ycombinator.com/from?site=minimaxir.com It's not the same kind of problems, but some post can give you ideas. * Can you program solve the problems in Kaggle? Is Kaggle happy if you use their examples/problem and post a solution? It can be another source of ideas, but be careful. PS: It's nice that you are adding an GUI version. I like to use a GUI version and use the CLI only for weird case or to automate the workflow once it's stabilized. |
|