Skip to content

Commit

Permalink
Merge pull request #218 from Hananel-Hazan/sharath
Browse files Browse the repository at this point in the history
minor documentation fix
  • Loading branch information
sharath committed Mar 27, 2019
2 parents b3437de + cd8d60c commit 646dd7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bindsnet/network/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, source: Nodes, target: Nodes, nu: Optional[Union[float, Seque
Keyword arguments:
:param function update_rule: Modifies connection parameters according to some rule.
:param LearningRule update_rule: Modifies connection parameters according to some rule.
:param float wmin: The minimum value on the connection weights.
:param float wmax: The maximum value on the connection weights.
:param float norm: Total weight per target neuron normalization.
Expand Down Expand Up @@ -130,7 +130,7 @@ def __init__(self, source: Nodes, target: Nodes, nu: Optional[Union[float, Seque
Keyword arguments:
:param function update_rule: Modifies connection parameters according to some rule.
:param LearningRule update_rule: Modifies connection parameters according to some rule.
:param torch.Tensor w: Strengths of synapses.
:param torch.Tensor b: Target population bias.
:param float wmin: Minimum allowed value on the connection weights.
Expand Down Expand Up @@ -246,7 +246,7 @@ def __init__(self, source: Nodes, target: Nodes, kernel_size: Union[int, Tuple[i
Keyword arguments:
:param function update_rule: Modifies connection parameters according to some rule.
:param LearningRule update_rule: Modifies connection parameters according to some rule.
:param torch.Tensor w: Strengths of synapses.
:param torch.Tensor b: Target population bias.
:param float wmin: Minimum allowed value on the connection weights.
Expand Down Expand Up @@ -430,7 +430,7 @@ def __init__(self, source: Nodes, target: Nodes, kernel_size: Union[int, Tuple[i
Keyword arguments:
:param function update_rule: Modifies connection parameters according to some rule.
:param LearningRule update_rule: Modifies connection parameters according to some rule.
:param torch.Tensor w: Strengths of synapses.
:param torch.Tensor b: Target population bias.
:param float wmin: Minimum allowed value on the connection weights.
Expand Down Expand Up @@ -562,7 +562,7 @@ def __init__(self, source: Nodes, target: Nodes, nu: Optional[Union[float, Seque
Keyword arguments:
:param function update_rule: Modifies connection parameters according to some rule.
:param LearningRule update_rule: Modifies connection parameters according to some rule.
:param torch.Tensor w: Strengths of synapses.
:param float wmin: Minimum allowed value on the connection weights.
:param float wmax: Maximum allowed value on the connection weights.
Expand Down Expand Up @@ -637,7 +637,7 @@ def __init__(self, source: Nodes, target: Nodes, nu: Optional[Union[float, Seque
:param torch.Tensor w: Strengths of synapses.
:param float sparsity: Fraction of sparse connections to use.
:param function update_rule: Modifies connection parameters according to some rule.
:param LearningRule update_rule: Modifies connection parameters according to some rule.
:param float wmin: Minimum allowed value on the connection weights.
:param float wmax: Maximum allowed value on the connection weights.
:param float norm: Total weight per target neuron normalization constant.
Expand Down

0 comments on commit 646dd7d

Please sign in to comment.