Difference between revisions of "DataCamp Resources"
From U-M Big Data Summer Institute Wiki
(→DataCamp Resources for BDSI 2017) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
== Access to DataCamp courses == | == Access to DataCamp courses == | ||
By the courtesy [https://www.datacamp.com/ DataCamp], all BDSI students will have access to the premium contents of DataCamp courses during BDSI 2017. These courses will encourage students to self-teach the skillsets they needs for the project, and catch up the computational sessions they may have missed during the lectures. If you do not have the access to the datacamp, please contact the BDSI staff. | By the courtesy [https://www.datacamp.com/ DataCamp], all BDSI students will have access to the premium contents of DataCamp courses during BDSI 2017. These courses will encourage students to self-teach the skillsets they needs for the project, and catch up the computational sessions they may have missed during the lectures. If you do not have the access to the datacamp, please contact the BDSI staff. | ||
== Recommended Courses == | == Recommended Courses == | ||
− | The following courses are particularly recommended by the instructors: | + | The following courses are particularly recommended by the instructors and group leaders: |
=== For Improving Programming Skills in Python === | === For Improving Programming Skills in Python === | ||
* [https://www.datacamp.com/courses/intro-to-python-for-data-science Introduction to Python for Data Science] | * [https://www.datacamp.com/courses/intro-to-python-for-data-science Introduction to Python for Data Science] | ||
* [https://www.datacamp.com/courses/intermediate-python-for-data-science Intermediate Python for Data Science] | * [https://www.datacamp.com/courses/intermediate-python-for-data-science Intermediate Python for Data Science] | ||
+ | * [https://www.datacamp.com/courses/cleaning-data-in-python Cleaning Data in Python] | ||
+ | * [https://www.datacamp.com/courses/python-data-science-toolbox-part-1 Python Data Science Toolbox (Part 1)] [https://www.datacamp.com/courses/python-data-science-toolbox-part-2 (Part 2)] | ||
+ | |||
+ | === For Improving Programming Skills in R === | ||
+ | * [https://www.datacamp.com/courses/free-introduction-to-r Introduction to R] | ||
+ | * [https://www.datacamp.com/courses/intermediate-r Intermediate R] | ||
+ | * [https://www.datacamp.com/courses/intermediate-r-practice Intermediate R Practice] | ||
+ | * [https://www.datacamp.com/courses/writing-functions-in-r Writing Functions in R] | ||
+ | * [https://www.datacamp.com/courses/importing-data-in-r-part-1 Importing Data in R (Part 1)] [https://www.datacamp.com/courses/importing-data-in-r-part-2 (Part 2)] | ||
+ | * [https://www.datacamp.com/courses/dplyr-data-manipulation-r-tutorial Data Manipulation with dplyr] | ||
+ | |||
+ | === For Data Visualization Skills === | ||
+ | * [https://www.datacamp.com/courses/data-visualization-with-ggplot2-1 Data Visualization with ggplot2 (Part 1)] [https://www.datacamp.com/courses/data-visualization-with-ggplot2-2 (Part 2)] | ||
+ | * [https://www.datacamp.com/courses/introduction-to-data-visualization-with-python Data Visualization with Python] | ||
+ | |||
+ | === For Machine Learning === | ||
+ | * [https://www.datacamp.com/courses/introduction-to-machine-learning-with-r Introduction to Machine Learning with R] | ||
+ | * [https://www.datacamp.com/courses/machine-learning-toolbox Machine Learning Toolbox in R] | ||
+ | * [https://www.datacamp.com/courses/supervised-learning-with-scikit-learn Supervised Learning with scikit-learn (Python)] | ||
+ | * [https://www.datacamp.com/courses/unsupervised-learning-in-python Unsupervised Learning in Python] |
Latest revision as of 12:27, 11 June 2017
Contents
Access to DataCamp courses
By the courtesy DataCamp, all BDSI students will have access to the premium contents of DataCamp courses during BDSI 2017. These courses will encourage students to self-teach the skillsets they needs for the project, and catch up the computational sessions they may have missed during the lectures. If you do not have the access to the datacamp, please contact the BDSI staff.
Recommended Courses
The following courses are particularly recommended by the instructors and group leaders:
For Improving Programming Skills in Python
- Introduction to Python for Data Science
- Intermediate Python for Data Science
- Cleaning Data in Python
- Python Data Science Toolbox (Part 1) (Part 2)
For Improving Programming Skills in R
- Introduction to R
- Intermediate R
- Intermediate R Practice
- Writing Functions in R
- Importing Data in R (Part 1) (Part 2)
- Data Manipulation with dplyr