gradnet
API Reference:
GradNet (class)
fit (function)
integrate_ode (function)
trainer (module)
utils (module)
Tutorials:
Spectral optimization (algebraic connectivity)
Kuramoto network optimization
Zachary’s karate club
Learning the network structure from the dynamics
Optimizing quantum internet
Toy recurrent network learning logical gates
gradnet
Index
Index
_
|
A
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
O
|
P
|
R
|
S
|
T
_
__init__() (gradnet.gradnet.GradNet method)
A
animate_adjacency() (in module gradnet.utils)
C
configure_optimizers() (gradnet.trainer.GradNetLightning method)
D
DenseParameterization (class in gradnet.gradnet)
E
export_config() (gradnet.GradNet method)
extra_repr() (gradnet.GradNet method)
F
fit() (in module gradnet.trainer)
,
[1]
,
[2]
forward() (gradnet.GradNet method)
from_checkpoint() (gradnet.GradNet class method)
from_config() (gradnet.GradNet class method)
G
get_delta_adj() (gradnet.GradNet method)
GradNet (class in gradnet)
,
[1]
(class in gradnet.gradnet)
gradnet.trainer
module
gradnet.utils
module
GradNetLightning (class in gradnet.trainer)
I
integrate_ode() (in module gradnet)
,
[1]
(in module gradnet.ode)
L
laplacian() (in module gradnet.utils)
load_scalars() (in module gradnet.utils)
LossFn (class in gradnet.trainer)
M
module
gradnet.trainer
gradnet.utils
O
on_save_checkpoint() (gradnet.trainer.GradNetLightning method)
P
plot_adjacency_heatmap() (in module gradnet.utils)
plot_graph() (in module gradnet.utils)
positions_to_distance_matrix() (in module gradnet.utils)
prune_edges() (in module gradnet.utils)
R
random_seed() (in module gradnet.utils)
regularization_loss() (in module gradnet.utils)
renorm_params() (gradnet.GradNet method)
S
set_initial_state() (gradnet.GradNet method)
setup() (gradnet.trainer.GradNetLightning method)
should_renorm_after_step() (gradnet.GradNet method)
SparseParameterization (class in gradnet.gradnet)
T
to_networkx() (in module gradnet.utils)
to_numpy() (gradnet.GradNet method)
training_step() (gradnet.trainer.GradNetLightning method)