Naveesh (Nvx) (nash-pwnage)

nash-pwnage

Geek Repo

Location:Kansas City, KS

Home Page:http://nashontheweb.webs.com/

Github PK Tool:Github PK Tool

Naveesh (Nvx)'s repositories

Language:JavaScriptStargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

Word-Error-Rate-Between-two-files

This small code reads two similar text files and calculates the word error rate between them. (the substitution, insertion, deletion weights are taken as 1)

Language:JavaStargazers:1Issues:0Issues:0

9-Men-Morris-using-Minimax-algorithm-and-Alpha-beta-approxiamtion

This is an implementation of minimax decision making algorithm used on 9 Men Morris game. Further alpha beta approximation is used for fast solutions

Language:JavaStargazers:3Issues:0Issues:0

Image-compression-using-K-means-Clustering

This small snippet shows the power K means algorithm used in compressing images. It basically clubs adjoining 'K' neighboring pixels having near values and averages them. Outputs a jpeg.

Language:JavaStargazers:1Issues:0Issues:0

Email-Classification--Perceptrons-

This code uses Bag-of-words technique to train itself to learn from a collection of spam. Its an application of Perceptron single layered classification.

Language:JavaStargazers:1Issues:0Issues:0

E-mail-classification--Spam-filter-

This code learns from a set of spam files using the Bag-of-words technique and applies machine learning classification techniques such as Decision Trees and Logistic Regression to sort Genuine Mails from spam ones. Note: it uses set of already saved text emails.

Language:JavaStargazers:3Issues:0Issues:0

Expectation-Maximization-Algorithm

A code snippet that runs EM algorithm on a .csv data and returns analysis values

Language:JavaStargazers:1Issues:0Issues:0