Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkashirin/datasets

Here're some datasets for machine learning experiments, including such classics as MNIST and Boston Housing.
https://github.com/mkashirin/datasets

artificial-intelligence data-science datasets deep-learning machine-learning

Last synced: 10 days ago
JSON representation

Here're some datasets for machine learning experiments, including such classics as MNIST and Boston Housing.

Awesome Lists containing this project

README

        

# datasets

Here're some datasets for machine learning experiments, including such classics as MNIST and Boston Housing.

## Usage

Just use Git CLI to clone this repo to your working directory by running the line below:

```
git clone https://github.com/mkashirin/datasets
```

You now need to unpack all the files (they are in the `.zip` format). This can be done, using Python, by executing the following line:

```
python extractor.py
```

Now all the `.csv` files are in the csv directory.

And that is it! You're now dealing with regular `.csv` files.