File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -244,3 +244,11 @@ program: Insert the following instructions in your main script::
244244
245245You can find more default on the new start methods in the `multiprocessing
246246documentation <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.
You can’t perform that action at this time.
0 commit comments