Sentiment Analysis system is a NLP-ML system,which was a supervised learning system.
-
Updated
Jun 28, 2016 - C++
Sentiment Analysis system is a NLP-ML system,which was a supervised learning system.
Data Mining Algorithms and Implementation of libraries.
This project involves the implementation of efficient and effective LinearSVC on MNIST data set. The MNIST data comprises of digital images of several digits ranging from 0 to 9. Each image is 28 x 28 pixels. Thus, the data set has 10 levels of classes.
This project involves solving a classification problem in ML i.e identifying spam/non-spam emails from spambase dataset(UCI ML repo) using linear SVMs
Developed an app to predict whether food reviews are positive or negative using linear SVM on amazon fine food review dataset and deployed it on localhost
Suggest the tags based on the content that was there in the question posted on Stack Overflow. Used performance metric as micro F1 score and trained models by using One VS Rest Logistic Regression and Linear SVM
Identify which questions asked on QUORA are duplicated on question that have already been asked. Used performance metric as log loss and trained the model using XGBOOST that brought my log loss to 0.3157.
This repository contains Jupyter Notebook file containing the code to compare different sklearn classifiers on a dataset. Then it saves the output .png results in the working folder.
Binary classification problem to predict whether a pair of questions are duplicates or not.
Machine Learning Linear SVM and Deep Learning LSTM model to classify customer complaints into different categories
The major aim of this project is to predict which of the customers will have their loan paid or not. Therefore, this is a supervised classification problem to be trained with different algorithms.
The comparison between different embeddings (TF-IDF, USE, and TF-IDF + USE) and various classifiers provides valuable insights into the performance of different techniques for sentiment classification.
Machine Learning project - CMP2024 - Computer Engineering - Cairo University
Machine Learning project - CMP2024 - Computer Engineering - Cairo University
Add a description, image, and links to the linearsvm topic page so that developers can more easily learn about it.
To associate your repository with the linearsvm topic, visit your repo's landing page and select "manage topics."