Skip to content

Commit

Permalink
Update Configuration.md
Browse files Browse the repository at this point in the history
fix spelling mistake
  • Loading branch information
coderbyr authored Apr 9, 2020
1 parent f0b90b5 commit 9f055dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Configuration of NeuralClassifier uses JSON.
* **decay\_rate**: Rate of decay for learning rate.
* **clip\_gradients**: Clip absolute value gradient bigger than threshold.
* **l2\_lambda**: l2 regularization lambda value.
* **loss\_type**: Candidates: "SoftmaxCrossEntropy", "SoftmaxFocalCrossEntropy", "SigmodFocalCrossEntropy", "BCEWithLogitsLoss".
* **loss\_type**: Candidates: "SoftmaxCrossEntropy", "SoftmaxFocalCrossEntropy", "SigmoidFocalCrossEntropy", "BCEWithLogitsLoss".
* **sampler**: If loss type is NCE, sampler is needed. Candidate: "fixed", "log", "learned", "uniform".
* **num\_sampled**: If loss type is NCE, need to sample negative labels.
* **hidden\_layer\_dropout**: dropout of hidden layer.
Expand Down

0 comments on commit 9f055dc

Please sign in to comment.