Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for wordpress.com Vector Vector
GitHub Repo https://github.com/KjellKod/blog_linkedlist_vs_vector

KjellKod/blog_linkedlist_vs_vector

Code snippets from: http://kjellkod.wordpress.com/2012/02/25/why-you-should-never-ever-ever-use-linked-list-in-your-code-again/
GitHub Repo https://github.com/Surendra414/Mail-Spam-Filtering

Surendra414/Mail-Spam-Filtering

Mail-Spam-Filtering It uses machine learning models to predict whether the email is spam or ligitimate. Best thing would be to follow my blog-post for implementation. The description about the steps to build a spam filter from scratch can be read from my blog: https://appliedmachinelearning.wordpress.com/2017/01/23/nlp-blog-post/ It is a python implementation using Naive Bayes Classifier and Support Vector Machines from Scikit-learn ML library. The results has been shown on two publicly open corpus. Ling-spam corpus Euron-spam corpus The link for corpus/dataset download is given in blog-post. Note : Directory path used for training and testing models in lingspam_filter.py and euron-spamfilter.py needs to be properly set accordingly.