Home | History | Annotate | Download | only in datasets

Lines Matching refs:synthetic

15 """Dataset utilities and synthetic/reference datasets."""
28 from tensorflow.contrib.learn.python.learn.datasets import synthetic
46 # List of all synthetic datasets
47 SYNTHETIC = {
49 'circles': synthetic.circles,
50 'spirals': synthetic.spirals
77 """Creates binary synthetic datasets
86 Shuffled features and labels for given synthetic dataset of type
93 - This is a generic synthetic data generator - individual generators might
101 - Need shuffling routine. Currently synthetic datasets are reshuffled to
106 if name not in SYNTHETIC:
107 raise ValueError('Synthetic dataset not found or not implemeted: %s' % name)
109 return SYNTHETIC[name](