This is my fun playground for all things LING 539! Hoping to create some fun projects to showcase what I have learned.
|
1 týždeň pred | |
---|---|---|
data | 1 mesiac pred | |
images | 4 týždňov pred | |
LICENSE | 1 mesiac pred | |
LR1.py | 1 mesiac pred | |
NeuralNet.md | 4 týždňov pred | |
README.md | 1 týždeň pred | |
WhatIsLogisticRegression.md | 2 týždňov pred | |
bayes.md | 1 mesiac pred | |
bayes.py | 1 týždeň pred |
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.