This is my fun playground for all things LING 539! Hoping to create some fun projects to showcase what I have learned.
|
hace 3 días | |
---|---|---|
data | hace 1 mes | |
images | hace 2 semanas | |
LICENSE | hace 3 semanas | |
LR1.py | hace 1 mes | |
NeuralNet.md | hace 2 semanas | |
README.md | hace 3 días | |
WhatIsLogisticRegression.md | hace 6 días | |
bayes.md | hace 1 mes | |
bayes.py | hace 3 días |
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.