MCPcopy Create free account

hub / github.com/ZhangWei1993/Mechanical-Fault-Diagnosis-Based-on-Deep-Learning / functions

Functions36 in github.com/ZhangWei1993/Mechanical-Fault-Diagnosis-Based-on-Deep-Learning

↓ 6 callersFunction_read32
(bytestream)
input_data.py:17
↓ 4 callersFunctionbias_variable
(shape)
mnist_2d.py:21
↓ 4 callersFunctionbias_variable
(shape)
mnist_b.py:18
↓ 4 callersFunctionbias_variable
(shape)
mnist_c.py:18
↓ 4 callersFunctionmaybe_download
Download the data from Yann's website, unless it's already here.
input_data.py:7
↓ 4 callersFunctionweight_variable
(shape)
mnist_2d.py:18
↓ 4 callersFunctionweight_variable
(shape)
mnist_b.py:15
↓ 4 callersFunctionweight_variable
(shape)
mnist_c.py:15
↓ 3 callersMethodnext_batch
Return the next `batch_size` examples from this data set.
input_data.py:91
↓ 2 callersFunctionconv2d
(x, W)
mnist_2d.py:29
↓ 2 callersFunctiondense_to_one_hot
Convert class labels from scalars to one-hot vectors.
input_bear_data.py:12
↓ 2 callersFunctiondisorder_images
(images, labels)
disorder_images.py:23
↓ 2 callersFunctionextract_images
Extract the images into a 4D uint8 numpy array [index, y, x, depth].
input_bear_data.py:8
↓ 2 callersFunctionextract_images
Extract the images into a 4D uint8 numpy array [index, y, x, depth].
input_data.py:20
↓ 2 callersFunctionextract_labels
Extract the labels into a 1D uint8 numpy array [index].
input_data.py:43
↓ 2 callersFunctionmax_pool_2x2
(x)
mnist_2d.py:31
↓ 2 callersFunctionmax_pool_2x2
(x)
mnist_b.py:27
↓ 2 callersFunctionmax_pool_2x2
(x)
mnist_c.py:27
↓ 1 callersFunctionconv2d
(x, W)
mnist_b.py:23
↓ 1 callersFunctionconv2d
(x, W)
mnist_c.py:23
↓ 1 callersFunctionconv2d_1
(x, W)
mnist_b.py:25
↓ 1 callersFunctionconv2d_1
(x, W)
mnist_c.py:25
↓ 1 callersFunctiondense_to_one_hot
Convert class labels from scalars to one-hot vectors.
input_data.py:36
Method__init__
(self, images, labels, fake_data=False)
input_bear_data.py:21
Method__init__
(self, images, labels, fake_data=False)
input_data.py:59
Methodepochs_completed
(self)
input_bear_data.py:43
Methodepochs_completed
(self)
input_data.py:89
Methodimages
(self)
input_bear_data.py:34
Methodimages
(self)
input_data.py:80
Methodlabels
(self)
input_bear_data.py:37
Methodlabels
(self)
input_data.py:83
Methodnext_batch
Return the next `batch_size` examples from this data set.
input_bear_data.py:45
Methodnum_examples
(self)
input_bear_data.py:40
Methodnum_examples
(self)
input_data.py:86
Functionread_data_sets
(images, labels, test_images, test_labels, fake_data=False)
input_bear_data.py:68
Functionread_data_sets
(train_dir, fake_data=False, one_hot=False)
input_data.py:114