Skip to content

Commit f2f5fab

Browse files
authored
Starting fleshing out DL on ML.NET section
1 parent 9cda569 commit f2f5fab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/code/DeepLearningOverview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ generation applications. When it comes to text processing, more
7777
generally Natural Language Processing, DL methods have shown amazing
7878
results in tasks like translation, classification, generation and
7979
similar. Some of the more spectacular, recent applications of ML,
80-
such as "Stable Diffusion" are powered by sophisticated, large Neural
80+
such as "[Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion)" are powered by sophisticated, large Neural
8181
Network architectures.
8282

8383
# Deep learning in ML.NET
8484

85+
A central concern of DL is what Neural Network architecture (specific configuration of operations) will the model have, and to this end, DL frameworks like Tensorflow and Pytorch feature expressive Domain-Specific Languages to describe in detail such architectures. ML.NET departs from this practice and concentrates on the consumption of pre-trained models (i.e., architectures that have been specified *and* trained in other frameworks).
86+
8587
# Train custom models
8688

8789
# Image classification

0 commit comments

Comments
 (0)