This is my fun playground for all things LING 539! Hoping to create some fun projects to showcase what I have learned.
|
před 1 týdnem | |
---|---|---|
data | před 1 měsícem | |
images | před 3 týdny | |
LICENSE | před 1 měsícem | |
LR1.py | před 1 měsícem | |
NeuralNet.md | před 3 týdny | |
README.md | před 1 týdnem | |
WhatIsLogisticRegression.md | před 2 týdny | |
bayes.md | před 1 měsícem | |
bayes.py | před 1 týdnem |
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.