Skip to content

Commit c8f6d40

Browse files
committed
update README
1 parent 4d75822 commit c8f6d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The APIs provided by **Lycoris** (`from LycorisNet import Lycoris`):
1212
Function | Description | Inputs | Returns
1313
-|-|-|-
1414
**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. |
1616
**evolve**(input, desire) | Evolve the neural network cluster. | **input**: Input data.<br/> **desire**: Expected output data. |
1717
**fitAll**(input, desire) | Fit all neural networks in the neural network cluster. | **input**: Input data.<br/> **desire**: Expected output data. |
1818
**fit**(input, desire) | Fit the best individual in the neural network cluster. | **input**: Input data.<br/> **desire**: Expected output data. |

0 commit comments

Comments
 (0)