This is my fun playground for all things LING 539! Hoping to create some fun projects to showcase what I have learned.
|
|
6 months ago | |
|---|---|---|
| data | 7 months ago | |
| images | 7 months ago | |
| LICENSE | 7 months ago | |
| LR1.py | 7 months ago | |
| NeuralNet.md | 7 months ago | |
| README.md | 6 months ago | |
| WhatIsLogisticRegression.md | 6 months ago | |
| bayes.md | 7 months ago | |
| bayes.py | 6 months 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.