This is my fun playground for all things LING 539! Hoping to create some fun projects to showcase what I have learned.
|
1 tydzień temu | |
---|---|---|
data | 1 miesiąc temu | |
images | 4 tygodni temu | |
LICENSE | 1 miesiąc temu | |
LR1.py | 1 miesiąc temu | |
NeuralNet.md | 4 tygodni temu | |
README.md | 1 tydzień temu | |
WhatIsLogisticRegression.md | 2 tygodni temu | |
bayes.md | 1 miesiąc temu | |
bayes.py | 1 tydzień temu |
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.