conx
3.2.2
Contents:
conx
Getting Started with conx
Datasets
XOR Multiple Inputs/Targets
Conx model is a Keras Model
Autoencoding
MNIST
LSTM
CIFAR10 CNN
Moving from Keras
Working with Camera and Networks
Plotting
Robot Simulation
conx
conx
Docs
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Z
A
ActivationLayer (class in conx.layers)
ActivityRegularizationLayer (class in conx.layers)
add() (conx.dataset.Dataset method)
(conx.network.Network method)
add_by_function() (conx.dataset.Dataset method)
AddLayer (class in conx.layers)
all_same() (in module conx.dataset)
AlphaDropoutLayer (class in conx.layers)
array2image() (in module conx.utils)
atype() (in module conx.dataset)
audio (conx.widgets.CameraWidget attribute)
autoname() (in module conx.utils)
AverageLayer (class in conx.layers)
AveragePooling1DLayer (class in conx.layers)
AveragePooling2DLayer (class in conx.layers)
AveragePooling3DLayer (class in conx.layers)
AvgPool1DLayer (class in conx.layers)
AvgPool2DLayer (class in conx.layers)
AvgPool3DLayer (class in conx.layers)
B
BatchNormalizationLayer (class in conx.layers)
BidirectionalLayer (class in conx.layers)
binary() (in module conx.utils)
build_struct() (conx.network.Network method)
build_svg() (conx.network.Network method)
C
CameraWidget (class in conx.widgets)
chop() (conx.dataset.Dataset method)
CLASS (conx.layers.ActivationLayer attribute)
(conx.layers.ActivityRegularizationLayer attribute)
(conx.layers.AddLayer attribute)
(conx.layers.AlphaDropoutLayer attribute)
(conx.layers.AverageLayer attribute)
(conx.layers.AveragePooling1DLayer attribute)
(conx.layers.AveragePooling2DLayer attribute)
(conx.layers.AveragePooling3DLayer attribute)
(conx.layers.AvgPool1DLayer attribute)
(conx.layers.AvgPool2DLayer attribute)
(conx.layers.AvgPool3DLayer attribute)
(conx.layers.BatchNormalizationLayer attribute)
(conx.layers.BidirectionalLayer attribute)
(conx.layers.ConcatenateLayer attribute)
(conx.layers.Conv1DLayer attribute)
(conx.layers.Conv2DLayer attribute)
(conx.layers.Conv2DTransposeLayer attribute)
(conx.layers.Conv3DLayer attribute)
(conx.layers.Conv3DTransposeLayer attribute)
(conx.layers.ConvLSTM2DLayer attribute)
(conx.layers.ConvRecurrent2DLayer attribute)
(conx.layers.Convolution1DLayer attribute)
(conx.layers.Convolution2DLayer attribute)
(conx.layers.Convolution2DTransposeLayer attribute)
(conx.layers.Convolution3DLayer attribute)
(conx.layers.Cropping1DLayer attribute)
(conx.layers.Cropping2DLayer attribute)
(conx.layers.Cropping3DLayer attribute)
(conx.layers.Deconv2DLayer attribute)
(conx.layers.Deconv3DLayer attribute)
(conx.layers.Deconvolution2DLayer attribute)
(conx.layers.Deconvolution3DLayer attribute)
(conx.layers.DotLayer attribute)
(conx.layers.DropoutLayer attribute)
(conx.layers.ELULayer attribute)
(conx.layers.EmbeddingLayer attribute)
(conx.layers.FlattenLayer attribute)
(conx.layers.GRULayer attribute)
(conx.layers.GaussianDropoutLayer attribute)
(conx.layers.GaussianNoiseLayer attribute)
(conx.layers.GlobalAveragePooling1DLayer attribute)
(conx.layers.GlobalAveragePooling2DLayer attribute)
(conx.layers.GlobalAveragePooling3DLayer attribute)
(conx.layers.GlobalAvgPool1DLayer attribute)
(conx.layers.GlobalAvgPool2DLayer attribute)
(conx.layers.GlobalAvgPool3DLayer attribute)
(conx.layers.GlobalMaxPool1DLayer attribute)
(conx.layers.GlobalMaxPool2DLayer attribute)
(conx.layers.GlobalMaxPool3DLayer attribute)
(conx.layers.GlobalMaxPooling1DLayer attribute)
(conx.layers.GlobalMaxPooling2DLayer attribute)
(conx.layers.GlobalMaxPooling3DLayer attribute)
(conx.layers.HighwayLayer attribute)
(conx.layers.InputLayerLayer attribute)
(conx.layers.LSTMLayer attribute)
(conx.layers.LambdaLayer attribute)
(conx.layers.Layer attribute)
(conx.layers.LayerLayer attribute)
(conx.layers.LeakyReLULayer attribute)
(conx.layers.LocallyConnected1DLayer attribute)
(conx.layers.LocallyConnected2DLayer attribute)
(conx.layers.MaskingLayer attribute)
(conx.layers.MaxPool1DLayer attribute)
(conx.layers.MaxPool2DLayer attribute)
(conx.layers.MaxPool3DLayer attribute)
(conx.layers.MaxPooling1DLayer attribute)
(conx.layers.MaxPooling2DLayer attribute)
(conx.layers.MaxPooling3DLayer attribute)
(conx.layers.MaximumLayer attribute)
(conx.layers.MaxoutDenseLayer attribute)
(conx.layers.MergeLayer attribute)
(conx.layers.MultiplyLayer attribute)
(conx.layers.PReLULayer attribute)
(conx.layers.PermuteLayer attribute)
(conx.layers.RecurrentLayer attribute)
(conx.layers.RepeatVectorLayer attribute)
(conx.layers.ReshapeLayer attribute)
(conx.layers.SeparableConv2DLayer attribute)
(conx.layers.SeparableConvolution2DLayer attribute)
(conx.layers.SimpleRNNLayer attribute)
(conx.layers.SpatialDropout1DLayer attribute)
(conx.layers.SpatialDropout2DLayer attribute)
(conx.layers.SpatialDropout3DLayer attribute)
(conx.layers.SubtractLayer attribute)
(conx.layers.ThresholdedReLULayer attribute)
(conx.layers.TimeDistributedLayer attribute)
(conx.layers.UpSampling1DLayer attribute)
(conx.layers.UpSampling2DLayer attribute)
(conx.layers.UpSampling3DLayer attribute)
(conx.layers.WrapperLayer attribute)
(conx.layers.ZeroPadding1DLayer attribute)
(conx.layers.ZeroPadding2DLayer attribute)
(conx.layers.ZeroPadding3DLayer attribute)
clear() (conx.dataset.Dataset method)
collapse() (in module conx.dataset)
compile() (conx.dataset.Dataset method)
(conx.network.Network method)
compute_correct() (conx.network.Network method)
ConcatenateLayer (class in conx.layers)
connect() (conx.network.Network method)
Conv1DLayer (class in conx.layers)
Conv2DLayer (class in conx.layers)
Conv2DTransposeLayer (class in conx.layers)
Conv3DLayer (class in conx.layers)
Conv3DTransposeLayer (class in conx.layers)
ConvLSTM2DLayer (class in conx.layers)
Convolution1DLayer (class in conx.layers)
Convolution2DLayer (class in conx.layers)
Convolution2DTransposeLayer (class in conx.layers)
Convolution3DLayer (class in conx.layers)
ConvRecurrent2DLayer (class in conx.layers)
conx (module)
conx.dataset (module)
conx.layers (module)
conx.network (module)
conx.utils (module)
conx.widgets (module)
copy() (conx.dataset.Dataset method)
Cropping1DLayer (class in conx.layers)
Cropping2DLayer (class in conx.layers)
Cropping3DLayer (class in conx.layers)
D
dashboard() (conx.network.Network method)
Dataset (class in conx.dataset)
DATASETS (conx.dataset.Dataset attribute)
Deconv2DLayer (class in conx.layers)
Deconv3DLayer (class in conx.layers)
Deconvolution2DLayer (class in conx.layers)
Deconvolution3DLayer (class in conx.layers)
DenseLayer (in module conx.layers)
describe_connection_to() (conx.network.Network method)
display_component() (conx.network.Network method)
DotLayer (class in conx.layers)
DropoutLayer (class in conx.layers)
E
ELULayer (class in conx.layers)
EmbeddingLayer (class in conx.layers)
F
FlattenLayer (class in conx.layers)
format_collapse() (in module conx.dataset)
from_array() (conx.network.Network method)
G
GaussianDropoutLayer (class in conx.layers)
GaussianNoiseLayer (class in conx.layers)
get() (conx.dataset.Dataset method)
get_camera_javascript() (in module conx.widgets)
get_data() (conx.widgets.CameraWidget method)
get_form() (in module conx.dataset)
get_image() (conx.widgets.CameraWidget method)
get_shape() (in module conx.dataset)
get_weights() (conx.network.Network method)
GlobalAveragePooling1DLayer (class in conx.layers)
GlobalAveragePooling2DLayer (class in conx.layers)
GlobalAveragePooling3DLayer (class in conx.layers)
GlobalAvgPool1DLayer (class in conx.layers)
GlobalAvgPool2DLayer (class in conx.layers)
GlobalAvgPool3DLayer (class in conx.layers)
GlobalMaxPool1DLayer (class in conx.layers)
GlobalMaxPool2DLayer (class in conx.layers)
GlobalMaxPool3DLayer (class in conx.layers)
GlobalMaxPooling1DLayer (class in conx.layers)
GlobalMaxPooling2DLayer (class in conx.layers)
GlobalMaxPooling3DLayer (class in conx.layers)
GRULayer (class in conx.layers)
H
HighwayLayer (class in conx.layers)
I
image (conx.widgets.CameraWidget attribute)
image2array() (in module conx.utils)
image_count (conx.widgets.CameraWidget attribute)
ImageLayer (class in conx.layers)
InputLayer (in module conx.layers)
InputLayerLayer (class in conx.layers)
is_collapsed() (in module conx.dataset)
L
LambdaLayer (class in conx.layers)
Layer (class in conx.layers)
LayerLayer (class in conx.layers)
LeakyReLULayer (class in conx.layers)
load() (conx.dataset.Dataset method)
(conx.network.Network method)
load_direct() (conx.dataset.Dataset method)
load_model() (conx.network.Network method)
load_weights() (conx.network.Network method)
LocallyConnected1DLayer (class in conx.layers)
LocallyConnected2DLayer (class in conx.layers)
LSTMLayer (class in conx.layers)
M
make_image() (conx.layers.ImageLayer method)
make_keras_function() (conx.layers.Layer method)
MaskingLayer (class in conx.layers)
MaximumLayer (class in conx.layers)
MaxoutDenseLayer (class in conx.layers)
MaxPool1DLayer (class in conx.layers)
MaxPool2DLayer (class in conx.layers)
MaxPool3DLayer (class in conx.layers)
MaxPooling1DLayer (class in conx.layers)
MaxPooling2DLayer (class in conx.layers)
MaxPooling3DLayer (class in conx.layers)
MergeLayer (class in conx.layers)
MultiplyLayer (class in conx.layers)
N
Network (class in conx.network)
O
onehot() (in module conx.utils)
OPTIMIZERS (conx.network.Network attribute)
P
PermuteLayer (class in conx.layers)
pf() (conx.network.Network method)
pf_matrix() (conx.network.Network method)
plot() (conx.network.Network method)
pp() (conx.network.Network method)
PReLULayer (class in conx.layers)
process_class_docstring() (in module conx.layers)
propagate() (conx.network.Network method)
propagate_from() (conx.network.Network method)
propagate_to() (conx.network.Network method)
propagate_to_features() (conx.network.Network method)
propagate_to_image() (conx.network.Network method)
propagate_to_plot() (conx.network.Network method)
R
random() (conx.dataset.Dataset method)
RecurrentLayer (class in conx.layers)
RepeatVectorLayer (class in conx.layers)
rescale_inputs() (conx.dataset.Dataset method)
rescale_numpy_array() (in module conx.utils)
reset() (conx.network.Network method)
ReshapeLayer (class in conx.layers)
retrain() (conx.network.Network method)
S
save() (conx.network.Network method)
save_model() (conx.network.Network method)
save_weights() (conx.network.Network method)
SeparableConv2DLayer (class in conx.layers)
SeparableConvolution2DLayer (class in conx.layers)
set_bank_counts() (conx.dataset.Dataset method)
set_inputs_from_targets() (conx.dataset.Dataset method)
set_targets_from_inputs() (conx.dataset.Dataset method)
set_targets_from_labels() (conx.dataset.Dataset method)
shuffle() (conx.dataset.Dataset method)
SimpleRNNLayer (class in conx.layers)
slice() (conx.dataset.Dataset method)
snapshot() (conx.network.Network method)
SpatialDropout1DLayer (class in conx.layers)
SpatialDropout2DLayer (class in conx.layers)
SpatialDropout3DLayer (class in conx.layers)
split() (conx.dataset.Dataset method)
SubtractLayer (class in conx.layers)
summary() (conx.dataset.Dataset method)
(conx.layers.Layer method)
(conx.network.Network method)
T
test() (conx.network.Network method)
ThresholdedReLULayer (class in conx.layers)
TimeDistributedLayer (class in conx.layers)
to_array() (conx.network.Network method)
topological_sort() (in module conx.utils)
train() (conx.network.Network method)
train_one() (conx.network.Network method)
types() (in module conx.dataset)
U
UpSampling1DLayer (class in conx.layers)
UpSampling2DLayer (class in conx.layers)
UpSampling3DLayer (class in conx.layers)
uri_to_image() (in module conx.utils)
V
valid_shape() (in module conx.utils)
valid_vshape() (in module conx.utils)
video (conx.widgets.CameraWidget attribute)
visit() (in module conx.utils)
W
WrapperLayer (class in conx.layers)
Z
ZeroPadding1DLayer (class in conx.layers)
ZeroPadding2DLayer (class in conx.layers)
ZeroPadding3DLayer (class in conx.layers)
Read the Docs
v: 3.2.2
Versions
latest
stable
3.2.2
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
Downloads
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.