Finally, here I present the most problematic front-end ever imagined! Take a look in the tests to see how we can use the Trainer front-end to generate new models. Surprisingly, there were few training algorithms in the models. Our challenge will be to implement GHMM's training inside ToPS. But I think we are finally close to end the changes in the library!
My plan, now, is start the Serializer, but I have it already implemented in topsframework/tops-architecture, so the problem is to make the front-end in ToPS itself. Let's see!
@igorbonadio,
Finally, here I present the most problematic front-end ever imagined! Take a look in the tests to see how we can use the
Trainer
front-end to generate new models. Surprisingly, there were few training algorithms in the models. Our challenge will be to implement GHMM's training inside ToPS. But I think we are finally close to end the changes in the library!My plan, now, is start the
Serializer
, but I have it already implemented in topsframework/tops-architecture, so the problem is to make the front-end in ToPS itself. Let's see!