
This is just a list of online resources for getting started with Data Science. I only list resources that I have used, recommended by a lecture or where I have done a brief walk-trough to fill some knowledge gaps.
Courses for absolute beginners:
- Coursera: Data Science Specialization
- LinkedIn Learning: Data Science foundations
- Udemy: Complete Python Bootcamp: Go from zero to hero in Python 3
- Coursera: Python for Everybody Specialization
- Coursera: Applied Data Science with Python Specialization
Note: I am a bigger fan of Coursera when it comes to learning platforms for Data Science. Udemy is slightly more conceptual and there is no grading system and or projects.
E books for getting started:
- R for data science
- Introduction to R
- R Text mining for some cool data sets check this git repo here
- Data science from scratch: first principles with python
- You can find the code to the above book here
- Introduction to statistical learning
Getting Started Data Sets:
- Kaggle Titanic Data
- The MNIST Database
- UCI: Iris dataset
- UCI: Air quality
- UCI: Breast Cancer
- Kaggle: House Prices: Advanced Regression Techniques
Courses Intermediate:
E books Intermediate:
- The elements of statistical learning more advanced
- Deep learning with R manning publications
- Deep learning with python manning publications
Most of these courses will introduce you to the Data Scientist toolbox, packages and tools etc. Certain things you will learn on an “as needed” basis once you know your interest. You will also need additional resources to go deeper into specialized fields like computer vision or language translation etc… The above should be more than adequate to get started.
” Logic will get you from A to B. Imagination will take you everywhere. “
Albert Einstein