MCPcopy Create free account

hub / github.com/Jack-Cherish/Deep-Learning / functions

Functions315 in github.com/Jack-Cherish/Deep-Learning

Method__init__
(self, data_path)
Pytorch-Seg/lesson-2/utils/dataset.py:9
Method__init__
(self, in_channels, out_channels)
Pytorch-Seg/lesson-2/model/unet_parts.py:12
Method__init__
(self, in_channels, out_channels)
Pytorch-Seg/lesson-2/model/unet_parts.py:30
Method__init__
(self, in_channels, out_channels)
Pytorch-Seg/lesson-2/model/unet_parts.py:69
Method__init__
(self, n_channels, n_classes, bilinear=True)
Pytorch-Seg/lesson-2/model/unet_model.py:10
Method__init__
(self, in_channels, out_channels)
Pytorch-Seg/lesson-1/unet_parts.py:12
Method__init__
(self, in_channels, out_channels)
Pytorch-Seg/lesson-1/unet_parts.py:30
Method__init__
(self, in_channels, out_channels)
Pytorch-Seg/lesson-1/unet_parts.py:71
Method__init__
(self, n_channels, n_classes, bilinear=False)
Pytorch-Seg/lesson-1/unet_model.py:10
Method__init__
(self)
Pytorch-Seg/lesson-4/train.py:160
Method__init__
(self, txt_path, train_flag=True)
Pytorch-Seg/lesson-4/dataset.py:12
Method__len__
(self)
Pytorch-Seg/lesson-2/utils/dataset.py:42
Method__len__
(self)
Pytorch-Seg/lesson-4/dataset.py:65
Method__repr__
(self)
Tutorial/lesson-6/cnn.py:106
Method__repr__
(self)
Tutorial/lesson-5/cnn.py:106
Method__repr__
(self)
Tutorial/lesson-4/cnn.py:106
Method__str__
打印节点的信息
Tutorial/lesson-3/bp.py:66
Method__str__
打印节点的信息
Tutorial/lesson-3/bp.py:99
Method__str__
打印连接信息
Tutorial/lesson-3/bp.py:165
Method__str__
打印学习到的权重、偏置项
Tutorial/lesson-2/perceptron.py:17
Method__str__
打印学习到的权重、偏置项
Tutorial/lesson-1/perceptron.py:17
Methodappend_downstream_connection
添加一个到下游节点的连接
Tutorial/lesson-3/bp.py:86
Methodbackward
(self, input_array, sensitivity_array)
Tutorial/lesson-6/cnn.py:299
Methodbackward
(self, output)
Tutorial/lesson-6/activators.py:12
Methodbackward
(self, output)
Tutorial/lesson-6/activators.py:20
Methodbackward
(self, output)
Tutorial/lesson-6/activators.py:28
Methodbackward
(self, output)
Tutorial/lesson-6/activators.py:36
Methodbackward
反向计算W和b的梯度 delta_array: 从上一层传递过来的误差项
Tutorial/lesson-3/fc.py:33
Methodbackward
(self, output)
Tutorial/lesson-7/activators.py:12
Methodbackward
(self, output)
Tutorial/lesson-7/activators.py:20
Methodbackward
(self, output)
Tutorial/lesson-7/activators.py:28
Methodbackward
(self, output)
Tutorial/lesson-7/activators.py:36
Methodbackward
(self, input_array, sensitivity_array)
Tutorial/lesson-5/cnn.py:299
Methodbackward
(self, output)
Tutorial/lesson-5/activators.py:12
Methodbackward
(self, output)
Tutorial/lesson-5/activators.py:20
Methodbackward
(self, output)
Tutorial/lesson-5/activators.py:28
Methodbackward
(self, output)
Tutorial/lesson-5/activators.py:36
Methodbackward
(self, input_array, sensitivity_array)
Tutorial/lesson-4/cnn.py:299
Methodbackward
(self, output)
Tutorial/lesson-4/activators.py:12
Methodbackward
(self, output)
Tutorial/lesson-4/activators.py:20
Methodbackward
(self, output)
Tutorial/lesson-4/activators.py:28
Methodbackward
(self, output)
Tutorial/lesson-4/activators.py:36
Methodcalc_hidden_layer_delta
节点属于隐藏层时,根据式4计算delta
Tutorial/lesson-3/bp.py:91
Methodcalc_output
计算层的输出向量
Tutorial/lesson-3/bp.py:125
Methodchar2pos
(c)
Discuz/train.py:174
Methoddump
(self)
Tutorial/lesson-3/bp.py:181
Methoddump
打印网络信息
Tutorial/lesson-3/bp.py:265
Methoddump
(self)
Tutorial/lesson-3/fc.py:112
Functionf
定义激活函数f
Tutorial/lesson-2/perceptron.py:63
Functionf
定义激活函数f
Tutorial/lesson-1/perceptron.py:63
Methodflush
(self)
Pytorch-Seg/lesson-3/log.py:12
Methodforward
(self, input_array)
Tutorial/lesson-6/cnn.py:289
Methodforward
(self, weighted_input)
Tutorial/lesson-6/activators.py:8
Methodforward
(self, weighted_input)
Tutorial/lesson-6/activators.py:17
Methodforward
(self, weighted_input)
Tutorial/lesson-6/activators.py:25
Methodforward
(self, weighted_input)
Tutorial/lesson-6/activators.py:33
Methodforward
前向计算 input_array: 输入向量,维度必须等于input_size
Tutorial/lesson-3/fc.py:24
Methodforward
(self, weighted_input)
Tutorial/lesson-7/activators.py:8
Methodforward
(self, weighted_input)
Tutorial/lesson-7/activators.py:17
Methodforward
(self, weighted_input)
Tutorial/lesson-7/activators.py:25
Methodforward
(self, weighted_input)
Tutorial/lesson-7/activators.py:33
Methodforward
(self, input_array)
Tutorial/lesson-5/cnn.py:289
Methodforward
(self, weighted_input)
Tutorial/lesson-5/activators.py:8
Methodforward
(self, weighted_input)
Tutorial/lesson-5/activators.py:17
Methodforward
(self, weighted_input)
Tutorial/lesson-5/activators.py:25
Methodforward
(self, weighted_input)
Tutorial/lesson-5/activators.py:33
Methodforward
(self, input_array)
Tutorial/lesson-4/cnn.py:289
Methodforward
(self, weighted_input)
Tutorial/lesson-4/activators.py:8
Methodforward
(self, weighted_input)
Tutorial/lesson-4/activators.py:17
Methodforward
(self, weighted_input)
Tutorial/lesson-4/activators.py:25
Methodforward
(self, weighted_input)
Tutorial/lesson-4/activators.py:33
Methodforward
(self, x)
Pytorch-Seg/lesson-2/model/unet_parts.py:23
Methodforward
(self, x)
Pytorch-Seg/lesson-2/model/unet_parts.py:37
Methodforward
(self, x1, x2)
Pytorch-Seg/lesson-2/model/unet_parts.py:55
Methodforward
(self, x)
Pytorch-Seg/lesson-2/model/unet_parts.py:73
Methodforward
(self, x)
Pytorch-Seg/lesson-2/model/unet_model.py:27
Methodforward
(self, x)
Pytorch-Seg/lesson-1/unet_parts.py:23
Methodforward
(self, x)
Pytorch-Seg/lesson-1/unet_parts.py:37
Methodforward
(self, x1, x2)
Pytorch-Seg/lesson-1/unet_parts.py:55
Methodforward
(self, x)
Pytorch-Seg/lesson-1/unet_parts.py:75
Methodforward
(self, x)
Pytorch-Seg/lesson-1/unet_model.py:27
Methodget_gradient
获取当前的梯度
Tutorial/lesson-3/bp.py:154
Functiongradient_check
梯度检查
Tutorial/lesson-6/cnn.py:378
Functiongradient_check
梯度检查
Tutorial/lesson-6/lstm.py:282
Functiongradient_check
梯度检查 network: 神经网络对象 sample_feature: 样本的特征 sample_label: 样本的标签
Tutorial/lesson-3/bp.py:272
Functiongradient_check
梯度检查
Tutorial/lesson-3/fc.py:207
Functiongradient_check
梯度检查
Tutorial/lesson-7/recursive.py:134
Functiongradient_check
梯度检查
Tutorial/lesson-5/cnn.py:378
Functiongradient_check
梯度检查
Tutorial/lesson-5/rnn.py:103
Functiongradient_check
梯度检查
Tutorial/lesson-4/cnn.py:378
Methodset_output
设置层的输出。当层是输入层时会用到。
Tutorial/lesson-3/bp.py:119
Functiontest
()
Tutorial/lesson-6/cnn.py:365
Functiontest
()
Tutorial/lesson-6/lstm.py:323
Functiontest
()
Tutorial/lesson-3/fc.py:191
Functiontest
()
Tutorial/lesson-7/recursive.py:175
Functiontest
()
Tutorial/lesson-5/cnn.py:365
Functiontest
()
Tutorial/lesson-5/rnn.py:143
Functiontest
()
Tutorial/lesson-4/cnn.py:365
Functiontest_bp
()
Tutorial/lesson-6/cnn.py:370
Functiontest_bp
()
Tutorial/lesson-5/cnn.py:370
← previousnext →201–300 of 315, ranked by callers