This is my fun playground for all things LING 539! Hoping to create some fun projects to showcase what I have learned.

myrcy 51073846d7 fix spelling error in README.md (capitalization) 4 days ago
data 40b81b9380 Initialize Logistic Regression 1 month ago
images a9f5c52a71 Change to NeuralNets.jpg 2 weeks ago
LICENSE a31d19eaed Add Apache License Text 3 weeks ago
LR1.py efbd970731 Initialize LogisticlRegression 1 month ago
NeuralNet.md 67945f4232 Change to NeuralNets.jpg in Markdown File 2 weeks ago
README.md 51073846d7 fix spelling error in README.md (capitalization) 4 days ago
WhatIsLogisticRegression.md a59a377fc6 Add Gus Hahn-Powell's Video 6 days ago
bayes.md adc5e211ce Repair Bayes.md 1 month ago
bayes.py cb26dceb35 update bayes.py to standalone 4 days ago

README.md

ling539-playground

This is my fun playground for all things LING 539!

Hoping to create some fun projects to showcase what I have learned.

Naive Bayes!

Naive Bayes are discussed in bayes.md. Users can also utilize a fully functional bayes model in bayes.py.

Logistic Regression

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

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.


Soon To Be

  • NLP Basics
  • Word Representations
  • TF-IDF
  • And more!!!