Severity: Warning
Message: fopen(/tmp/ci_session2q18vjtgd8s3g400gbu97rk9niji9h91): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /var/www/html/application/controllers/Public_pages.php
Line: 8
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /var/www/html/application/controllers/Public_pages.php
Line: 8
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
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.
In this project, a content based book recommender system is made using NLP 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.