synthetic datasets for benchmarking AI and machine learning
Project description
# Synthetic Datasets
## Installation
```
pip install synthetic-datasets
```
## Datasets
* NoiseCircle
### NoiseCircle
A generator of square images, by default 64x64, with static noise and a circle
with noisy pixels in the image at a random location and with a random size.
Each result from the generator is a square numpy matrix of type float32
Example use::
```python
from synthetic_datasets import NoiseCircle
nc = NoiseCircle(batch_size=32, dim=64)
for samples, labels in nc:
// samples is a (32, 64, 64) numpy array of noise circle images
// labels is a dict with three keys, "X", "Y", and "R".
// These represent the X, Y, and RADIUS (in pixels) of the circle in the image.
// Each key holds a numpy array of shape (32,)
```
## Licence
MIT
## More info
- https://github.com/synthetic-datasets/synthetic-datasets
- https://www.meetup.com/Toronto-AI/
- http://torontoai.org/
- A Toronto AI initiative
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file synthetic_datasets-0.1.11.tar.gz
.
File metadata
- Download URL: synthetic_datasets-0.1.11.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da613895b5d4fb073f2d511c9f65726b59fb586ac76302024fe57ad838539eef |
|
MD5 | a95d1edb3e91b0ec3ba66c7330bfc695 |
|
BLAKE2b-256 | 0e8286e46d3351342b85eea0a434d778ef206aba4503f170d23bf0640814e1cd |
File details
Details for the file synthetic_datasets-0.1.11-py3-none-any.whl
.
File metadata
- Download URL: synthetic_datasets-0.1.11-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bab515478dc9667ca17422c701f997c4e71adeb0e886b0ee979b50c748f3c71 |
|
MD5 | 49e7feff89503d143ecca86669b81f44 |
|
BLAKE2b-256 | aa53858c95f2994356e237d1fa4008f2675c871dbdd1a25cb52029c5c4ea1c85 |