Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mkashirin/datasets
- Owner: mkashirin
- Created: 2023-06-12T16:30:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-02T16:25:14.000Z (10 months ago)
- Last Synced: 2024-11-06T06:40:46.606Z (about 2 months ago)
- Topics: artificial-intelligence, data-science, datasets, deep-learning, machine-learning
- Language: Python
- Homepage:
- Size: 37.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.