-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNLP Free Resources for beginners
49 lines (36 loc) · 2.34 KB
/
NLP Free Resources for beginners
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Steps for NLP learning.
----------------------------------------------------------------------------------------------------------------------------------
# Youtube Videos
1. Introduction NLP, 1 day to complete (Compulsory)
Link : https://courses.analyticsvidhya.com/courses/Intro-to-NLP
2. High level basic covered, 1 week to cover (Compulsory)
Link: https://www.youtube.com/watch?v=fM4qTMfCoak&list=PLZoTAELRMXVMdJ5sqbCK2LiM0HhQVWNzm
3. Technically explained, 3 weeks to cover
Link: https://www.youtube.com/watch?v=oWsMIW-5xUc&list=PLLssT5z_DsK8HbD2sPcUIDfQ7zmBarMYv
----------------------------------------------------------------------------------------------------------------------------------
# Tutorials:
4. https://pub.towardsai.net/natural-language-processing-nlp-with-python-tutorial-for-beginners-1f54e610a1a0
5. https://realpython.com/nltk-nlp-python/
6. https://www.kaggle.com/ashishpatel26/beginner-to-intermediate-nlp-tutorial
----------------------------------------------------------------------------------------------------------------------------------
# Online Courses:
7. NLP Hands on Free on Datacamp (Optional)
Link: https://www.datacamp.com/courses/introduction-to-natural-language-processing-in-python?tap_a=5644 dce66f&tap_s=950491-315da1&utm_medium=affiliate&utm_source=aqsazafar
8. NLP with TensorFlow Coursera (Worthy as per market demand)
Link: https://www.coursera.org/learn/natural-language-processing-tensorflow?ranMID=40328&ranEAID=Vrr1tRSwXGM&ranSiteID=Vrr1tRSwXGM-2rl0lr.CMPh1aE69W4CZhw&siteID=Vrr1tRSwXGM-2rl0lr.CMPh1aE69W4CZhw&utm_content=10&utm_medium=partners&utm_source=linkshare&utm_campaign=Vrr1tRSwXGM
9. Most Lengthy Coursera Course (Depend on Time)
Link: https://www.coursera.org/specializations/natural-language-processing?ranMID=40328&ranEAID=Vrr1tRSwXGM&ranSiteID=Vrr1tRSwXGM-sT_migLF6WyNcTy.t.5y3g&siteID=Vrr1tRSwXGM-sT_migLF6WyNcTy.t.5y3g&utm_content=10&utm_medium=partners&utm_source=linkshare&utm_campaign=Vrr1tRSwXGM
----------------------------------------------------------------------------------------------------------------------------------
10. Hugging face library: Most Important demand in NLP market (Compulsory at Last)
https://huggingface.co/
# Reference Book:
Natural Language Processing with Python-O'Reilly Media (2009).pdf
Shared in attachment
#Note: Learning Sequence I follwed are:
4.
1.
2.
5.
6.
9.
10.