Naive Bayes + JAVA (Prototype Project 01)
We are using common weather data set by default so, we want to calculate the probability of playing or not playing certain weather conditions
Also, we are using common contact lenses dataset
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
Naive Bayes + SQLite DB + JAVA (Prototype Project 02)
refactor Naive Bayes + JAVA (Prototype Project 01)
add db + file storage and retrieval functionality
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
Naive Bayes + Sentiment Classification + JAVA (Prototype Proj 01)
App. uses the bag-of-words sentiment classification: this model is commonly used in methods of document classification where, for example, the (frequency of) occurrence of each word is used as a feature for training a classifier
App. uses add-1 Laplace smoothing: Laplace Smoothing, i.e. “add-one smoothing,” smooths maximum likelihood estimates by adding one count to each event
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
Naive Bayes + Sentiment Classification + SQLite + JAVA (Prototype Proj 02)
refactor Naive Bayes + Sentiment Classification + Python (01)
add db + file storage + retrieval functionality
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
No posts