vtl icon indicating copy to clipboard operation
vtl copied to clipboard

The V Tensor Library

Results 11 vtl issues
Sort by recently updated
recently updated
newest added

(I guess V's op overload is now stable enough so...) **VTL version:** master **OS:** win10 **What did you do?** (Just take plus op as an example) ```V import vtl fn...

enhancement

A numerical library needs a well defined behavior of floating point computations (incl. comparisons) on all platforms it supports. Currently it seems *vnum* is not limited to any platform (as...

The main difference (or rather the only one?) between Fortran and C is, that Fortran's semantics assumes no pointer aliasing by default (though Fortran as a language allows pointer aliasing)...

We already have a tutorial [here](https://github.com/vlang/vtl/blob/main/docs/TUTORIAL.md) but it is not completed and needs more love ❤️ For this issue we want everyone to add more examples and tutorial steps

good first issue
Hacktoberfest

We already have some tests for the ml/metrics module but we don't have any example at `ml/metrics/examples` or any README.md showing usage examples. Add some!

good first issue
Hacktoberfest

For this ticket we want to add more datasets to the module `vtl.datasets`. Every new dataset should implement the types defined at `datasets/types.v`

Hacktoberfest

We already have some examples for vtl, but we need more! For that you can submit any PR adding examples to `examples/`. You can use numpy, arraymancer or any other...

good first issue
Hacktoberfest

### Describe the feature https://github.com/tracel-ai/burn ### Use Case . ### Proposed Solution . ### Other Information _No response_ ### Acknowledgements - [ ] I may be able to implement this...

### Describe the bug When I try compiling and running the code at the beginning of the README.md file, it throws an Unhandled Exception that means (A heap has been...

bug