You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The APIs provided by **Lycoris** (`from LycorisNet import Lycoris`):
12
12
Function | Description | Inputs | Returns
13
13
-|-|-|-
14
14
**Lycoris**(capacity, inputDim, outputDim, mode) | Constructor.<br/> The class Lycoris is the highest level abstraction of LycorisNet. | **capacity**: Capacity of Lycoris.<br/> **inputDim**: Input dimension.<br/> **outputDim**: Output dimension.<br/> **mode**: Mode of Lycoris (classify or predict). | An object of the class Lycoris.
15
-
**preheat**(nodes, connections, depths) | Preheating process of the neural network cluster. | **num_of_nodes**: The number of hidden nodes added for each neural network.<br/> **num_of_connections**: The number of connections added for each neural network.<br/> **depth**: Total layers of each neural network. |
15
+
**preheat**(nodes, connections, depths) | Preheating process of the neural network cluster. | **nodes**: The number of hidden nodes added for each neural network.<br/> **connections**: The number of connections added for each neural network.<br/> **depths**: Total layers of each neural network. |
0 commit comments