diff --git a/README.md b/README.md index 6515df8..606acad 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ Excerpts from the [Foreword](./docs/foreword_ro.pdf) and [Preface](./docs/prefac - [What learning path/discipline in data science I should focus on?](./faq/data_science_career.md) - [At what point should one start contributing to open source?](./open-source.md) - [How important do you think having a mentor is to the learning process?](./mentor.md) +- [Where are the best online communities centered around data science/machine learning or python?](./ml-python-communities.md) ## Contact diff --git a/faq/README.md b/faq/README.md index 7462fbc..0f697ff 100644 --- a/faq/README.md +++ b/faq/README.md @@ -42,3 +42,4 @@ Sebastian - [What learning path/discipline in data science I should focus on?](./data_science_career.md) - [At what point should one start contributing to open source?](./faq/open-source.md) - [How important do you think having a mentor is to the learning process?](./faq/mentor.md) +- [Where are the best online communities centered around data science/machine learning or python?](./faq/ml-python-communities.md) diff --git a/faq/ml-python-communities.md b/faq/ml-python-communities.md new file mode 100644 index 0000000..0994504 --- /dev/null +++ b/faq/ml-python-communities.md @@ -0,0 +1,3 @@ +# Where are the best online communities centered around data science/machine learning or python? + +I think [Twitter](https://twitter.com/rasbt) is great to stay in touch and see what other people are up to, and to share news of course. [Cross-validated](http://stats.stackexchange.com) & [Quora](https://www.quora.com/topic/Machine-Learning) are good websites to ask specific questions and collect multiple opinions about a topic. There's also a [machine learning group on Google+](https://plus.google.com/communities/107785538899595981479) that has a lot of members, but is not that active anymore I fear. The [MachineLearning subreddit](https://www.reddit.com/r/MachineLearning/) is another nice place to discuss certain news and articles.