Andrew DalPino
Andrew DalPino
Hello @LasseRafn and @Rello thanks for commenting, I'll give an update and we'll reopen this issue to keep the discussion going. We haven't got around to implementing time-series in ML...
Hi @itrack. There's still talk about implementing VAR (vector autoregression) and LSTM. Nothing material has come about yet though. It's not that there's not enough want for sequence learning but...
What version of Rubix ML is this? What version of the Tensor extension are you using?
Hmmmm interesting. I'll try to figure out why Composer installed an older version but yes Rubix ML < 1.0 required Tensor 2.0 I believe. Rubix ML >= 1.0 will throw...
Hey @MihailoJoksimovic yeah I've run into this problem before with SVD, unfortunately, I have not had the time to debug the issue. Maybe create an issue in the Tensor repo...
I like this idea. We haven't done a full keyword inventory yet ever. What did you have in mind for the new doc page?
Kinda like a glossary except instead of a brief summary of the topic we provide a link to the content?
We have something like that here ... https://github.com/RubixML/RubixML/blob/master/mkdocs.yml Do we need something more for discovery and SEO purposes?
I'm struggling to think of use cases for this. Maybe they will become more apparent in the future but as for now I think we should put this in the...
Hello @sgoranov indeed the [CIFAR-10](https://github.com/RubixML/CIFAR-10) or the [MNIST](https://github.com/RubixML/MNIST) example projects are a good place to start for image recognition in Rubix ML. The adult/non adult labeling schema works great. I...