This is my fun playground for all things LING 539! Hoping to create some fun projects to showcase what I have learned.
|
4 days ago | |
---|---|---|
data | 1 month ago | |
images | 2 weeks ago | |
LICENSE | 3 weeks ago | |
LR1.py | 1 month ago | |
NeuralNet.md | 2 weeks ago | |
README.md | 4 days ago | |
WhatIsLogisticRegression.md | 6 days ago | |
bayes.md | 1 month ago | |
bayes.py | 4 days ago |
This is my fun playground for all things LING 539!
Hoping to create some fun projects to showcase what I have learned.
Naive Bayes are discussed in bayes.md. Users can also utilize a fully functional bayes model in bayes.py.
A generalized description of Logistic Regression is in WhatIsLogisticRegression.md with a more in depth breakdown of its importance to Statistical NLP in LogisticRegression.md.
Neural Networks are a part of LING 539 and discussed in NeuralNet.md.
The file also provides an example of a Neural Net and its generalized function.