File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Very basic article spinner for NLP class, which can be found at:
2
+ # https://deeplearningcourses.com/c/data-science-natural-language-processing-in-python
2
3
# https://www.udemy.com/data-science-natural-language-processing-in-python
3
4
4
5
# Author: http://lazyprogrammer.me
Original file line number Diff line number Diff line change 1
1
# Latent semantic analysis visualization for NLP class, which can be found at:
2
+ # https://deeplearningcourses.com/c/data-science-natural-language-processing-in-python
2
3
# https://www.udemy.com/data-science-natural-language-processing-in-python
3
4
4
5
# Author: http://lazyprogrammer.me
Original file line number Diff line number Diff line change 1
1
# Naive Bayes spam detection for NLP class, which can be found at:
2
+ # https://deeplearningcourses.com/c/data-science-natural-language-processing-in-python
2
3
# https://www.udemy.com/data-science-natural-language-processing-in-python
3
4
# dataset: https://archive.ics.uci.edu/ml/datasets/Spambase
4
5
Original file line number Diff line number Diff line change 1
1
# This code is for my NLP Udemy class, which can be found at:
2
+ # https://deeplearningcourses.com/c/data-science-natural-language-processing-in-python
2
3
# https://www.udemy.com/data-science-natural-language-processing-in-python
3
4
# It is written in such a way that tells a story.
4
5
# i.e. So you can follow a thought process of starting from a
You can’t perform that action at this time.
0 commit comments