scikit-learn/doc/tutorial/statistical_inference/finding_help.rst

43 lines
1.6 KiB
ReStructuredText
Raw Normal View History

Finding help
============
The project mailing list
------------------------
If you encounter a bug with ``scikit-learn`` or something that needs
clarification in the docstring or the online documentation, please feel free to
2015-12-03 07:16:40 +08:00
ask on the `Mailing List <http://scikit-learn.org/stable/support.html>`_
Q&A communities with Machine Learning practitioners
----------------------------------------------------
:Metaoptimize/QA:
A forum for Machine Learning, Natural Language Processing and
other Data Analytics discussions (similar to what Stackoverflow
is for developers): http://metaoptimize.com/qa
A good starting point is the discussion on `good freely available
textbooks on machine learning`_
:Quora.com:
Quora has a topic for Machine Learning related questions that
also features some interesting discussions:
2015-12-03 07:16:40 +08:00
https://www.quora.com/topic/Machine-Learning
Have a look at the best questions section, eg: `What are some
good resources for learning about machine learning`_.
.. _`good freely available textbooks on machine learning`: http://metaoptimize.com/qa/questions/186/good-freely-available-textbooks-on-machine-learning
2015-12-03 07:16:40 +08:00
.. _`How do I learn machine learning?`: https://www.quora.com/How-do-I-learn-machine-learning-1
2015-12-03 07:16:40 +08:00
-- _'An excellent free online course for Machine Learning taught by Professor Andrew Ng of Stanford': https://www.coursera.org/learn/machine-learning
2015-12-03 07:16:40 +08:00
-- _'Another excellent free online course that takes a more general approach to Artificial Intelligence': https://www.udacity.com/course/intro-to-artificial-intelligence--cs271