Some fun programs that implement predictive analytics in Java, taken for my Predictive Analytics graduate class at NYU.
- Descriptive modeling in textual data
- Fundamentals of cleaning textual data to make it ready for predictive analytics
- Compacting text documents to matrices
- Developing n-gram models
- Applying neural nets with Word2Vec
- Representing words as vectors for feature extractions