Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anidipta/afame-technologies-ml


https://github.com/anidipta/afame-technologies-ml

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# 🚀 Afame Technologies ML

## 🌟 Projects Completed - **2**

### Task 2 -> **📉 CUSTOMER CHURN PREDICTION**

**🗂 Dataset:**
This dataset contains information about U.S. bank customers, providing insights into whether a particular customer is likely to leave the bank or not.

**🎯 Objective:**
The goal is to develop a predictive model for customer churn in a subscription-based service or business. Using historical customer data, including usage behavior and demographics, we will apply machine learning algorithms like Logistic Regression, Random Forests, or Gradient Boosting to predict customer churn.

### Task 4 -> **📲 SPAM SMS DETECTION**

**🗂 Dataset:**
The SMS Spam Collection is a dataset of 5,574 SMS tagged messages collected for spam research. Each message is labeled as either ham (legitimate) or spam.

**🎯 Objective:**
The aim is to build an AI model capable of classifying SMS messages as either spam or legitimate. Techniques like TF-IDF and word embeddings will be combined with classifiers such as Naive Bayes, Logistic Regression, or Support Vector Machines to accurately identify spam messages.