Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bowenbaker/metaqnn
/ functions
Functions
163 in github.com/bowenbaker/metaqnn
⨍
Functions
163
◇
Types & classes
22
↓ 1 callers
Method
update_replay_database
(self, new_replay_dic)
libs/grammar/q_learner.py:163
Method
__init__
(self, list_path, state_space_parameters, hyper_parameters,
q_server.py:28
Method
__init__
(self)
q_server.py:217
Method
__init__
(self, clientname, hyper_parameters, state_space_parameters, gpu_to_use, debug)
caffe_client.py:116
Method
__init__
(self)
test/test_q_server.py:13
Method
__init__
(self)
test/test_q_protocol.py:13
Method
__init__
(self)
test/test_q_values.py:8
Method
__init__
(self)
test/test_q_learner.py:12
Method
__init__
(self)
test/test_state_enumerator.py:11
Method
__init__
(self, str,*args,**kw)
libs/grammar/cnn.py:27
Method
__init__
(self)
libs/grammar/q_learner.py:12
Method
__init__
(self, state_space_parameters, epsilon, state=None,
libs/grammar/q_learner.py:132
Method
__init__
(self, state_space_parameters)
libs/grammar/state_string_utils.py:11
Method
__init__
(self, layer_type=None, # String -- conv, pool, fc, softmax layer_dep
libs/grammar/state_enumerator.py:7
Method
__init__
(self, state_space_parameters)
libs/grammar/state_enumerator.py:62
Method
__init__
(self, model_dir, hyper_parameters, state_space_parameters)
libs/caffe/model_exec.py:22
Method
__init__
(self, model_dir, hyper_parameters, state_space_parameters)
libs/caffe/model_gen.py:10
Method
__init__
(self, hyper_parameters, state_space_parameters)
libs/caffe/string_to_model.py:17
Function
allow_fully_connected
(image_bucket)
test/needed_for_testing/state_space_parameters.py:39
Function
allow_fully_connected
(representation_size)
models/mnist/state_space_parameters.py:52
Function
allow_fully_connected
(representation_size)
models/svhn/state_space_parameters.py:52
Function
allow_fully_connected
(representation_size)
models/cifar10/state_space_parameters.py:52
Function
allow_fully_connected
(representation_size)
models/svhn_small_for_stability/state_space_parameters.py:52
Method
as_list
(self)
libs/grammar/state_enumerator.py:45
Method
clientConnectionFailed
(self, connector, reason)
caffe_client.py:124
Method
clientConnectionLost
(self, connector, reason)
caffe_client.py:128
Method
connectionLost
(self, reason)
q_server.py:220
Method
connectionLost
(self, reason)
caffe_client.py:112
Method
connectionMade
(self)
caffe_client.py:52
Function
construct_login_message
(hostname)
libs/grammar/q_protocol.py:9
Function
construct_net_too_large_message
(hostname)
libs/grammar/q_protocol.py:38
Function
construct_net_trained_message
(hostname, net_string, acc_best_val,
libs/grammar/q_protocol.py:20
Function
construct_new_net_message
(hostname, net_string, epsilon, iteration_number)
libs/grammar/q_protocol.py:13
Function
construct_redundant_connection_message
(hostname)
libs/grammar/q_protocol.py:42
Method
dataReceived
(self, data)
q_server.py:236
Method
dataReceived
(self, data)
caffe_client.py:55
Function
gcn_whiten
Xtr and Xte should be in format (image index, chanel, x, y) Returns Xtr and Xte as type float
libs/input_modules/preprocessing.py:33
Method
generate_new_netork
(self)
q_server.py:140
Function
get_caltech101
(save_dir=None, root_path=None)
libs/input_modules/get_datasets.py:12
Function
get_cifar10
If root_path is None, we download the data set from internet. Either save path or root path must not be None and not both. Returns
libs/input_modules/get_datasets.py:81
Function
get_cifar100
If root_path is None, we download the data set from internet. Either save path or root path must not be None and not both. Returns
libs/input_modules/get_datasets.py:274
Function
get_last_epoch_snapshot
(log_file)
libs/caffe/run_caffe_command_line.py:115
Function
get_mnist
If root_path is None, we download the data set from internet. Either save path or root path must not be None and not both. Returns
libs/input_modules/get_datasets.py:345
Function
get_svhn_full
If root_path is None, we download the data set from internet. Either save path or root path must not be None and not both. Returns
libs/input_modules/get_datasets.py:204
Function
get_svhn_small
(save_dir=None, root_path=None)
libs/input_modules/get_datasets.py:172
Function
image_size_bucket
(image_size)
test/needed_for_testing/state_space_parameters.py:31
Function
image_size_bucket
(image_size)
models/mnist/state_space_parameters.py:43
Function
image_size_bucket
(image_size)
models/svhn/state_space_parameters.py:43
Function
image_size_bucket
(image_size)
models/cifar10/state_space_parameters.py:43
Function
image_size_bucket
(image_size)
models/svhn_small_for_stability/state_space_parameters.py:43
Function
lcn_whiten
Uses opencv guassian blur to estimate the local mean and std Assumes that image comes in in (channel, x, y) format returns a type fl
libs/input_modules/preprocessing.py:17
Function
mean_subtraction
(Xtr, Xte)
libs/input_modules/preprocessing.py:46
Function
parse_message
takes message with format PROTOCOL and returns a dictionary
libs/grammar/q_protocol.py:5
Function
standard_whiten
(image)
libs/input_modules/preprocessing.py:9
Method
test_bucket_state
(self)
test/test_state_enumerator.py:16
Method
test_bucket_state_tuple
(self)
test/test_state_enumerator.py:29
Method
test_construct_login
(self)
test/test_q_protocol.py:16
Method
test_construct_net_trained
(self)
test/test_q_protocol.py:40
Method
test_construct_new_net
(self)
test/test_q_protocol.py:23
Method
test_epsilon0_generation
(self)
test/test_q_learner.py:18
Method
test_load_unload
(self)
test/test_q_values.py:11
Method
test_load_unload2
(self)
test/test_q_values.py:31
Method
test_transition_to_action
(self)
test/test_state_enumerator.py:44
← previous
101–163 of 163, ranked by callers