Submitted by TobusFire t3_11fil25 in MachineLearning
M_Alani t1_jam3i7i wrote
Reply to comment by [deleted] in [D] Are Genetic Algorithms Dead? by TobusFire
It wasn't as bad as it sounds. The fun part was that you had to understand how every little piece of the algorithm works, and the nightmare was implementing all of this with 512mb of RAM. We didn't have the luxury of trying different solutions.
Downtown_Finance_661 t1_janm2nt wrote
Fun story! How you have chosen hyper-parameters for models? Have you turn them over in for-loops?
M_Alani t1_janmj7j wrote
Mostly. Other times I would interrupt the code when it wasn't converging and start over after changing a parameter or two. I feel si spoiled with Tensorflow now!
Viewing a single comment thread. View all comments