prathimacode-hub / ML-ProjectKart

🙌Kart of 232+ projects based on machine learning, deep learning, computer vision, natural language processing and all. Show your support by ✨ this repository.
https://prathimacode-hub.github.io/ML-ProjectKart/
Mozilla Public License 2.0
524 stars 234 forks source link

Discussion Forum Prediction #555

Closed aryantiwari10 closed 3 years ago

aryantiwari10 commented 3 years ago

Define You:

Project Title : Discussion Forum Prediction

Task : To predict about the discussion forums in detail.

In this project first we first performed a exploratory data analysis on the given dataset which includes of data cleaning , data manipulation, data preprocessing , data visualization and after that we used NLP for the stopwords removal and cleaning, after using NLP we did the model building using different machine learning classification and regression algorithms and then predicted the accuracy of every model . In the model prediction part we used different machine learning algorithms . In each algorithm we had included the accuracy score , training score , confusion matrix, classification report . While in the EDA part I have included different plots for the different visualizations of our dataset .I performed the ANN and feature scaling then, keeping epochs 200 and used different activation function and the optimizers during ANN prediction, During training and testing part we included classification models such as Decision Tree Classifer , Random Forest Classifier , Ada Boost Classifier model building . While the other model accuracies can be increased more using the hypertuning . Some plots which we used for visualizing the dataset are Histogram , Barplot , Boxplot, Heatmap , Scatter plot , Pairplot , Jointplot etc.

The Libraries used are:

PANDAS

NUMPY

MATPLOTLIB

SEABORN

SCIPY

SKLEARN

NLTK

TENSORFLOW

KERAS

prathimacode-hub commented 3 years ago

Issue assigned. @aryantiwari10