scidata
scidata copied to clipboard
Download and normalize datasets related to science
We'd like to add datasets like those available through PyTorch, [Tensorflow](https://www.tensorflow.org/datasets/catalog/overview), [Hugging Face](https://huggingface.co/datasets), and [scikit-learn](https://scikit-learn.org/stable/datasets.html). Here's a non-comprehensive list to get started: ### Text - [x] IMDB reviews - [...
Currently they return a map and still support transforms. Is it possible to normalize them to a similar result as the other datasets? For example, return a tuple of `{{input_binary,...
Related to discussion in #11 and would resolve https://github.com/elixir-nx/axon/issues/25 I have been digging in to input pipelines, specifically [tf.data](https://www.tensorflow.org/guide/data) and [torch.utils.data.DataLoader](https://pytorch.org/docs/stable/data.html#torch.utils.data.DataLoader). I'm more familiar with `tf.data`, and it's got a...
With the addition of RNNs in Axon, I'd like to start adding some examples of using them in practice. @t-rutten would you be open to adding some NLP related datasets...
Hello Thanks for providing this package! I am new Elixir and kind of confused that you download a CA bundle in such a high level package. Is it possible to...