[R] Enhancement of an scheduling algorithm with ML • r/MachineLearning
I went for tensorflow and installed jupyter for a start and implemented my first models for handwriting recognition. The actual problem is that I have a 15 element input tensor (describing the scheduling scenario) and I want to generate a 4 element output tensor that gives me some parameters for my algorithm. I randomly generated a data set (labled as far as I understand) that contains input and output elements and connects them with a score which should be as low (good) as possible. So if I want to generate a model that gives me as good as possible output so that the algorithm can compute a schedule with the score as good as possible, how can I model a NN that in can be trained by this data later gives me good ouput for any scenario. Output will be used for Java scheduling algorithm.
Jun-6-2017, 15:20:15 GMT
- Technology: