Coders Packet

Packets submitted by Srinivasan

Basic Intrusion Detection using Machine Learning

In this project, basic anomaly based intrusion detection is carried out using binary classification method. This method makes use of Naive Bayes as the classifier and is implemented in Python.

Book Recommender System using NLP

In this project, a content based book recommender system is made using NLP in Python.

Sentiment Analysis of Tweets using Binary Classification in Python

In this project, sentiment analysis of twitter data is carried out through binary classification of tweets in Python using Stochastic Gradient Descent Classifier.