8000 Update README.md (#854) · dotnet/machinelearning-samples@eb64899 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb64899

Browse files
authored
Update README.md (#854)
change class name
1 parent 522fbdb commit eb64899

File tree

1 file changed

+2
-2
lines changed
  • samples/csharp/getting-started/DeepLearning_ImageClassification_Binary

1 file changed

+2
-2
lines changed

samples/csharp/getting-started/DeepLearning_ImageClassification_Binary/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class ModelInput
7676
}
7777
```
7878

79-
1. Define the output schema by creating the `ModelInput` class.
79+
1. Define the output schema by creating the `ModelOutput` class.
8080

8181
```csharp
8282
class ModelOutput
@@ -305,4 +305,4 @@ Image: 7001-77.jpg | Actual Value: UD | Predicted Value: UD
305305
- Augment the data: A common technique to add variety to the data is to augment the data by taking an image and applying different transforms (rotate, flip, shift, crop). This adds more varied examples for the model to learn from.
306306
- Train for a longer time: The longer you train, the more tuned the model will be. Increasing the number of epochs may improve the performance of your model.
307307
- Experiment with the hyper-parameters: In addition to the parameters used in this tutorial, other parameters can be tuned to potentially improve performance. Changing the learning rate, which determines the magnitude of updates made to the model after each epoch may improve performance.
308-
- Use a different model architecture: Depending on what your data looks like, the model that can best learn its features may differ. If you're not satisfied with the performance of your model, try changing the architecture.
308+
- Use a different model architecture: Depending on what your data looks like, the model that can best learn its features may differ. If you're not satisfied with the performance of your model, try changing the architecture.

0 commit comments

Comments
 (0)
0