Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

synthetic_datasets-0.1.11.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

synthetic_datasets-0.1.11-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file synthetic_datasets-0.1.11.tar.gz.

File metadata

File hashes

Hashes for synthetic_datasets-0.1.11.tar.gz
Algorithm Hash digest
SHA256 da613895b5d4fb073f2d511c9f65726b59fb586ac76302024fe57ad838539eef
MD5 a95d1edb3e91b0ec3ba66c7330bfc695
BLAKE2b-256 0e8286e46d3351342b85eea0a434d778ef206aba4503f170d23bf0640814e1cd

See more details on using hashes here.

File details

Details for the file synthetic_datasets-0.1.11-py3-none-any.whl.

File metadata

File hashes

Hashes for synthetic_datasets-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 9bab515478dc9667ca17422c701f997c4e71adeb0e886b0ee979b50c748f3c71
MD5 49e7feff89503d143ecca86669b81f44
BLAKE2b-256 aa53858c95f2994356e237d1fa4008f2675c871dbdd1a25cb52029c5c4ea1c85

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page