Palashio / libra

Ergonomic machine learning for everyone.
http://libradocs.org/
MIT License
1.92k stars 109 forks source link

Loading Datasets within Libra #43

Open pranavnt opened 4 years ago

pranavnt commented 4 years ago

TensorFlow currently allows users to load multiple datasets within TensorFlow itself (i.e. MNIST, COCO, etc). We could add this to Libra, but include relevant datasets to the time right now, such as COVID-19 related datasets, Election-Related Datasets, etc.

paramgandhi commented 4 years ago

Well, maybe we could have standard datasets withing different categories. For example, housing dataset, stock price data set, fashion mnist, etc

anas-awadalla commented 4 years ago

http://archive.ics.uci.edu/ml/index.php - Has some decent datasets from various categories

https://github.com/beamandrew/medical-data - Really good medical datasets

Palashio commented 4 years ago

I feel like this wouldn't be a core aspect of the library itself. We'd need to find another additional function for this.

Sar1hak commented 4 years ago

I think it would be much better if the above-mentioned datasets could directly be available in Libra site