Skip to content

Remmy04/Mental-Health-Sentiment-Analysis-Machine-Learning-NLP-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📊 Data Analytics & Machine Learning (DAML)

This repository contains my work from the Data Analytics & Machine Learning module, focusing on practical applications of machine learning, deep learning, and natural language processing (NLP) using Python and Google Colab.

Throughout the course, I learned how to clean real-world datasets, build ML and DL models, perform NLP preprocessing, evaluate performance metrics, and apply AI techniques to solve meaningful problems.


🧠 Skills & Technologies Gained

🔹 Machine Learning

  • Classification models (Decision Tree, Logistic Regression, etc.)
  • Handling imbalanced datasets
  • Model evaluation (Accuracy, Precision, Recall, F1, ROC–AUC)

🔹 Deep Learning

  • Recurrent Neural Networks (RNN)
  • LSTM-based sequence models
  • Embedding layers, regularization, dropout
  • Overfitting control (EarlyStopping, ReduceLROnPlateau)

🔹 Natural Language Processing (NLP)

  • Text cleaning & tokenization
  • Stopword removal
  • Padding / truncation
  • Sequence modelling for text classification

🔹 Tools & Libraries

  • Python, Google Colab
  • Pandas, NumPy
  • TensorFlow / Keras
  • scikit-learn
  • NLTK
  • Matplotlib / Seaborn

📁 Projects in This Repository

🧠 1. Mental Health Sentiment Analysis (Assignment)

A text-classification project that predicts Normal vs Depressed statements using:

  • Decision Tree (ML)
  • RNN/LSTM (Deep Learning)

📁 Folder: /Mental Health Sentiment Analysis/

🧪 2. Machine Learning Exam Project

Contains the exam-based ML/NLP tasks, dataset, and Colab notebook.

📁 Folder: /Exam/


✨ Thank you for visiting this DAML project repository!

About

Machine learning, deep learning, and NLP projects from the Data Analytics & Machine Learning module. Includes sentiment analysis with Decision Tree and LSTM models, exam ML tasks, datasets, and Colab notebooks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors