Skip to content

Commit 167c1cb

Browse files
committed
Merge pull request scikit-learn#6060 from nelson-liu/add-deep-learning-to-faq
[MRG+1] DOC: Add deep learning to faq
2 parents 9790bc6 + 776323b commit 167c1cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/faq.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,11 @@ program: Insert the following instructions in your main script::
244244

245245
You can find more default on the new start methods in the `multiprocessing
246246
documentation <https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods>`_.
247+
248+
249+
Why is there no support for deep learning / Will there be support for deep learning in scikit-learn?
250+
----------------------------------------------------------------------------------------------------
251+
Deep learning requires a rich vocabulary to define an architecture and the
252+
use of GPUs for efficient computing. However, neither of these fit within
253+
the design constraints of scikit-learn. As a result, deep learning is
254+
currently out of scope for what scikit-learn seeks to achieve.

0 commit comments

Comments
 (0)