MCPcopy Create free account

hub / github.com/MorvanZhou/tutorials / functions

Functions99 in github.com/MorvanZhou/tutorials

↓ 6 callersFunctionf
(x,y)
matplotlibTUT/plt12_contours.py:17
↓ 4 callersFunctionbias_variable
(shape)
tensorflowTUT/tf18_CNN3/full_code.py:27
↓ 4 callersFunctionweight_variable
(shape)
tensorflowTUT/tf18_CNN3/full_code.py:23
↓ 2 callersMethod_bias_variable
(shape, name='biases')
tensorflowTUT/tf22_scope/tf22_RNN_scope.py:93
↓ 2 callersMethod_bias_variable
(self, shape, name='biases')
tensorflowTUT/tf20_RNN2.2/full_code.py:111
↓ 2 callersMethod_weight_variable
(shape, name='weights')
tensorflowTUT/tf22_scope/tf22_RNN_scope.py:88
↓ 2 callersMethod_weight_variable
(self, shape, name='weights')
tensorflowTUT/tf20_RNN2.2/full_code.py:107
↓ 2 callersFunctionadd_layer
(inputs, in_size, out_size, activation_function=None)
tensorflowTUT/tensorflow11_build_network.py:13
↓ 2 callersFunctionadd_layer
(inputs, in_size, out_size, activation_function=None)
tensorflowTUT/tensorflow12_plut_result.py:14
↓ 2 callersFunctionadd_layer
(inputs, in_size, out_size, activation_function=None)
tensorflowTUT/tf14_tensorboard/full_code.py:13
↓ 2 callersFunctionadd_layer
(inputs, in_size, out_size, activation_function=None)
tensorflowTUT/tf12_plot_result/full_code.py:14
↓ 2 callersFunctionadd_layer
(inputs, in_size, out_size, n_layer, activation_function=None)
tensorflowTUT/tf15_tensorboard/full_code.py:14
↓ 2 callersFunctionadd_layer
(inputs, in_size, out_size, layer_name, activation_function=None, )
tensorflowTUT/tf17_dropout/full_code.py:23
↓ 2 callersFunctionadd_layer
(inputs, in_size, out_size, activation_function=None)
tensorflowTUT/tf11_build_network/full_code.py:14
↓ 2 callersFunctionadd_layer
(inputs, in_size, out_size, activation_function=None, norm=False)
tensorflowTUT/tf23_BN/tf23_BN.py:54
↓ 2 callersFunctionbuilt_net
(xs, ys, norm)
tensorflowTUT/tf23_BN/tf23_BN.py:53
↓ 2 callersFunctioncompute_accuracy
(y_target, y_predict)
theanoTUT/theano13_save/full_code.py:16
↓ 2 callersFunctionconv2d
(x, W)
tensorflowTUT/tf18_CNN3/full_code.py:31
↓ 2 callersFunctionfix_seed
(seed=1)
tensorflowTUT/tf23_BN/tf23_BN.py:23
↓ 2 callersFunctionmax_pool_2x2
(x)
tensorflowTUT/tf18_CNN3/full_code.py:36
↓ 2 callersFunctionmean_var_with_update
()
tensorflowTUT/tf23_BN/tf23_BN.py:76
↓ 1 callersFunctionRNN
(X, weights, biases)
tensorflowTUT/tf20_RNN2/full_code.py:50
↓ 1 callersMethod_built_RNN
(self)
tensorflowTUT/tf22_scope/tf22_RNN_scope.py:32
↓ 1 callersMethodadd_cell
(self)
tensorflowTUT/tf20_RNN2.2/full_code.py:71
↓ 1 callersMethodadd_input_layer
(self,)
tensorflowTUT/tf20_RNN2.2/full_code.py:59
↓ 1 callersFunctionadd_layer
(inputs, in_size, out_size, activation_function=None,)
tensorflowTUT/tf16_classification/full_code.py:15
↓ 1 callersMethodadd_output_layer
(self)
tensorflowTUT/tf20_RNN2.2/full_code.py:78
↓ 1 callersFunctioncompute_accuracy
(v_xs, v_ys)
tensorflowTUT/tf16_classification/full_code.py:26
↓ 1 callersFunctioncompute_accuracy
(v_xs, v_ys)
tensorflowTUT/tf18_CNN2/full_code.py:15
↓ 1 callersFunctioncompute_accuracy
(v_xs, v_ys)
tensorflowTUT/tf18_CNN3/full_code.py:15
↓ 1 callersFunctioncompute_accuracy
(y_target, y_predict)
theanoTUT/theano11_classification_nn/full_code.py:15
↓ 1 callersMethodcompute_cost
(self)
tensorflowTUT/tf20_RNN2.2/full_code.py:87
↓ 1 callersFunctiondecoder
(x)
tensorflowTUT/tf21_autoencoder/full_code.py:58
↓ 1 callersFunctionencoder
(x)
tensorflowTUT/tf21_autoencoder/full_code.py:47
↓ 1 callersFunctionf1
(x,y)
basic/29_zip_lambda_map.py:16
↓ 1 callersFunctionget_batch
()
tensorflowTUT/tf20_RNN2.2/full_code.py:25
↓ 1 callersFunctionget_batch
()
kerasTUT/8-RNN_LSTM_Regressor_example.py:32
↓ 1 callersFunctionmain
()
threadingTUT/thread2_add_thread.py:16
↓ 1 callersFunctionmain
()
threadingTUT/thread3_join.py:18
↓ 1 callersFunctionminmax_normalization
(data)
theanoTUT/theano12_regularization/full_code.py:30
↓ 1 callersFunctionminmax_normalization
(data)
theanoTUT/theano12_regularization/for_you_to_practice.py:29
↓ 1 callersMethodms_error
(y_target, y_pre)
tensorflowTUT/tf22_scope/tf22_RNN_scope.py:84
↓ 1 callersFunctionmulticore
()
multiprocessingTUT/multiprocessing7_lock.py:17
↓ 1 callersFunctionmulticore
()
multiprocessingTUT/multiprocessing4_efficiency_comparison.py:16
↓ 1 callersFunctionmulticore
()
multiprocessingTUT/multiprocessing5_pool.py:11
↓ 1 callersFunctionmultithread
()
multiprocessingTUT/multiprocessing4_efficiency_comparison.py:35
↓ 1 callersFunctionmultithreading
()
threadingTUT/thread4_queue.py:15
↓ 1 callersFunctionmultithreading
(l)
threadingTUT/thread5_GIL.py:15
↓ 1 callersFunctionnormal
()
multiprocessingTUT/multiprocessing4_efficiency_comparison.py:28
↓ 1 callersFunctionnormal
(l)
threadingTUT/thread5_GIL.py:28
↓ 1 callersFunctionplot_his
(inputs, inputs_norm)
tensorflowTUT/tf23_BN/tf23_BN.py:29
↓ 1 callersFunctionusr_sign_up
()
tkinterTUT/tk15_login_example/tk15_login_example.py:53
↓ 1 callersFunctionusr_sign_up
()
tkinterTUT/tk14_login_example/tk14_login_example.py:52
FunctionT2_job
()
threadingTUT/thread3_join.py:14
Method__init__
(self, config)
tensorflowTUT/tf22_scope/tf22_RNN_scope.py:23
Method__init__
(self, n_steps, input_size, output_size, cell_size, batch_size)
tensorflowTUT/tf20_RNN2.2/full_code.py:39
Method__init__
(self, inputs, in_size, out_size, activation_function=None)
theanoTUT/theano8_Layer_class.py:17
Method__init__
(self, inputs, in_size, out_size, activation_function=None)
theanoTUT/theano3_what_does_ML_do.py:18
Method__init__
(self, inputs, in_size, out_size, activation_function=None)
theanoTUT/theano12_regularization/full_code.py:19
Method__init__
(self, inputs, in_size, out_size, activation_function=None)
theanoTUT/theano12_regularization/for_you_to_practice.py:18
Method__init__
(self, inputs, in_size, out_size, activation_function=None)
theanoTUT/theano9_regression_nn/full_code.py:18
Method__init__
(self, inputs, in_size, out_size, activation_function=None)
theanoTUT/theano9_regression_nn/for_you_to_practice.py:18
Method__init__
(self, inputs, in_size, out_size, activation_function=None)
theanoTUT/theano10_regression_visualization/full_code.py:18
Method__init__
(self, inputs, in_size, out_size, activation_function=None)
theanoTUT/theano10_regression_visualization/for_you_to_practice.py:18
Functionadd_layer
(inputs, in_size, out_size, activation_function=None)
tensorflowTUT/tensorflow10_def_add_layer.py:13
Functionanimate
(i)
matplotlibTUT/plt19_animation.py:28
Functionbias_variable
(shape)
tensorflowTUT/tf18_CNN2/full_code.py:27
Functioncompute_accuracy
(y_target, y_predict)
theanoTUT/theano13_save/for_you_to_practice.py:16
Functioncompute_accuracy
(y_target, y_predict)
theanoTUT/theano11_classification_nn/for_you_to_practice.py:15
Functionconv2d
(x, W)
tensorflowTUT/tf18_CNN2/full_code.py:31
Functiondo_job
()
tkinterTUT/tk9_menubar.py:15
Functionhit_me
()
tkinterTUT/tk2_label_button.py:19
Functionhit_me
()
tkinterTUT/tk11_msgbox.py:13
Functioninit
()
matplotlibTUT/plt19_animation.py:34
Functioninsert_end
()
tkinterTUT/tk3_entry_text.py:18
Functioninsert_point
()
tkinterTUT/tk3_entry_text.py:15
Functionjob
(v, num, l)
multiprocessingTUT/multiprocessing7_lock.py:9
Functionjob
(q)
multiprocessingTUT/multiprocessing4_efficiency_comparison.py:10
Functionjob
(q)
multiprocessingTUT/multiprocessing3_queue.py:8
Functionjob
(x)
multiprocessingTUT/multiprocessing5_pool.py:8
Functionjob
(l,q)
threadingTUT/thread4_queue.py:10
Functionjob
(l, q)
threadingTUT/thread5_GIL.py:11
Functionjob1
()
threadingTUT/thread6_lock.py:8
Functionjob2
()
threadingTUT/thread6_lock.py:16
Functionmax_pool_2x2
(x)
tensorflowTUT/tf18_CNN2/full_code.py:36
Functionmoveit
()
tkinterTUT/tk8_canvas.py:22
Methodms_error
(labels, logits)
tensorflowTUT/tf20_RNN2.2/full_code.py:104
Functionprint_selection
(v)
tkinterTUT/tk6_scale.py:15
Functionprint_selection
()
tkinterTUT/tk7_checkbutton.py:15
Functionprint_selection
()
tkinterTUT/tk4_listbox.py:16
Functionprint_selection
()
tkinterTUT/tk5_radiobutton.py:16
Functionsign_to_Mofan_Python
()
tkinterTUT/tk15_login_example/tk15_login_example.py:54
Functionthread_job
()
threadingTUT/thread2_add_thread.py:13
Functionthread_job
()
threadingTUT/thread3_join.py:8
Functionusr_login
()
tkinterTUT/tk15_login_example/tk15_login_example.py:32
Functionusr_login
()
tkinterTUT/tk13_login_example/tk13_login_example.py:30
Functionusr_login
()
tkinterTUT/tk14_login_example/tk14_login_example.py:31
Functionusr_sign_up
()
tkinterTUT/tk13_login_example/tk13_login_example.py:32
Functionweight_variable
(shape)
tensorflowTUT/tf18_CNN2/full_code.py:23