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) hace 3 días
data 40b81b9380 Initialize Logistic Regression hace 1 mes
images a9f5c52a71 Change to NeuralNets.jpg hace 2 semanas
LICENSE a31d19eaed Add Apache License Text hace 3 semanas
LR1.py efbd970731 Initialize LogisticlRegression hace 1 mes
NeuralNet.md 67945f4232 Change to NeuralNets.jpg in Markdown File hace 2 semanas
README.md 51073846d7 fix spelling error in README.md (capitalization) hace 3 días
WhatIsLogisticRegression.md a59a377fc6 Add Gus Hahn-Powell's Video hace 6 días
bayes.md adc5e211ce Repair Bayes.md hace 1 mes
bayes.py cb26dceb35 update bayes.py to standalone hace 3 días

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!!!