From dbff10981909dc986f323d23de90fd437e80680d Mon Sep 17 00:00:00 2001 From: VinodPathak Date: Sat, 4 Aug 2018 12:08:12 +0530 Subject: [PATCH 01/10] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb4fe35..2ab1a28 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # NLP with Python -Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more +Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more + +* https://medium.com/@shubhamagarwal328/information-retrieval-in-natural-language-processing-part-1-96c9a62fdb5f From d1f3e516264fc8a60180ca012c932b2b5446acf9 Mon Sep 17 00:00:00 2001 From: VinodPathak Date: Sat, 4 Aug 2018 12:18:37 +0530 Subject: [PATCH 02/10] Create Topic Modeling.md --- Topic Modeling.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Topic Modeling.md diff --git a/Topic Modeling.md b/Topic Modeling.md new file mode 100644 index 0000000..1a3ea3d --- /dev/null +++ b/Topic Modeling.md @@ -0,0 +1 @@ +* https://medium.com/nanonets/topic-modeling-with-lsa-psla-lda-and-lda2vec-555ff65b0b05 From eaf8423150fd149e71742165680f8ecb54054a89 Mon Sep 17 00:00:00 2001 From: VinodPathak Date: Thu, 16 Aug 2018 11:55:19 +0530 Subject: [PATCH 03/10] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ab1a28..fd1e65a 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more * https://medium.com/@shubhamagarwal328/information-retrieval-in-natural-language-processing-part-1-96c9a62fdb5f +* https://towardsdatascience.com/named-entity-recognition-applications-and-use-cases-acdbf57d595e +* https://medium.com/huggingface/state-of-the-art-neural-coreference-resolution-for-chatbots-3302365dcf30 From a28f58f5b7fe0482e2489f8211e035bc4ba2abf4 Mon Sep 17 00:00:00 2001 From: VinodPathak Date: Thu, 16 Aug 2018 12:33:52 +0530 Subject: [PATCH 04/10] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fd1e65a..925796b 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more * https://medium.com/@shubhamagarwal328/information-retrieval-in-natural-language-processing-part-1-96c9a62fdb5f * https://towardsdatascience.com/named-entity-recognition-applications-and-use-cases-acdbf57d595e * https://medium.com/huggingface/state-of-the-art-neural-coreference-resolution-for-chatbots-3302365dcf30 + +### LDA +* https://www.youtube.com/watch?v=DWJYZq_fQ2A From 37c425cd9a9c3d84c9e9ab3bc046a52a4bdb361b Mon Sep 17 00:00:00 2001 From: VinodPathak Date: Fri, 19 Oct 2018 15:56:37 +0530 Subject: [PATCH 05/10] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 925796b..97a5bd5 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,8 @@ Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more ### LDA * https://www.youtube.com/watch?v=DWJYZq_fQ2A + +### Listof Resources for Learning NLP +* https://hackernoon.com/list-of-free-resources-to-learn-natural-language-processing-5bc4b76db552 + +* https://medium.com/@ageitgey/natural-language-processing-is-fun-9a0bff37854e From 58d542afc5af27655b1b4e17f3454211490a8392 Mon Sep 17 00:00:00 2001 From: VinodPathak Date: Fri, 19 Oct 2018 15:57:53 +0530 Subject: [PATCH 06/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97a5bd5..32191e4 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,4 @@ Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more * https://hackernoon.com/list-of-free-resources-to-learn-natural-language-processing-5bc4b76db552 * https://medium.com/@ageitgey/natural-language-processing-is-fun-9a0bff37854e +* https://medium.com/@ageitgey/text-classification-is-your-new-secret-weapon-7ca4fad15788 From 25cd9bc526179652a8b6806fa7a909e7c600ed98 Mon Sep 17 00:00:00 2001 From: VinodPathak Date: Mon, 22 Oct 2018 21:28:05 +0530 Subject: [PATCH 07/10] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 32191e4..7ce5799 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,7 @@ Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more * https://medium.com/@ageitgey/natural-language-processing-is-fun-9a0bff37854e * https://medium.com/@ageitgey/text-classification-is-your-new-secret-weapon-7ca4fad15788 + + +### Chatbot +https://chatbotsmagazine.com/how-to-develop-a-chatbot-from-scratch-62bed1adab8c From 8b46643132c491b16244835dac65d1c52c0fd1a7 Mon Sep 17 00:00:00 2001 From: VinodPathak Date: Mon, 22 Oct 2018 23:00:57 +0530 Subject: [PATCH 08/10] Create Video.md --- Video.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Video.md diff --git a/Video.md b/Video.md new file mode 100644 index 0000000..842e50d --- /dev/null +++ b/Video.md @@ -0,0 +1,8 @@ +https://www.youtube.com/watch?v=3Dt_yh1mf_U&list=PLQiyVNMpDLKnZYBTUOlSI9mi9wAErFtFm +Edureka:- https://www.youtube.com/watch?v=05ONoGfmKvA +Coursera:- https://www.youtube.com/watch?v=n25JjoixM3I&list=PLLssT5z_DsK8BdawOVCCaTCO99Ya58ryR +sentdex:- https://www.youtube.com/watch?v=FLZvOKSCkxY&list=PLQVvvaa0QuDf2JswnfiGkliBInZnIC4HL +Simplilearn:- https://www.youtube.com/watch?v=6WpnxmmkYys +freecodecamp:- https://www.youtube.com/watch?v=X2vAabgKiuM +PyOhio:- https://www.youtube.com/watch?v=xvqsFTUsOmc +Databricks:- https://www.youtube.com/watch?v=vArImMkvlGM From b70d9a381b4d3d5aae7e7eda035e9c979d209d92 Mon Sep 17 00:00:00 2001 From: VinodPathak Date: Wed, 31 Oct 2018 07:59:50 +0530 Subject: [PATCH 09/10] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7ce5799..5463d23 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,6 @@ Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more ### Chatbot https://chatbotsmagazine.com/how-to-develop-a-chatbot-from-scratch-62bed1adab8c + +https://medium.com/@datasciencemilan/50-shades-of-text-leveraging-natural-language-processing-nlp-49f69b605af0 + From fbe9df821710b5276a573550ca58c2934a882be4 Mon Sep 17 00:00:00 2001 From: VinodPathak Date: Thu, 1 Nov 2018 09:33:43 +0530 Subject: [PATCH 10/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5463d23..0464855 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # NLP with Python Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more +* https://github.com/dipanjanS/text-analytics-with-python * https://medium.com/@shubhamagarwal328/information-retrieval-in-natural-language-processing-part-1-96c9a62fdb5f * https://towardsdatascience.com/named-entity-recognition-applications-and-use-cases-acdbf57d595e