Skip to content

Commit cb4ed57

Browse files
authored
Update data_science_roadmap_2020.md
1 parent 4ec52b1 commit cb4ed57

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
## Learn data science step by step in 5 months
2+
----------------------------------------------
3+
4+
Following is a schedule to learn data science step by step considering 4 hours of dedicated, focused study every single day.
5+
6+
### Week 1 and 2: Excel and Statistics
7+
8+
* Excel
9+
- Google templates gallery for personal finance etc : https://docs.google.com/spreadsheets/u/0/?ftv=1
10+
- Budget planner: https://www.vertex42.com/ExcelTemplates/budgets.html
11+
- Chandoo's youtube channel: https://www.youtube.com/channel/UC8uU_wruBMHeeRma49dtZKA
12+
- Chandoo's website: https://chandoo.org/
13+
14+
* Statistics
15+
- Khan academy: https://www.khanacademy.org/math/statistics-probability
16+
- Khan academy youtube: https://www.youtube.com/playlist?list=PL1328115D3D8A2566
17+
- Statistics by Marin : https://www.youtube.com/playlist?list=PLqzoL9-eJTNBZDG8jaNuhap1C9q6VHyVa
18+
- Statquest youtube channel: https://www.youtube.com/user/joshstarmer
19+
20+
### Week 3 and 4: Python
21+
22+
* Python
23+
- Codebasics python tutorials (first 16) - https://www.youtube.com/playlist?list=PLeo1K3hjS3uv5U-Lmlnucd7gqF-3ehIh0
24+
- Make sure to work on exercises
25+
* R
26+
- Marin's lectures: https://www.youtube.com/playlist?list=PLqzoL9-eJTNBlVXxWvJkq0dtVut2sICUW
27+
28+
### Week 5 and 6: Numpy, Pandas, Data Visualization Libraries
29+
30+
* NumPy and Pandas
31+
- Codebasics Numpy playlist: https://www.youtube.com/playlist?list=PLeo1K3hjS3uset9zIVzJWqplaWBiacTEU
32+
- Codebasics pandas playlist (first 9): https://www.youtube.com/playlist?list=PLeo1K3hjS3uuASpe-1LjfG5f14Bnozjwy
33+
34+
* Visualization library
35+
- Matplotlib: codebasics matplotlib playlist: https://www.youtube.com/playlist?list=PLeo1K3hjS3uu4Lr8_kro2AqaO6CFYgKOl
36+
- Seaborn: codebasics seaborn tutorials: https://www.youtube.com/playlist?list=PLJIOr9Je9wzHT-ptgfelpt2Nyx4VGX_j9
37+
38+
### Week 7, 8, 9: Machine Learning
39+
40+
* Machine learning
41+
- codebasics ml playlist (first 16): https://www.youtube.com/playlist?list=PLeo1K3hjS3uvCeTYTeyfe0-rN5r8zn9rw
42+
- data science regression project: same playlist as above. Tutorial 18 to 25
43+
44+
### Week 10, 11, 12, 13: Deep Learning
45+
46+
* Deep learning (artificial neural network, convolutional neural network, recurrent neural network)
47+
- codebasics deep learning playlist: https://www.youtube.com/playlist?list=PLeo1K3hjS3uu7CxAacxVndI4bE_o3BDtO
48+
49+
### Week 14, 15, 16, 17: SQL & MongoDB
50+
51+
* SQL
52+
- kudavenkat playlist (first 16): https://www.youtube.com/playlist?list=PL08903FB7ACA1C2FB
53+
- khanacademy SQL course: https://www.khanacademy.org/computing/computer-programming/sql
54+
55+
* MongoDB
56+
- https://www.coursera.org/learn/introduction-mongodb
57+
58+
### Week 18, 19, 20, 21: BI tools
59+
60+
* Tableau
61+
- Abhishek Agarwal: https://www.youtube.com/playlist?list=PL6_D9USWkG1C4raCOTlTf_oq4XnNNNtm9
62+
- Bharti consultancy: https://www.youtube.com/playlist?list=PLyD1XCIRA3gQmN73dHwQWr4R08ABZFMtZ
63+
64+
* Power BI (project)
65+
- codebasics sales insights project: https://www.youtube.com/playlist?list=PLeo1K3hjS3uva8pk1FI3iK9kCOKQdz1I9
66+
67+
## Soft skills
68+
---------------
69+
* Learn anything effectively: https://www.youtube.com/watch?v=yZFrSDjRvjk&t=16s
70+
71+
* Group learning
72+
- Codebasics discord server: https://discord.gg/r42Kbuk
73+
- Hold each other accountable
74+
75+

0 commit comments

Comments
 (0)