ml_configuration file parameters
Defines the ml_configuration file parameters.
Property | Default Value | Description |
---|---|---|
embedding_dim | 100 | Specifies the smallest dimension that is required to embed an object. |
epoch | 40 | Specifies the number of passes of the entire training data set, the machine learning algorithmmust complete. |
hidden_layer_dim | 200 | Specifies the number of neurons in the hidden layer. |
host | Depending upon scenario, can specify the following.GA
|
|
learning_rate | 0.1 | Specifies the amount that the weights are updated during training. |
name | dam_g | Specifies the name of the MongoDB database. |
number_of_neighbors | 2 | Specifies the number of the neighbors to consider while constructing metadata (context pairs) for a given input. |
password | Specifies the password for the MongoDB database. | |
port | 5000 | Depending upon scenario, can specify the port number for any of the following:
|
test_split_size | 0.30 | Specifies the size of the data that must be split as the test data set. |
threshold | 10 | Specifies the threshold that is used while replacing typographical error word from the input. |
username | mluser | Specifies the MongoDB username. |