Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZhangWei1993/Mechanical-Fault-Diagnosis-Based-on-Deep-Learning
/ functions
Functions
36 in github.com/ZhangWei1993/Mechanical-Fault-Diagnosis-Based-on-Deep-Learning
⨍
Functions
36
◇
Types & classes
4
↓ 6 callers
Function
_read32
(bytestream)
input_data.py:17
↓ 4 callers
Function
bias_variable
(shape)
mnist_2d.py:21
↓ 4 callers
Function
bias_variable
(shape)
mnist_b.py:18
↓ 4 callers
Function
bias_variable
(shape)
mnist_c.py:18
↓ 4 callers
Function
maybe_download
Download the data from Yann's website, unless it's already here.
input_data.py:7
↓ 4 callers
Function
weight_variable
(shape)
mnist_2d.py:18
↓ 4 callers
Function
weight_variable
(shape)
mnist_b.py:15
↓ 4 callers
Function
weight_variable
(shape)
mnist_c.py:15
↓ 3 callers
Method
next_batch
Return the next `batch_size` examples from this data set.
input_data.py:91
↓ 2 callers
Function
conv2d
(x, W)
mnist_2d.py:29
↓ 2 callers
Function
dense_to_one_hot
Convert class labels from scalars to one-hot vectors.
input_bear_data.py:12
↓ 2 callers
Function
disorder_images
(images, labels)
disorder_images.py:23
↓ 2 callers
Function
extract_images
Extract the images into a 4D uint8 numpy array [index, y, x, depth].
input_bear_data.py:8
↓ 2 callers
Function
extract_images
Extract the images into a 4D uint8 numpy array [index, y, x, depth].
input_data.py:20
↓ 2 callers
Function
extract_labels
Extract the labels into a 1D uint8 numpy array [index].
input_data.py:43
↓ 2 callers
Function
max_pool_2x2
(x)
mnist_2d.py:31
↓ 2 callers
Function
max_pool_2x2
(x)
mnist_b.py:27
↓ 2 callers
Function
max_pool_2x2
(x)
mnist_c.py:27
↓ 1 callers
Function
conv2d
(x, W)
mnist_b.py:23
↓ 1 callers
Function
conv2d
(x, W)
mnist_c.py:23
↓ 1 callers
Function
conv2d_1
(x, W)
mnist_b.py:25
↓ 1 callers
Function
conv2d_1
(x, W)
mnist_c.py:25
↓ 1 callers
Function
dense_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
Method
epochs_completed
(self)
input_bear_data.py:43
Method
epochs_completed
(self)
input_data.py:89
Method
images
(self)
input_bear_data.py:34
Method
images
(self)
input_data.py:80
Method
labels
(self)
input_bear_data.py:37
Method
labels
(self)
input_data.py:83
Method
next_batch
Return the next `batch_size` examples from this data set.
input_bear_data.py:45
Method
num_examples
(self)
input_bear_data.py:40
Method
num_examples
(self)
input_data.py:86
Function
read_data_sets
(images, labels, test_images, test_labels, fake_data=False)
input_bear_data.py:68
Function
read_data_sets
(train_dir, fake_data=False, one_hot=False)
input_data.py:114