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
<h4>Heart Disease <a href="samples/csharp/getting-started/MulticlassClassification_HeartDisease">C#</a> <img src="images/app-type-getting-started.png" alt="Getting started icon"></h4>
61
+
<h4>MNIST <a href="samples/csharp/getting-started/MulticlassClassification_mnist">C#</a> <img src="images/app-type-getting-started.png" alt="Getting started icon"></h4>
60
62
</td>
61
63
</tr>
62
64
<tr>
@@ -140,12 +142,13 @@ The official ML.NET samples are divided in multiple categories depending on the
140
142
Deep learning is a subset of machine learning. Deep learning architectures such as deep neural networks, are usually applied to fields such as computer vision (object detection, image classification, style transfer), speech recognition, natural language processing and audio recognition.
141
143
</td>
142
144
<td>
143
-
<h4>TensorFlow with ML.NET <a href="samples/csharp/getting-started/DeepLearning_ImageClassification_TensorFlow">C#</a> <a href="samples/fsharp/getting-started/DeepLearning_ImageClassification_TensorFlow">F#</a> <img src="images/app-type-getting-started.png" alt="Getting started icon"></h4>
145
+
<h4>TensorFlow with ML.NET(Scorer) <a href="samples/csharp/getting-started/DeepLearning_ImageClassification_TensorFlow">C#</a> <a href="samples/fsharp/getting-started/DeepLearning_ImageClassification_TensorFlow">F#</a> <img src="images/app-type-getting-started.png" alt="Getting started icon"></h4>
146
+
<h4>TensorFlow with ML.NET(Estimator) <a href="samples/csharp/getting-started/DeepLearning_TensorFlowEstimator">C#</a> <a href="samples/fsharp/getting-started/DeepLearning_TensorFlowEstimator">F#</a> <img src="images/app-type-getting-started.png" alt="Getting started icon"></h4>
144
147
<h4>Object detection Coming soon <img src="images/app-type-getting-started.png" alt="Getting started icon"></h4>
145
148
<h4>Style Transfer Coming soon <img src="images/app-type-e2e.png" alt="End-to-end app icon"></h4>
146
149
<h4>ONNX with ML.NET - Coming soon <img src="images/app-type-getting-started.png" alt="Getting started icon"></h4>
147
150
</td>
148
-
</tr>
151
+
</tr>
149
152
</table>
150
153
151
154
**NuGet feed configuration:** Usually you just need to use the regular NuGet feed (https://api.nuget.org/v3/index.json), however, during a few days before releasing a minor release (such as 0.8, 0.9 etc.) we'll be using Preview NuGet packages available in MyGet (such as 0.8.0-preview-27128-1), not available in the regular NuGet feed.
0 commit comments